]> git.pld-linux.org Git - packages/evolution-exchange.git/blob - evolution-exchange.spec
f57fc488e0fc4b9f2f7c875528b14ce010334f69
[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 %define filterout_ld    -Wl,--as-needed
9 Summary:        Microsoft Exchange support for Evolution
10 Summary(pl.UTF-8):      Wsparcie dla Microsoft Exchange w Evolution
11 Name:           evolution-exchange
12 Version:        2.9.92
13 Release:        1
14 License:        GPL v2
15 Group:          X11/Applications
16 Source0:        http://ftp.gnome.org/pub/gnome/sources/evolution-exchange/2.9/%{name}-%{version}.tar.bz2
17 # Source0-md5:  b1eed1fa14634c6591d8b149bf30cdc1
18 BuildRequires:  GConf2-devel >= 2.18.0.1
19 BuildRequires:  autoconf >= 2.53
20 BuildRequires:  automake
21 BuildRequires:  evolution-data-server-devel >= 1.9.92
22 BuildRequires:  evolution-devel >= 2.9.92
23 BuildRequires:  gtk+2-devel >= 2:2.10.9
24 BuildRequires:  gtk-doc >= 1.8
25 BuildRequires:  heimdal-devel >= 0.7
26 BuildRequires:  intltool >= 0.35.5
27 BuildRequires:  libbonobo-devel >= 2.17.92
28 BuildRequires:  libglade2-devel >= 2.6.0
29 BuildRequires:  libgnomeprint-devel >= 2.17.92
30 BuildRequires:  libgnomeui-devel >= 2.17.92
31 BuildRequires:  libsoup-devel >= 2.2.100
32 BuildRequires:  libxml2-devel >= 1:2.6.27
33 BuildRequires:  openldap-devel >= 2.3.0
34 BuildRequires:  pkgconfig
35 BuildRequires:  rpmbuild(macros) >= 1.197
36 Requires(post,preun):   GConf2
37 Requires:       evolution >= 2.9.92
38 Requires:       gtk+2 >= 2:2.10.9
39 Obsoletes:      ximian-connector
40 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
41
42 %description
43 This package adds support for Microsoft Exchange 2000 and 2003 to
44 Evolution.
45
46 %description -l pl.UTF-8
47 Ten pakiet dodaje do Evolution obsługę Microsoft Exchange 2000 i 2003.
48
49 %prep
50 %setup -q
51
52 %build
53 %{__glib_gettextize}
54 %{__intltoolize}
55 %{__aclocal}
56 %{__autoconf}
57 %{__automake}
58 %configure \
59         --with-openldap=/usr \
60         --with-krb5=/usr \
61         --disable-schemas-install \
62         --enable-gtk-doc \
63         --with-html-dir=%{_gtkdocdir}
64 %{__make}
65
66 %install
67 rm -rf $RPM_BUILD_ROOT
68
69 %{__make} install \
70         DESTDIR=$RPM_BUILD_ROOT
71
72 rm -f $RPM_BUILD_ROOT%{_libdir}/evolution-data-server-*/camel-providers/*.{la,a}
73
74 %find_lang %{name}-2.10
75
76 %clean
77 rm -rf $RPM_BUILD_ROOT
78
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
86 %defattr(644,root,root,755)
87 %doc AUTHORS ChangeLog NEWS README
88 %{_sysconfdir}/gconf/schemas/apps_exchange_addressbook-2.10.schemas
89 %attr(755,root,root) %{_bindir}/exchange-connector-setup-*
90 %attr(755,root,root) %{_libdir}/evolution-data-server-*/camel-providers/*.so
91 %attr(755,root,root) %{_libdir}/evolution/*/evolution-exchange-storage
92 %{_datadir}/%{name}
93 %{_gtkdocdir}/*
94 %{_libdir}/bonobo/servers/*
95 %{_libdir}/evolution-data-server-*/camel-providers/*.urls
This page took 0.024276 seconds and 2 git commands to generate.