]> git.pld-linux.org Git - packages/evolution-exchange.git/blobdiff - evolution-exchange.spec
- rel 2
[packages/evolution-exchange.git] / evolution-exchange.spec
index b866be2a03f4d52db93c6180ec8a88de73ff20f3..d82b165edb066cf10b1b1de12eddd5552f613584 100644 (file)
@@ -1,4 +1,4 @@
-# 
+#
 # configure: WARNING:
 # No NTLM support in OpenLDAP; Plaintext password authentication will be
 # used when connecting to the Global Catalog server. Consider installing
@@ -7,35 +7,35 @@
 #
 %define        filterout_ld    -Wl,--as-needed
 Summary:       Microsoft Exchange support for Evolution
-Summary(pl):   Wsparcie dla Microsoft Exchange w Evolution
+Summary(pl.UTF-8):     Wsparcie dla Microsoft Exchange w Evolution
 Name:          evolution-exchange
-Version:       2.8.1
-Release:       1
+Version:       2.10.3
+Release:       2
 License:       GPL v2
 Group:         X11/Applications
-Source0:       http://ftp.gnome.org/pub/gnome/sources/evolution-exchange/2.8/%{name}-%{version}.tar.bz2
-# Source0-md5: f4dfdfed72eb705adefbaff0b575fb10
-BuildRequires: GConf2-devel >= 2.14.0
+Source0:       http://ftp.gnome.org/pub/gnome/sources/evolution-exchange/2.10/%{name}-%{version}.tar.bz2
+# Source0-md5: 4e2024c1af8fdef1b9f4764632171711
+BuildRequires: GConf2-devel >= 2.18.0.1
 BuildRequires: autoconf >= 2.53
 BuildRequires: automake
-BuildRequires: evolution-data-server-devel >= 1.8.1
-BuildRequires: evolution-devel >= 2.8.1
-BuildRequires: gtk+2-devel >= 2:2.10.6
-BuildRequires: gtk-doc >= 1.7
-BuildRequires: heimdal-devel >= 0.7
-BuildRequires: intltool >= 0.35.0
-BuildRequires: libbonobo-devel >= 2.16.0
+BuildRequires: evolution-data-server-devel >= 1.10.3.1
+BuildRequires: evolution-devel >= 2.10.3
+BuildRequires: gtk+2-devel >= 2:2.10.14
+BuildRequires: gtk-doc >= 1.8
+BuildRequires: krb5-devel
+BuildRequires: intltool >= 0.35.5
+BuildRequires: libbonobo-devel >= 2.18.0
 BuildRequires: libglade2-devel >= 2.6.0
-BuildRequires: libgnomeprint-devel >= 2.12.1
-BuildRequires: libgnomeui-devel >= 2.16.0
-BuildRequires: libsoup-devel >= 2.2.96
-BuildRequires: libxml2-devel >= 2.6.26
+BuildRequires: libgnomeprint-devel >= 2.18.0
+BuildRequires: libgnomeui-devel >= 2.18.1
+BuildRequires: libsoup-devel >= 2.2.100
+BuildRequires: libxml2-devel >= 1:2.6.28
 BuildRequires: openldap-devel >= 2.3.0
 BuildRequires: pkgconfig
 BuildRequires: rpmbuild(macros) >= 1.197
-Requires(post,preun):  GConf2 >= 2.14.0
-Requires:      evolution >= 2.8.1
-Requires:      gtk+2 >= 2:2.10.6
+Requires(post,preun):  GConf2
+Requires:      evolution >= 2.10.3
+Requires:      gtk+2 >= 2:2.10.14
 Obsoletes:     ximian-connector
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -43,8 +43,20 @@ BuildRoot:   %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 This package adds support for Microsoft Exchange 2000 and 2003 to
 Evolution.
 
-%description -l pl
-Ten pakiet dodaje do Evolution obs³ugê Microsoft Exchange 2000 i 2003.
+%description -l pl.UTF-8
+Ten pakiet dodaje do Evolution obsługę Microsoft Exchange 2000 i 2003.
+
+%package apidocs
+Summary:       Microsoft Exchange support for Evolution API documentation
+Summary(pl.UTF-8):     Dokumentacja API wsparcia Microsoft Exchange w Evolution
+Group:         Documentation
+Requires:      gtk-doc-common
+
+%description apidocs
+Microsoft Exchange support for Evolution API documentation.
+
+%description apidocs -l pl.UTF-8
+Dokumentacja API wsparcia Microsoft Exchange w Evolution.
 
 %prep
 %setup -q
@@ -71,18 +83,28 @@ rm -rf $RPM_BUILD_ROOT
 
 rm -f $RPM_BUILD_ROOT%{_libdir}/evolution-data-server-*/camel-providers/*.{la,a}
 
-%find_lang %{name}-2.8
+%find_lang %{name}-2.10
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%files -f %{name}-2.8.lang
+%post
+%gconf_schema_install apps_exchange_addressbook-2.10.schemas
+
+%preun
+%gconf_schema_uninstall apps_exchange_addressbook-2.10.schemas
+
+%files -f %{name}-2.10.lang
 %defattr(644,root,root,755)
-%doc AUTHORS ChangeLog NEWS README 
+%doc AUTHORS ChangeLog NEWS README
+%{_sysconfdir}/gconf/schemas/apps_exchange_addressbook-2.10.schemas
 %attr(755,root,root) %{_bindir}/exchange-connector-setup-*
 %attr(755,root,root) %{_libdir}/evolution-data-server-*/camel-providers/*.so
 %attr(755,root,root) %{_libdir}/evolution/*/evolution-exchange-storage
 %{_datadir}/%{name}
-%{_gtkdocdir}/*
 %{_libdir}/bonobo/servers/*
 %{_libdir}/evolution-data-server-*/camel-providers/*.urls
+
+%files apidocs
+%defattr(644,root,root,755)
+%{_gtkdocdir}/*
This page took 0.103174 seconds and 4 git commands to generate.