]> git.pld-linux.org Git - packages/evolution-exchange.git/blame - evolution-exchange.spec
- converted to UTF-8
[packages/evolution-exchange.git] / evolution-exchange.spec
CommitLineData
136d3210 1#
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
a9b2c375 10Summary(pl.UTF-8): Wsparcie dla Microsoft Exchange w Evolution
1450324a 11Name: evolution-exchange
9f414d57 12Version: 2.8.1
ad573f12 13Release: 2
1450324a
AF
14License: GPL v2
15Group: X11/Applications
1361a22c 16Source0: http://ftp.gnome.org/pub/gnome/sources/evolution-exchange/2.8/%{name}-%{version}.tar.bz2
9f414d57 17# Source0-md5: f4dfdfed72eb705adefbaff0b575fb10
1361a22c 18BuildRequires: GConf2-devel >= 2.14.0
1450324a
AF
19BuildRequires: autoconf >= 2.53
20BuildRequires: automake
9f414d57 21BuildRequires: evolution-data-server-devel >= 1.8.1
22BuildRequires: evolution-devel >= 2.8.1
23BuildRequires: gtk+2-devel >= 2:2.10.6
1361a22c 24BuildRequires: gtk-doc >= 1.7
1450324a 25BuildRequires: heimdal-devel >= 0.7
1361a22c 26BuildRequires: intltool >= 0.35.0
27BuildRequires: libbonobo-devel >= 2.16.0
28BuildRequires: libglade2-devel >= 2.6.0
29BuildRequires: libgnomeprint-devel >= 2.12.1
30BuildRequires: libgnomeui-devel >= 2.16.0
31BuildRequires: libsoup-devel >= 2.2.96
32BuildRequires: libxml2-devel >= 2.6.26
d3bffad4 33BuildRequires: openldap-devel >= 2.3.0
1450324a
AF
34BuildRequires: pkgconfig
35BuildRequires: rpmbuild(macros) >= 1.197
1361a22c 36Requires(post,preun): GConf2 >= 2.14.0
9f414d57 37Requires: evolution >= 2.8.1
38Requires: gtk+2 >= 2:2.10.6
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
1361a22c 74%find_lang %{name}-2.8
1450324a
AF
75
76%clean
77rm -rf $RPM_BUILD_ROOT
78
1361a22c 79%files -f %{name}-2.8.lang
1450324a
AF
80%defattr(644,root,root,755)
81%doc AUTHORS ChangeLog NEWS README
1361a22c 82%attr(755,root,root) %{_bindir}/exchange-connector-setup-*
1450324a 83%attr(755,root,root) %{_libdir}/evolution-data-server-*/camel-providers/*.so
136d3210 84%attr(755,root,root) %{_libdir}/evolution/*/evolution-exchange-storage
1450324a
AF
85%{_datadir}/%{name}
86%{_gtkdocdir}/*
136d3210 87%{_libdir}/bonobo/servers/*
88%{_libdir}/evolution-data-server-*/camel-providers/*.urls
This page took 1.571142 seconds and 4 git commands to generate.