]> git.pld-linux.org Git - packages/evolution-ews.git/blob - evolution-ews.spec
b297d6c0060e30e6be02118fa75acd58262efc1d
[packages/evolution-ews.git] / evolution-ews.spec
1 Summary:        Evolution extension for Exchange Web Services
2 Name:           evolution-ews
3 Version:        3.3.91
4 Release:        1
5 License:        LGPL v2+
6 Group:          Applications
7 Source0:        http://ftp.gnome.org/pub/GNOME/sources/evolution-ews/3.3/%{name}-%{version}.tar.xz
8 # Source0-md5:  5a02d3e93f16dea994eccea2028457c5
9 URL:            http://projects.gnome.org/evolution/
10 BuildRequires:  GConf2-devel
11 BuildRequires:  autoconf >= 2.58
12 BuildRequires:  automake >= 1:1.9
13 BuildRequires:  evolution-data-server-devel >= 3.3.0
14 BuildRequires:  evolution-devel >= 3.3.0
15 BuildRequires:  gettext-devel
16 BuildRequires:  glib2-devel >= 1:2.26.0
17 BuildRequires:  gtk-doc >= 1.9
18 BuildRequires:  intltool >= 0.40.0
19 BuildRequires:  libical-devel
20 BuildRequires:  libsoup-devel >= 2.30.0
21 BuildRequires:  pkgconfig
22 BuildRequires:  sqlite3-devel
23 BuildRequires:  tar >= 1:1.22
24 BuildRequires:  xz
25 Requires:       evolution >= 3.3.0
26 Requires:       evolution-data-server >= 3.3.0
27 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
28
29 %description
30 This package allows Evolution to interact with Microsoft Exchange
31 servers, versions 2007 and later, through its Exchange Web Services
32 (EWS) interface.
33
34 %package devel
35 Summary:        Development files for ews library
36 Group:          Development/Libraries
37 Requires:       %{name} = %{version}-%{release}
38 Requires:       evolution-data-server-devel >= 3.3.0
39 Requires:       libsoup-devel >= 2.30.0
40
41 %description devel
42 This package provides development files for ews library.
43
44 %prep
45 %setup -q
46
47 %build
48 %{__aclocal}
49 %{__autoconf}
50 %{__autoheader}
51 %{__automake}
52 %configure \
53         --disable-silent-rules
54 %{__make}
55
56 %install
57 rm -rf $RPM_BUILD_ROOT
58
59 %{__make} install \
60         DESTDIR=$RPM_BUILD_ROOT
61
62 %{__rm} $RPM_BUILD_ROOT%{_libdir}/evolution-data-server-*/*.la
63 %{__rm} $RPM_BUILD_ROOT%{_libdir}/evolution-data-server/*/*.la
64 %{__rm} $RPM_BUILD_ROOT%{_libdir}/evolution/*/plugins/*.la
65 %{__rm} $RPM_BUILD_ROOT%{_libdir}/*.la
66
67 %find_lang %{name}
68
69 %clean
70 rm -rf $RPM_BUILD_ROOT
71
72 %post   -p /sbin/ldconfig
73 %postun -p /sbin/ldconfig
74
75 %files -f %{name}.lang
76 %defattr(644,root,root,755)
77 %doc AUTHORS ChangeLog NEWS README
78 %attr(755,root,root) %{_libdir}/liblzx.so.*.*.*
79 %attr(755,root,root) %ghost %{_libdir}/liblzx.so.0
80 %attr(755,root,root) %{_libdir}/evolution-data-server-3.4/libeews-1.2.so*
81 %attr(755,root,root) %{_libdir}/evolution-data-server-3.4/libewsutils.so*
82 %attr(755,root,root) %{_libdir}/evolution-data-server/addressbook-backends/libebookbackendews.so
83 %attr(755,root,root) %{_libdir}/evolution-data-server/calendar-backends/libecalbackendews.so
84 %attr(755,root,root) %{_libdir}/evolution-data-server/camel-providers/libcamelews.so
85 %{_libdir}/evolution-data-server/camel-providers/libcamelews.urls
86 %attr(755,root,root) %{_libdir}/evolution/3.4/plugins/liborg-gnome-exchange-ews.so
87 %{_libdir}/evolution/3.4/plugins/org-gnome-exchange-ews.eplug
88
89 %files devel
90 %defattr(644,root,root,755)
91 %attr(755,root,root) %{_libdir}/liblzx.so
92 %{_includedir}/evolution-data-server-3.4
93 %{_pkgconfigdir}/libeews-1.2.pc
This page took 0.041467 seconds and 2 git commands to generate.