]> git.pld-linux.org Git - packages/evolution-ews.git/blame_incremental - evolution-ews.spec
- updated to 3.10.4
[packages/evolution-ews.git] / evolution-ews.spec
... / ...
CommitLineData
1Summary: Evolution extension for Exchange Web Services
2Name: evolution-ews
3Version: 3.10.4
4Release: 1
5License: LGPL v2+
6Group: Applications
7Source0: http://ftp.gnome.org/pub/GNOME/sources/evolution-ews/3.10/%{name}-%{version}.tar.xz
8# Source0-md5: d546d641981292c3a922e837070d5038
9URL: http://projects.gnome.org/evolution/
10BuildRequires: autoconf >= 2.58
11BuildRequires: automake >= 1:1.9
12BuildRequires: evolution-data-server-devel >= %{version}
13BuildRequires: evolution-devel >= %{version}
14BuildRequires: gettext-devel
15BuildRequires: glib2-devel >= 1:2.32.0
16BuildRequires: gtk+3-devel >= 3.0.0
17BuildRequires: gtk-doc >= 1.9
18BuildRequires: intltool >= 0.40.0
19BuildRequires: libical-devel
20BuildRequires: libmspack-devel >= 0.4
21BuildRequires: libsoup-devel >= 2.38.1
22BuildRequires: libtool
23BuildRequires: pkgconfig
24BuildRequires: sqlite3-devel
25BuildRequires: tar >= 1:1.22
26BuildRequires: xz
27Requires: evolution >= %{version}
28Requires: evolution-data-server >= %{version}
29BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
30
31%description
32This package allows Evolution to interact with Microsoft Exchange
33servers, versions 2007 and later, through its Exchange Web Services
34(EWS) interface.
35
36%package devel
37Summary: Development files for ews library
38Group: Development/Libraries
39Requires: evolution-data-server-devel >= %{version}
40Requires: libsoup-devel >= 2.38.1
41
42%description devel
43This 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
60rm -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
69%find_lang %{name}
70
71%clean
72rm -rf $RPM_BUILD_ROOT
73
74%files -f %{name}.lang
75%defattr(644,root,root,755)
76%doc AUTHORS ChangeLog NEWS README
77%attr(755,root,root) %{_libdir}/evolution-data-server/libeews-1.2.so*
78%attr(755,root,root) %{_libdir}/evolution-data-server/libewsutils.so*
79%attr(755,root,root) %{_libdir}/evolution-data-server/addressbook-backends/libebookbackendews.so
80%attr(755,root,root) %{_libdir}/evolution-data-server/calendar-backends/libecalbackendews.so
81%attr(755,root,root) %{_libdir}/evolution-data-server/camel-providers/libcamelews.so
82%attr(755,root,root) %{_libdir}/evolution-data-server/registry-modules/module-ews-backend.so
83%{_libdir}/evolution-data-server/camel-providers/libcamelews.urls
84%attr(755,root,root) %{_libdir}/evolution/3.10/modules/module-ews-configuration.so
85%{_datadir}/evolution/3.10/errors/module-ews-configuration.error
86
87%files devel
88%defattr(644,root,root,755)
89%{_includedir}/evolution-data-server/ews
This page took 0.025172 seconds and 4 git commands to generate.