]> git.pld-linux.org Git - packages/evolution-exchange.git/blame - evolution-exchange.spec
- updated to 2.10.2
[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
0812a127 12Version: 2.10.2
e52f7a3b 13Release: 1
1450324a
AF
14License: GPL v2
15Group: X11/Applications
075f7b6c 16Source0: http://ftp.gnome.org/pub/gnome/sources/evolution-exchange/2.10/%{name}-%{version}.tar.bz2
0812a127 17# Source0-md5: a8b5fc44e23e5158c732547df434ed77
8387620b 18BuildRequires: GConf2-devel >= 2.18.0.1
1450324a
AF
19BuildRequires: autoconf >= 2.53
20BuildRequires: automake
0812a127
MB
21BuildRequires: evolution-data-server-devel >= 1.10.2
22BuildRequires: evolution-devel >= 2.10.2
075f7b6c 23BuildRequires: gtk+2-devel >= 2:2.10.10
57280f44 24BuildRequires: gtk-doc >= 1.8
d2cc6b40 25BuildRequires: krb5-devel
8387620b 26BuildRequires: intltool >= 0.35.5
075f7b6c 27BuildRequires: libbonobo-devel >= 2.18.0
1361a22c 28BuildRequires: libglade2-devel >= 2.6.0
075f7b6c 29BuildRequires: libgnomeprint-devel >= 2.18.0
e52f7a3b 30BuildRequires: libgnomeui-devel >= 2.18.1
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
0812a127 37Requires: evolution >= 2.10.2
075f7b6c 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 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
8387620b 86%find_lang %{name}-2.10
1450324a
AF
87
88%clean
89rm -rf $RPM_BUILD_ROOT
90
8387620b
MB
91%post
92%gconf_schema_install apps_exchange_addressbook-2.10.schemas
93
94%preun
95%gconf_schema_uninstall apps_exchange_addressbook-2.10.schemas
96
97%files -f %{name}-2.10.lang
1450324a 98%defattr(644,root,root,755)
8387620b
MB
99%doc AUTHORS ChangeLog NEWS README
100%{_sysconfdir}/gconf/schemas/apps_exchange_addressbook-2.10.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.04909 seconds and 4 git commands to generate.