]> git.pld-linux.org Git - packages/evolution-exchange.git/blame - evolution-exchange.spec
- updated openldap BR/R to 2.4.6
[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
961cab4b 12Version: 2.12.1
8b3bf16e 13Release: 1
1450324a
AF
14License: GPL v2
15Group: X11/Applications
8b3bf16e 16Source0: http://ftp.gnome.org/pub/GNOME/sources/evolution-exchange/2.12/%{name}-%{version}.tar.bz2
961cab4b 17# Source0-md5: 7130d53d0b10e3475bbd1c2af1e35810
8b3bf16e 18BuildRequires: GConf2-devel >= 2.20.0
1450324a
AF
19BuildRequires: autoconf >= 2.53
20BuildRequires: automake
8b3bf16e
MB
21BuildRequires: evolution-data-server-devel >= 1.12.0
22BuildRequires: evolution-devel >= 2.12.0
23BuildRequires: gtk+2-devel >= 2:2.12.0
57280f44 24BuildRequires: gtk-doc >= 1.8
d2cc6b40 25BuildRequires: krb5-devel
8b3bf16e
MB
26BuildRequires: intltool >= 0.36.2
27BuildRequires: libbonobo-devel >= 2.20.0
28BuildRequires: libglade2-devel >= 2.6.2
075f7b6c 29BuildRequires: libgnomeprint-devel >= 2.18.0
8b3bf16e 30BuildRequires: libgnomeui-devel >= 2.20.0
8387620b 31BuildRequires: libsoup-devel >= 2.2.100
8b3bf16e 32BuildRequires: libxml2-devel >= 1:2.6.30
ba84c2f6 33BuildRequires: openldap-devel >= 2.4.6
1450324a
AF
34BuildRequires: pkgconfig
35BuildRequires: rpmbuild(macros) >= 1.197
8387620b 36Requires(post,preun): GConf2
8b3bf16e
MB
37Requires: evolution >= 2.12.0
38Requires: gtk+2 >= 2:2.12.0
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 48
0812a127
MB
49%package apidocs
50Summary: Microsoft Exchange support for Evolution API documentation
51Summary(pl.UTF-8): Dokumentacja API wsparcia Microsoft Exchange w Evolution
52Group: Documentation
53Requires: gtk-doc-common
54
55%description apidocs
56Microsoft Exchange support for Evolution API documentation.
57
58%description apidocs -l pl.UTF-8
59Dokumentacja API wsparcia Microsoft Exchange w Evolution.
60
1450324a
AF
61%prep
62%setup -q
63
64%build
485d2038 65%{__glib_gettextize}
1361a22c 66%{__intltoolize}
1450324a
AF
67%{__aclocal}
68%{__autoconf}
69%{__automake}
70%configure \
1361a22c 71 --with-openldap=/usr \
1450324a 72 --with-krb5=/usr \
1361a22c 73 --disable-schemas-install \
74 --enable-gtk-doc \
1450324a
AF
75 --with-html-dir=%{_gtkdocdir}
76%{__make}
77
78%install
79rm -rf $RPM_BUILD_ROOT
80
81%{__make} install \
90a436db 82 DESTDIR=$RPM_BUILD_ROOT
1450324a 83
a04f41a4 84rm -f $RPM_BUILD_ROOT%{_libdir}/evolution-data-server-*/camel-providers/*.{la,a}
1450324a 85
8b3bf16e 86%find_lang %{name}-2.12
1450324a
AF
87
88%clean
89rm -rf $RPM_BUILD_ROOT
90
8387620b 91%post
8b3bf16e 92%gconf_schema_install apps_exchange_addressbook-2.12.schemas
8387620b
MB
93
94%preun
8b3bf16e 95%gconf_schema_uninstall apps_exchange_addressbook-2.12.schemas
8387620b 96
8b3bf16e 97%files -f %{name}-2.12.lang
1450324a 98%defattr(644,root,root,755)
8387620b 99%doc AUTHORS ChangeLog NEWS README
8b3bf16e 100%{_sysconfdir}/gconf/schemas/apps_exchange_addressbook-2.12.schemas
1361a22c 101%attr(755,root,root) %{_bindir}/exchange-connector-setup-*
1450324a 102%attr(755,root,root) %{_libdir}/evolution-data-server-*/camel-providers/*.so
136d3210 103%attr(755,root,root) %{_libdir}/evolution/*/evolution-exchange-storage
1450324a 104%{_datadir}/%{name}
136d3210 105%{_libdir}/bonobo/servers/*
106%{_libdir}/evolution-data-server-*/camel-providers/*.urls
0812a127
MB
107
108%files apidocs
109%defattr(644,root,root,755)
110%{_gtkdocdir}/*
This page took 0.396488 seconds and 4 git commands to generate.