]> git.pld-linux.org Git - packages/evolution-data-server.git/blobdiff - evolution-data-server.spec
- updated to 1.0.3
[packages/evolution-data-server.git] / evolution-data-server.spec
index e663596f75c1fa2f8f48dad33ddcdef66e0f9ad0..bec41fcc233b3a0c31d1ea2f084ad47828c5edcd 100644 (file)
@@ -7,30 +7,31 @@
 Summary:       Evolution data server
 Summary(pl):   Serwer danych Evolution
 Name:          evolution-data-server
-Version:       0.0.94.1
+Version:       1.0.3
 Release:       1
 License:       GPL
 Group:         Libraries
-Source0:       http://ftp.gnome.org/pub/gnome/sources/%{name}/0.0/%{name}-%{version}.tar.bz2
-# Source0-md5: 90fc1c9a7fc3c1398ba1a76d3b3f6c45
+Source0:       http://ftp.gnome.org/pub/gnome/sources/%{name}/1.0/%{name}-%{version}.tar.bz2
+# Source0-md5: 6fc9aa8178540828c0056e2b070b7546
 Patch0:                %{name}-system_db.patch
-Patch1:                %{name}-locale-names.patch
-Patch2:                %{name}-GG-IM.patch
+Patch1:                %{name}-GG-IM.patch
+Patch2:                %{name}-workaround-cal-backend-leak.patch
 URL:           http://www.ximian.com/products/ximian_evolution/
-BuildRequires: ORBit2-devel >= 1:2.10.2
+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.11
+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.11
+Requires:      libsoup >= 2.2.0
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -44,11 +45,15 @@ Summary:    Evolution data server development files
 Summary(pl):   Pliki programistyczne serwera danych evolution
 Group:         Development/Libraries
 Requires:      %{name} = %{version}-%{release}
+# for all but libegroupwise
 Requires:      GConf2-devel >= 2.6.2
-Requires:      ORBit2-devel >= 1:2.10.2
-Requires:      glib2-devel >= 1:2.4.2
+Requires:      ORBit2-devel >= 1:2.10.3
+Requires:      glib2-devel >= 1:2.4.4
 Requires:      libbonobo-devel >= 2.6.2
+Requires:      libgnome-devel >= 2.6.1.1
 Requires:      libxml2-devel
+# for libegroupwise
+Requires:      libsoup-devel >= 2.2.0
 
 %description devel
 This package contains the files necessary to develop applications
@@ -76,14 +81,13 @@ Statyczne biblioteki serwera danych Evolution.
 %patch1 -p1
 %patch2 -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}
@@ -114,6 +118,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.029018 seconds and 4 git commands to generate.