]> git.pld-linux.org Git - packages/evolution-exchange.git/blobdiff - evolution-exchange.spec
- rel 2
[packages/evolution-exchange.git] / evolution-exchange.spec
index 1997970dcc2e7fb0206901db67098911cb0a2648..d82b165edb066cf10b1b1de12eddd5552f613584 100644 (file)
@@ -1,35 +1,41 @@
-# 
+#
 # configure: WARNING:
 # No NTLM support in OpenLDAP; Plaintext password authentication will be
 # used when connecting to the Global Catalog server. Consider installing
 # the evo-openldap package, or building OpenLDAP with the patch in
 # docs/openldap-ntlm.diff
 #
+%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.4.2
-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.4/%{name}-%{version}.tar.bz2
-# Source0-md5: 67802f9c0be1528edaa0612188588914
-BuildRequires: GConf2-devel
+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.4.1
-BuildRequires: evolution-devel >= 2.4.0
-BuildRequires: gtk+2-devel >= 2:2.8.3
-BuildRequires: heimdal-devel >= 0.7
-BuildRequires: intltool
-BuildRequires: libgnomeui-devel >= 2.12.0
-BuildRequires: libsoup-devel >= 2.2.6.1
-BuildRequires: openldap-devel
+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.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
-Requires:      evolution >= 2.4.1
-Requires:      gtk+2 >= 2:2.8.3
+Requires:      evolution >= 2.10.3
+Requires:      gtk+2 >= 2:2.10.14
 Obsoletes:     ximian-connector
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -37,21 +43,35 @@ 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
 
 %build
-%{__intltoolize}
 %{__glib_gettextize}
+%{__intltoolize}
 %{__aclocal}
 %{__autoconf}
 %{__automake}
 %configure \
-       --with-openlda-=/usr \
+       --with-openldap=/usr \
        --with-krb5=/usr \
+       --disable-schemas-install \
+       --enable-gtk-doc \
        --with-html-dir=%{_gtkdocdir}
 %{__make}
 
@@ -61,21 +81,30 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-rm -r $RPM_BUILD_ROOT%{_datadir}/locale/no
 rm -f $RPM_BUILD_ROOT%{_libdir}/evolution-data-server-*/camel-providers/*.{la,a}
 
-%find_lang %{name}-2.4
+%find_lang %{name}-2.10
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%files -f %{name}-2.4.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 
-%attr(755,root,root) %{_bindir}/ximian-connector-setup-*
+%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.062926 seconds and 4 git commands to generate.