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