]> git.pld-linux.org Git - packages/evolution-exchange.git/blob - evolution-exchange.spec
fc02d810f248484f44535232c3e9fd7875055f96
[packages/evolution-exchange.git] / evolution-exchange.spec
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 #
8 Summary:        Microsoft Exchange support for Evolution
9 Summary(pl):    Wsparcie dla Microsoft Exchange w Evolution
10 Name:           evolution-exchange
11 Version:        2.4.2
12 Release:        2
13 License:        GPL v2
14 Group:          X11/Applications
15 Source0:        http://ftp.gnome.org/pub/gnome/sources/evolution-exchange/2.4/%{name}-%{version}.tar.bz2
16 # Source0-md5:  67802f9c0be1528edaa0612188588914
17 BuildRequires:  GConf2-devel
18 BuildRequires:  autoconf >= 2.53
19 BuildRequires:  automake
20 BuildRequires:  evolution-data-server-devel >= 1.4.1
21 BuildRequires:  evolution-devel >= 2.4.0
22 BuildRequires:  gtk+2-devel >= 2:2.8.3
23 BuildRequires:  heimdal-devel >= 0.7
24 BuildRequires:  intltool
25 BuildRequires:  libgnomeui-devel >= 2.12.0
26 BuildRequires:  libsoup-devel >= 2.2.6.1
27 BuildRequires:  openldap-devel >= 2.3.0
28 BuildRequires:  pkgconfig
29 BuildRequires:  rpmbuild(macros) >= 1.197
30 Requires(post,preun):   GConf2
31 Requires:       evolution >= 2.4.1
32 Requires:       gtk+2 >= 2:2.8.3
33 Obsoletes:      ximian-connector
34 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
35
36 %description
37 This package adds support for Microsoft Exchange 2000 and 2003 to
38 Evolution.
39
40 %description -l pl
41 Ten pakiet dodaje do Evolution obs³ugê Microsoft Exchange 2000 i 2003.
42
43 %prep
44 %setup -q
45
46 %build
47 %{__intltoolize}
48 %{__glib_gettextize}
49 %{__aclocal}
50 %{__autoconf}
51 %{__automake}
52 %configure \
53         --with-openlda-=/usr \
54         --with-krb5=/usr \
55         --with-html-dir=%{_gtkdocdir}
56 %{__make}
57
58 %install
59 rm -rf $RPM_BUILD_ROOT
60
61 %{__make} install \
62         DESTDIR=$RPM_BUILD_ROOT
63
64 rm -r $RPM_BUILD_ROOT%{_datadir}/locale/no
65 rm -f $RPM_BUILD_ROOT%{_libdir}/evolution-data-server-*/camel-providers/*.{la,a}
66
67 %find_lang %{name}-2.4
68
69 %clean
70 rm -rf $RPM_BUILD_ROOT
71
72 %files -f %{name}-2.4.lang
73 %defattr(644,root,root,755)
74 %doc AUTHORS ChangeLog NEWS README 
75 %attr(755,root,root) %{_bindir}/ximian-connector-setup-*
76 %attr(755,root,root) %{_libdir}/evolution-data-server-*/camel-providers/*.so
77 %attr(755,root,root) %{_libdir}/evolution/*/evolution-exchange-storage
78 %{_datadir}/%{name}
79 %{_gtkdocdir}/*
80 %{_libdir}/bonobo/servers/*
81 %{_libdir}/evolution-data-server-*/camel-providers/*.urls
This page took 0.021436 seconds and 2 git commands to generate.