packages: evolution-exchange/evolution-exchange.spec - updated to 3.2.0 - u...

kiesiu kiesiu at pld-linux.org
Sun Oct 2 20:27:35 CEST 2011


Author: kiesiu                       Date: Sun Oct  2 18:27:35 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- updated to 3.2.0
- use *.xz sources

---- Files affected:
packages/evolution-exchange:
   evolution-exchange.spec (1.70 -> 1.71) 

---- Diffs:

================================================================
Index: packages/evolution-exchange/evolution-exchange.spec
diff -u packages/evolution-exchange/evolution-exchange.spec:1.70 packages/evolution-exchange/evolution-exchange.spec:1.71
--- packages/evolution-exchange/evolution-exchange.spec:1.70	Sun May 29 21:38:20 2011
+++ packages/evolution-exchange/evolution-exchange.spec	Sun Oct  2 20:27:30 2011
@@ -4,18 +4,18 @@
 Summary:	Microsoft Exchange support for Evolution
 Summary(pl.UTF-8):	Wsparcie dla Microsoft Exchange w Evolution
 Name:		evolution-exchange
-Version:	3.0.1
-Release:	2
+Version:	3.2.0
+Release:	1
 License:	GPL v2
 Group:		X11/Applications
-Source0:	http://ftp.gnome.org/pub/GNOME/sources/evolution-exchange/3.0/%{name}-%{version}.tar.bz2
-# Source0-md5:	e2c34cec6f6d3b45e4786b6b48398984
+Source0:	http://ftp.gnome.org/pub/GNOME/sources/evolution-exchange/3.2/%{name}-%{version}.tar.xz
+# Source0-md5:	990806e5baf55be0411f1fdf5a67f601
 BuildRequires:	GConf2-devel >= 2.22.0
 BuildRequires:	autoconf >= 2.58
 BuildRequires:	automake >= 1:1.9
 BuildRequires:	docbook-dtd412-xml
-BuildRequires:	evolution-data-server-devel >= 3.0.0
-BuildRequires:	evolution-devel >= 3.0.0
+BuildRequires:	evolution-data-server-devel >= 3.2.0
+BuildRequires:	evolution-devel >= 3.2.0
 BuildRequires:	gettext-devel
 BuildRequires:	glib2-devel >= 1:2.28.0
 BuildRequires:	gnome-common >= 2.20.0
@@ -29,8 +29,10 @@
 BuildRequires:	openldap-devel >= 2.4.6
 BuildRequires:	pkgconfig
 BuildRequires:	rpmbuild(macros) >= 1.197
+BuildRequires:	tar >= 1:1.22
+BuildRequires:	xz
 Requires(post,preun):	GConf2
-Requires:	evolution >= 3.0.0
+Requires:	evolution >= 3.2.0
 Requires:	gtk+3 >= 3.0.0
 Obsoletes:	ximian-connector
 # sr at Latn vs. sr at latin
@@ -82,38 +84,38 @@
 	DESTDIR=$RPM_BUILD_ROOT
 
 %{__rm} $RPM_BUILD_ROOT%{_libdir}/evolution-data-server/{addressbook-backends,calendar-backends,camel-providers}/*.la
-%{__rm} $RPM_BUILD_ROOT%{_libdir}/evolution-exchange/3.0/*.la
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/evolution-exchange/3.2/*.la
 %{__rm} $RPM_BUILD_ROOT%{_libdir}/evolution/*/plugins/*.la
 
-%find_lang %{name}-3.0
+%find_lang %{name}-3.2
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %post
-%gconf_schema_install apps_exchange_addressbook-3.0.schemas
+%gconf_schema_install apps_exchange_addressbook-3.2.schemas
 
 %preun
-%gconf_schema_uninstall apps_exchange_addressbook-3.0.schemas
+%gconf_schema_uninstall apps_exchange_addressbook-3.2.schemas
 
-%files -f %{name}-3.0.lang
+%files -f %{name}-3.2.lang
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README
-%{_sysconfdir}/gconf/schemas/apps_exchange_addressbook-3.0.schemas
-%attr(755,root,root) %{_bindir}/exchange-connector-setup-3.0
+%{_sysconfdir}/gconf/schemas/apps_exchange_addressbook-3.2.schemas
+%attr(755,root,root) %{_bindir}/exchange-connector-setup-3.2
 %attr(755,root,root) %{_libdir}/evolution-data-server/addressbook-backends/libebookbackendexchange.so
 %attr(755,root,root) %{_libdir}/evolution-data-server/calendar-backends/libecalbackendexchange.so
 %attr(755,root,root) %{_libdir}/evolution-data-server/camel-providers/libcamelexchange.so
 %{_libdir}/evolution-data-server/camel-providers/libcamelexchange.urls
 %dir %{_libdir}/evolution-exchange
-%dir %{_libdir}/evolution-exchange/3.0
-%attr(755,root,root) %{_libdir}/evolution-exchange/3.0/libevolution-exchange-shared.so
-%attr(755,root,root) %{_libdir}/evolution-exchange/3.0/libexchange-storage.so
-%attr(755,root,root) %{_libdir}/evolution-exchange/3.0/libexchange.so*
-%attr(755,root,root) %{_libdir}/evolution-exchange/3.0/libxntlm.so*
-%attr(755,root,root) %{_libdir}/evolution/3.0/plugins/liborg-gnome-exchange-operations.so
-%{_libdir}/evolution/3.0/plugins/org-gnome-exchange-operations.eplug
-%{_datadir}/evolution/3.0/errors/org-gnome-exchange-operations.error
+%dir %{_libdir}/evolution-exchange/3.2
+%attr(755,root,root) %{_libdir}/evolution-exchange/3.2/libevolution-exchange-shared.so
+%attr(755,root,root) %{_libdir}/evolution-exchange/3.2/libexchange-storage.so
+%attr(755,root,root) %{_libdir}/evolution-exchange/3.2/libexchange.so*
+%attr(755,root,root) %{_libdir}/evolution-exchange/3.2/libxntlm.so*
+%attr(755,root,root) %{_libdir}/evolution/3.2/plugins/liborg-gnome-exchange-operations.so
+%{_libdir}/evolution/3.2/plugins/org-gnome-exchange-operations.eplug
+%{_datadir}/evolution/3.2/errors/org-gnome-exchange-operations.error
 %{_datadir}/evolution-exchange
 
 %files apidocs
@@ -126,6 +128,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.71  2011/10/02 18:27:30  kiesiu
+- updated to 3.2.0
+- use *.xz sources
+
 Revision 1.70  2011/05/29 19:38:20  arekm
 - release 2
 
================================================================

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



More information about the pld-cvs-commit mailing list