]> git.pld-linux.org Git - packages/evolution-exchange.git/blame - evolution-exchange.spec
- updated to 2.10.0
[packages/evolution-exchange.git] / evolution-exchange.spec
CommitLineData
8387620b 1#
136d3210 2# configure: WARNING:
3# No NTLM support in OpenLDAP; Plaintext password authentication will be
4# used when connecting to the Global Catalog server. Consider installing
5# the evo-openldap package, or building OpenLDAP with the patch in
6# docs/openldap-ntlm.diff
7#
1361a22c 8%define filterout_ld -Wl,--as-needed
1450324a 9Summary: Microsoft Exchange support for Evolution
0a2ef1fc 10Summary(pl.UTF-8): Wsparcie dla Microsoft Exchange w Evolution
1450324a 11Name: evolution-exchange
075f7b6c 12Version: 2.10.0
57280f44 13Release: 1
1450324a
AF
14License: GPL v2
15Group: X11/Applications
075f7b6c
MB
16Source0: http://ftp.gnome.org/pub/gnome/sources/evolution-exchange/2.10/%{name}-%{version}.tar.bz2
17# Source0-md5: ffed2fdc7645b029bbf0c774e35e3fa0
8387620b 18BuildRequires: GConf2-devel >= 2.18.0.1
1450324a
AF
19BuildRequires: autoconf >= 2.53
20BuildRequires: automake
075f7b6c
MB
21BuildRequires: evolution-data-server-devel >= 1.10.0
22BuildRequires: evolution-devel >= 2.10.0
23BuildRequires: gtk+2-devel >= 2:2.10.10
57280f44 24BuildRequires: gtk-doc >= 1.8
1450324a 25BuildRequires: heimdal-devel >= 0.7
8387620b 26BuildRequires: intltool >= 0.35.5
075f7b6c 27BuildRequires: libbonobo-devel >= 2.18.0
1361a22c 28BuildRequires: libglade2-devel >= 2.6.0
075f7b6c
MB
29BuildRequires: libgnomeprint-devel >= 2.18.0
30BuildRequires: libgnomeui-devel >= 2.18.0
8387620b 31BuildRequires: libsoup-devel >= 2.2.100
57280f44 32BuildRequires: libxml2-devel >= 1:2.6.27
d3bffad4 33BuildRequires: openldap-devel >= 2.3.0
1450324a
AF
34BuildRequires: pkgconfig
35BuildRequires: rpmbuild(macros) >= 1.197
8387620b 36Requires(post,preun): GConf2
075f7b6c
MB
37Requires: evolution >= 2.10.0
38Requires: gtk+2 >= 2:2.10.10
1450324a
AF
39Obsoletes: ximian-connector
40BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
41
42%description
4a0841a2
JB
43This package adds support for Microsoft Exchange 2000 and 2003 to
44Evolution.
1450324a 45
a9b2c375
JR
46%description -l pl.UTF-8
47Ten pakiet dodaje do Evolution obsługę Microsoft Exchange 2000 i 2003.
1450324a
AF
48
49%prep
50%setup -q
51
52%build
485d2038 53%{__glib_gettextize}
1361a22c 54%{__intltoolize}
1450324a
AF
55%{__aclocal}
56%{__autoconf}
57%{__automake}
58%configure \
1361a22c 59 --with-openldap=/usr \
1450324a 60 --with-krb5=/usr \
1361a22c 61 --disable-schemas-install \
62 --enable-gtk-doc \
1450324a
AF
63 --with-html-dir=%{_gtkdocdir}
64%{__make}
65
66%install
67rm -rf $RPM_BUILD_ROOT
68
69%{__make} install \
90a436db 70 DESTDIR=$RPM_BUILD_ROOT
1450324a 71
a04f41a4 72rm -f $RPM_BUILD_ROOT%{_libdir}/evolution-data-server-*/camel-providers/*.{la,a}
1450324a 73
8387620b 74%find_lang %{name}-2.10
1450324a
AF
75
76%clean
77rm -rf $RPM_BUILD_ROOT
78
8387620b
MB
79%post
80%gconf_schema_install apps_exchange_addressbook-2.10.schemas
81
82%preun
83%gconf_schema_uninstall apps_exchange_addressbook-2.10.schemas
84
85%files -f %{name}-2.10.lang
1450324a 86%defattr(644,root,root,755)
8387620b
MB
87%doc AUTHORS ChangeLog NEWS README
88%{_sysconfdir}/gconf/schemas/apps_exchange_addressbook-2.10.schemas
1361a22c 89%attr(755,root,root) %{_bindir}/exchange-connector-setup-*
1450324a 90%attr(755,root,root) %{_libdir}/evolution-data-server-*/camel-providers/*.so
136d3210 91%attr(755,root,root) %{_libdir}/evolution/*/evolution-exchange-storage
1450324a
AF
92%{_datadir}/%{name}
93%{_gtkdocdir}/*
136d3210 94%{_libdir}/bonobo/servers/*
95%{_libdir}/evolution-data-server-*/camel-providers/*.urls
This page took 0.072208 seconds and 4 git commands to generate.