]> git.pld-linux.org Git - packages/evolution-ews.git/blame - evolution-ews.spec
- updated to 3.4.1
[packages/evolution-ews.git] / evolution-ews.spec
CommitLineData
2e25ebec
MB
1Summary: Evolution extension for Exchange Web Services
2Name: evolution-ews
78f137a8 3Version: 3.4.1
2e25ebec
MB
4Release: 1
5License: LGPL v2+
6Group: Applications
df550ad3 7Source0: http://ftp.gnome.org/pub/GNOME/sources/evolution-ews/3.4/%{name}-%{version}.tar.xz
78f137a8 8# Source0-md5: 0bbbc704bffb0bf4b85fd97c564c2266
2e25ebec
MB
9URL: http://projects.gnome.org/evolution/
10BuildRequires: GConf2-devel
11BuildRequires: autoconf >= 2.58
12BuildRequires: automake >= 1:1.9
78f137a8
MB
13BuildRequires: evolution-data-server-devel >= 3.4.1
14BuildRequires: evolution-devel >= 3.4.1
2e25ebec
MB
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
9730c864 21BuildRequires: libtool
2e25ebec
MB
22BuildRequires: pkgconfig
23BuildRequires: sqlite3-devel
24BuildRequires: tar >= 1:1.22
25BuildRequires: xz
78f137a8
MB
26Requires: evolution >= 3.4.1
27Requires: evolution-data-server >= 3.4.1
2e25ebec
MB
28BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
29
30%description
31This package allows Evolution to interact with Microsoft Exchange
32servers, versions 2007 and later, through its Exchange Web Services
33(EWS) interface.
34
35%package devel
36Summary: Development files for ews library
37Group: Development/Libraries
38Requires: %{name} = %{version}-%{release}
78f137a8 39Requires: evolution-data-server-devel >= 3.4.1
2e25ebec
MB
40Requires: libsoup-devel >= 2.30.0
41
42%description devel
43This package provides development files for ews library.
44
45%prep
46%setup -q
47
48%build
9730c864
MB
49%{__intltoolize}
50%{__libtoolize}
2e25ebec
MB
51%{__aclocal}
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/*/plugins/*.la
68%{__rm} $RPM_BUILD_ROOT%{_libdir}/*.la
69
70%find_lang %{name}
71
72%clean
73rm -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.4/libeews-1.2.so*
84%attr(755,root,root) %{_libdir}/evolution-data-server-3.4/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%{_libdir}/evolution-data-server/camel-providers/libcamelews.urls
89%attr(755,root,root) %{_libdir}/evolution/3.4/plugins/liborg-gnome-exchange-ews.so
90%{_libdir}/evolution/3.4/plugins/org-gnome-exchange-ews.eplug
91
92%files devel
93%defattr(644,root,root,755)
94%attr(755,root,root) %{_libdir}/liblzx.so
95%{_includedir}/evolution-data-server-3.4
96%{_pkgconfigdir}/libeews-1.2.pc
This page took 0.03557 seconds and 4 git commands to generate.