diff --git a/evolution-data-server.spec b/evolution-data-server.spec index fd471c3..7e8b4b3 100644 --- a/evolution-data-server.spec +++ b/evolution-data-server.spec @@ -24,7 +24,7 @@ ExcludeArch: ppc64 Summary: Backend data server for evolution Name: evolution-data-server Version: 1.3.5 -Release: 1 +Release: 2 License: GPL Group: System Environment/Libraries Source0: ftp://ftp.gnome.org/pub/gnome/sources/evolution-data-server/1.0/%{name}-%{version}.tar.bz2 @@ -32,6 +32,7 @@ Source0: ftp://ftp.gnome.org/pub/gnome/sources/evolution-data-server/1.0/%{name} #Patch2: fix_contact_leaks.patch Patch3: evolution-data-server-1.0.2-workaround-cal-backend-leak.patch #Patch4: evolution-data-server-1.0.2-fix-calendar-factory-GType.patch +Patch5: evolution-data-server-1.3.5-nspr_fix.patch # Patch for part of bug #141283 not in upstream tarball (in Ximian bugzilla as 70267) #Patch6: evolution-data-server-1.0.2-calendar-optimisation-XB70267.patch @@ -59,7 +60,7 @@ BuildRequires: libbonobo-devel >= %{libbonobo_version} BuildRequires: libgnomeui-devel BuildRequires: libglade2-devel %if %{use_mozilla_nss} -BuildRequires: mozilla-nspr-devel +BuildRequires: nspr-devel BuildRequires: mozilla-nss-devel %else BuildRequires: openssl-devel @@ -102,7 +103,7 @@ evolution-data-server. #%patch2 -p1 -b .fix_contact_leaks %patch3 -p1 -b .workaround-cal-backend-leak #%patch4 -p1 -b .fix-calendar-factory-GType - +%patch5 -p1 -b .fix_nspr #%patch6 -p0 -b .calendar-optimisation-XB70267 @@ -162,6 +163,9 @@ fi %define gtkdoc_flags --enable-gtk-doc=no %endif +# Rerun autoconf since we patched configure.in: +autoconf + %configure \ %gtkdoc_flags \ --enable-file-locking=fcntl --enable-dot-locking=no \ @@ -209,6 +213,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Jul 25 2005 David Malcolm - 1.3.5-2 +- Added patch to use nspr rather than mozilla-nspr when doing pkg-config tests + (Patch5: evolution-data-server-1.3.5-nspr_fix.patch) + * Mon Jul 25 2005 David Malcolm - 1.3.5-1 - 1.3.5 - Split eds_major (was 1.2) into eds_base_version (1.4) and eds_api_version