packages: evolution-exchange/evolution-exchange.spec - updated to 2.30.0

megabajt megabajt at pld-linux.org
Thu Apr 1 16:45:34 CEST 2010


Author: megabajt                     Date: Thu Apr  1 14:45:34 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- updated to 2.30.0

---- Files affected:
packages/evolution-exchange:
   evolution-exchange.spec (1.54 -> 1.55) 

---- Diffs:

================================================================
Index: packages/evolution-exchange/evolution-exchange.spec
diff -u packages/evolution-exchange/evolution-exchange.spec:1.54 packages/evolution-exchange/evolution-exchange.spec:1.55
--- packages/evolution-exchange/evolution-exchange.spec:1.54	Wed Feb 10 23:10:17 2010
+++ packages/evolution-exchange/evolution-exchange.spec	Thu Apr  1 16:45:28 2010
@@ -4,35 +4,33 @@
 Summary:	Microsoft Exchange support for Evolution
 Summary(pl.UTF-8):	Wsparcie dla Microsoft Exchange w Evolution
 Name:		evolution-exchange
-Version:	2.28.2
-Release:	2
+Version:	2.30.0
+Release:	1
 License:	GPL v2
 Group:		X11/Applications
-Source0:	http://ftp.gnome.org/pub/GNOME/sources/evolution-exchange/2.28/%{name}-%{version}.tar.bz2
-# Source0-md5:	82f70761960c7e9efdb24650c1b3229b
+Source0:	http://ftp.gnome.org/pub/GNOME/sources/evolution-exchange/2.30/%{name}-%{version}.tar.bz2
+# Source0-md5:	137fd335e749a4f92be81bfc604a310a
 BuildRequires:	GConf2-devel >= 2.22.0
-BuildRequires:	autoconf >= 2.53
-BuildRequires:	automake
+BuildRequires:	autoconf >= 2.58
+BuildRequires:	automake >= 1:1.9
 BuildRequires:	docbook-dtd412-xml
-BuildRequires:	evolution-data-server-devel >= 2.28.2
-BuildRequires:	evolution-devel >= 2.28.2
+BuildRequires:	evolution-data-server-devel >= 2.30.0
+BuildRequires:	evolution-devel >= 2.30.0
 BuildRequires:	gettext-devel
 BuildRequires:	glib2-devel >= 1:2.16.1
 BuildRequires:	gnome-common >= 2.20.0
 BuildRequires:	gtk+2-devel >= 2:2.12.8
-BuildRequires:	gtk-doc >= 1.8
+BuildRequires:	gtk-doc >= 1.9
 BuildRequires:	intltool >= 0.36.2
-BuildRequires:	libbonobo-devel >= 2.22.0
-BuildRequires:	libglade2-devel >= 1:2.6.2
-BuildRequires:	libgnomeui-devel >= 2.22.0
 BuildRequires:	libsoup-devel >= 2.4.0
 BuildRequires:	libtool
 BuildRequires:	libxml2-devel >= 1:2.6.31
 BuildRequires:	openldap-devel >= 2.4.6
 BuildRequires:	pkgconfig
 BuildRequires:	rpmbuild(macros) >= 1.197
+BuildRequires:	sed >= 4.0
 Requires(post,preun):	GConf2
-Requires:	evolution >= 2.28.2
+Requires:	evolution >= 2.30.0
 Requires:	gtk+2 >= 2:2.12.8
 Obsoletes:	ximian-connector
 # sr at Latn vs. sr at latin
@@ -61,17 +59,21 @@
 %prep
 %setup -q
 
+sed -i -e 's/^en at shaw//' po/LINGUAS
+rm -f po/en at shaw.po
+
 %build
 %{__glib_gettextize}
 %{__intltoolize}
 %{__libtoolize}
-%{__aclocal}
+%{__aclocal} -I m4
 %{__autoconf}
 %{__autoheader}
 %{__automake}
 %configure \
 	--with-openldap=/usr \
 	--disable-schemas-install \
+	--disable-silent-rules \
 	--enable-gtk-doc \
 	--with-html-dir=%{_gtkdocdir}
 %{__make}
@@ -82,28 +84,32 @@
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
 
-rm -f $RPM_BUILD_ROOT%{_libdir}/evolution-data-server-*/camel-providers/*.{la,a}
+rm -f $RPM_BUILD_ROOT%{_libdir}/evolution-data-server-*/{camel-providers,extensions}/*.{la,a}
+rm -f $RPM_BUILD_ROOT%{_libdir}/evolution/*/plugins/*.la
 
-%find_lang %{name}-2.28
+%find_lang %{name}-2.30
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %post
-%gconf_schema_install apps_exchange_addressbook-2.28.schemas
+%gconf_schema_install apps_exchange_addressbook-2.30.schemas
 
 %preun
-%gconf_schema_uninstall apps_exchange_addressbook-2.28.schemas
+%gconf_schema_uninstall apps_exchange_addressbook-2.30.schemas
 
-%files -f %{name}-2.28.lang
+%files -f %{name}-2.30.lang
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README
-%{_sysconfdir}/gconf/schemas/apps_exchange_addressbook-2.28.schemas
-%attr(755,root,root) %{_bindir}/exchange-connector-setup-2.28
+%{_sysconfdir}/gconf/schemas/apps_exchange_addressbook-2.30.schemas
+%attr(755,root,root) %{_bindir}/exchange-connector-setup-2.30
 %attr(755,root,root) %{_libdir}/evolution-data-server-1.2/camel-providers/libcamelexchange.so
-%attr(755,root,root) %{_libdir}/evolution/2.28/evolution-exchange-storage
+%attr(755,root,root) %{_libdir}/evolution-data-server-1.2/extensions/libebookbackendexchange.so
+%attr(755,root,root) %{_libdir}/evolution-data-server-1.2/extensions/libecalbackendexchange.so
+%attr(755,root,root) %{_libdir}/evolution/2.30/plugins/liborg-gnome-exchange-operations.so
+%{_libdir}/evolution/2.30/plugins/org-gnome-exchange-operations.eplug
+%{_datadir}/evolution/2.30/errors/org-gnome-exchange-operations.error
 %{_datadir}/evolution-exchange
-%{_libdir}/bonobo/servers/GNOME_Evolution_Exchange_Storage_2.28.server
 %{_libdir}/evolution-data-server-1.2/camel-providers/libcamelexchange.urls
 
 %files apidocs
@@ -116,6 +122,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.55  2010/04/01 14:45:28  megabajt
+- updated to 2.30.0
+
 Revision 1.54  2010/02/10 22:10:17  sparky
 - BR: docbook-dtd412-xml
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/evolution-exchange/evolution-exchange.spec?r1=1.54&r2=1.55&f=u



More information about the pld-cvs-commit mailing list