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