]> git.pld-linux.org Git - packages/evolution-ews.git/blame - evolution-ews.spec
- new
[packages/evolution-ews.git] / evolution-ews.spec
CommitLineData
2e25ebec
MB
1Summary: Evolution extension for Exchange Web Services
2Name: evolution-ews
3Version: 3.3.91
4Release: 1
5License: LGPL v2+
6Group: Applications
7Source0: http://ftp.gnome.org/pub/GNOME/sources/evolution-ews/3.3/%{name}-%{version}.tar.xz
8# Source0-md5: 5a02d3e93f16dea994eccea2028457c5
9URL: http://projects.gnome.org/evolution/
10BuildRequires: GConf2-devel
11BuildRequires: autoconf >= 2.58
12BuildRequires: automake >= 1:1.9
13BuildRequires: evolution-data-server-devel >= 3.3.0
14BuildRequires: evolution-devel >= 3.3.0
15BuildRequires: gettext-devel
16BuildRequires: glib2-devel >= 1:2.26.0
17BuildRequires: gtk-doc >= 1.9
18BuildRequires: intltool >= 0.40.0
19BuildRequires: libical-devel
20BuildRequires: libsoup-devel >= 2.30.0
21BuildRequires: pkgconfig
22BuildRequires: sqlite3-devel
23BuildRequires: tar >= 1:1.22
24BuildRequires: xz
25Requires: evolution >= 3.3.0
26Requires: evolution-data-server >= 3.3.0
27BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
28
29%description
30This package allows Evolution to interact with Microsoft Exchange
31servers, versions 2007 and later, through its Exchange Web Services
32(EWS) interface.
33
34%package devel
35Summary: Development files for ews library
36Group: Development/Libraries
37Requires: %{name} = %{version}-%{release}
38Requires: evolution-data-server-devel >= 3.3.0
39Requires: libsoup-devel >= 2.30.0
40
41%description devel
42This 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
57rm -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
70rm -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.043132 seconds and 4 git commands to generate.