]> git.pld-linux.org Git - packages/evolution-exchange.git/blob - evolution-exchange.spec
- updated to 2.10.2
[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.10.2
13 Release:        1
14 License:        GPL v2
15 Group:          X11/Applications
16 Source0:        http://ftp.gnome.org/pub/gnome/sources/evolution-exchange/2.10/%{name}-%{version}.tar.bz2
17 # Source0-md5:  a8b5fc44e23e5158c732547df434ed77
18 BuildRequires:  GConf2-devel >= 2.18.0.1
19 BuildRequires:  autoconf >= 2.53
20 BuildRequires:  automake
21 BuildRequires:  evolution-data-server-devel >= 1.10.2
22 BuildRequires:  evolution-devel >= 2.10.2
23 BuildRequires:  gtk+2-devel >= 2:2.10.10
24 BuildRequires:  gtk-doc >= 1.8
25 BuildRequires:  krb5-devel
26 BuildRequires:  intltool >= 0.35.5
27 BuildRequires:  libbonobo-devel >= 2.18.0
28 BuildRequires:  libglade2-devel >= 2.6.0
29 BuildRequires:  libgnomeprint-devel >= 2.18.0
30 BuildRequires:  libgnomeui-devel >= 2.18.1
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.10.2
38 Requires:       gtk+2 >= 2:2.10.10
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 %package apidocs
50 Summary:        Microsoft Exchange support for Evolution API documentation
51 Summary(pl.UTF-8):      Dokumentacja API wsparcia Microsoft Exchange w Evolution
52 Group:          Documentation
53 Requires:       gtk-doc-common
54
55 %description apidocs
56 Microsoft Exchange support for Evolution API documentation.
57
58 %description apidocs -l pl.UTF-8
59 Dokumentacja API wsparcia Microsoft Exchange w Evolution.
60
61 %prep
62 %setup -q
63
64 %build
65 %{__glib_gettextize}
66 %{__intltoolize}
67 %{__aclocal}
68 %{__autoconf}
69 %{__automake}
70 %configure \
71         --with-openldap=/usr \
72         --with-krb5=/usr \
73         --disable-schemas-install \
74         --enable-gtk-doc \
75         --with-html-dir=%{_gtkdocdir}
76 %{__make}
77
78 %install
79 rm -rf $RPM_BUILD_ROOT
80
81 %{__make} install \
82         DESTDIR=$RPM_BUILD_ROOT
83
84 rm -f $RPM_BUILD_ROOT%{_libdir}/evolution-data-server-*/camel-providers/*.{la,a}
85
86 %find_lang %{name}-2.10
87
88 %clean
89 rm -rf $RPM_BUILD_ROOT
90
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
98 %defattr(644,root,root,755)
99 %doc AUTHORS ChangeLog NEWS README
100 %{_sysconfdir}/gconf/schemas/apps_exchange_addressbook-2.10.schemas
101 %attr(755,root,root) %{_bindir}/exchange-connector-setup-*
102 %attr(755,root,root) %{_libdir}/evolution-data-server-*/camel-providers/*.so
103 %attr(755,root,root) %{_libdir}/evolution/*/evolution-exchange-storage
104 %{_datadir}/%{name}
105 %{_libdir}/bonobo/servers/*
106 %{_libdir}/evolution-data-server-*/camel-providers/*.urls
107
108 %files apidocs
109 %defattr(644,root,root,755)
110 %{_gtkdocdir}/*
This page took 0.030529 seconds and 3 git commands to generate.