]> git.pld-linux.org Git - packages/evolution-data-server.git/blobdiff - evolution-data-server.spec
- added patch (workaround) http://bugzilla.ximian.com/show_bug.cgi?id=68533
[packages/evolution-data-server.git] / evolution-data-server.spec
index 7926e485c3cdbf14b5349ce32ada7f92b4eb6cfb..d7b717b5c23e8f3efe789591d98d0b2198d79880 100644 (file)
@@ -7,31 +7,32 @@
 Summary:       Evolution data server
 Summary(pl):   Serwer danych Evolution
 Name:          evolution-data-server
-Version:       0.0.97
-Release:       1
+Version:       1.0.2
+Release:       2
 License:       GPL
 Group:         Libraries
-Source0:       http://ftp.gnome.org/pub/gnome/sources/%{name}/0.0/%{name}-%{version}.tar.bz2
-# Source0-md5: bb1a32e033fb449841078f7a8440d2b9
+Source0:       http://ftp.gnome.org/pub/gnome/sources/%{name}/1.0/%{name}-%{version}.tar.bz2
+# Source0-md5: ca13b5dd751cd30c55e889d9a07e70fb
 Patch0:                %{name}-system_db.patch
-Patch1:                %{name}-locale-names.patch
-Patch2:                %{name}-GG-IM.patch
-Patch3:                %{name}-configure.patch
+Patch1:                %{name}-GG-IM.patch
+Patch2:                %{name}-configure.patch
+Patch3:                %{name}-workaround-cal-backend-leak.patch
 URL:           http://www.ximian.com/products/ximian_evolution/
 BuildRequires: ORBit2-devel >= 1:2.10.3
 BuildRequires: autoconf >= 2.52
 BuildRequires: automake
 BuildRequires: db-devel
+BuildRequires: gnome-common >= 2.8.0
 BuildRequires: intltool
 BuildRequires: libgnome-devel >= 2.6.1.1
-BuildRequires: libsoup-devel >= 2.1.12
+BuildRequires: libsoup-devel >= 2.2.0
 BuildRequires: libtool
 BuildRequires: openldap-devel
 BuildRequires: pkgconfig
 Requires(post,postun): /sbin/ldconfig
 Requires(post,postun): /usr/bin/scrollkeeper-update
 Requires(post):                GConf2
-Requires:      libsoup >= 2.1.12
+Requires:      libsoup >= 2.2.0
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -53,7 +54,7 @@ Requires:     libbonobo-devel >= 2.6.2
 Requires:      libgnome-devel >= 2.6.1.1
 Requires:      libxml2-devel
 # for libegroupwise
-Requires:      libsoup-devel >= 2.1.12
+Requires:      libsoup-devel >= 2.2.0
 
 %description devel
 This package contains the files necessary to develop applications
@@ -82,14 +83,13 @@ Statyczne biblioteki serwera danych Evolution.
 %patch2 -p1
 %patch3 -p1
 
-mv po/{no,nb}.po
 rm -rf libdb
 
 %build
 glib-gettextize --copy --force
 intltoolize --copy --force
 %{__libtoolize}
-%{__aclocal} -I %{_aclocaldir}/gnome2-macros
+%{__aclocal}
 %{__autoheader}
 %{__autoconf}
 %{__automake}
@@ -120,6 +120,8 @@ rm -rf $RPM_BUILD_ROOT
        HTML_DIR=%{_gtkdocdir} \
        pkgconfigdir=%{_pkgconfigdir}
 
+rm -r $RPM_BUILD_ROOT%{_datadir}/locale/no
+
 %find_lang %{name} --all-name
 
 %clean
This page took 0.179328 seconds and 4 git commands to generate.