]> git.pld-linux.org Git - packages/evolution-ews.git/blame - evolution-ews.spec
Update to 3.22.5
[packages/evolution-ews.git] / evolution-ews.spec
CommitLineData
2e25ebec 1Summary: Evolution extension for Exchange Web Services
15a4058e 2Summary(pl.UTF-8): Rozszerzenie Evolution dla Exchange Web Services
2e25ebec 3Name: evolution-ews
eb30bff9 4Version: 3.22.5
dac78078 5Release: 1
2e25ebec 6License: LGPL v2+
15a4058e 7Group: X11/Applications/Mail
076e0e48 8Source0: http://ftp.gnome.org/pub/GNOME/sources/evolution-ews/3.22/%{name}-%{version}.tar.xz
eb30bff9 9# Source0-md5: b7d899526798620ac63e8a97ee922a2f
076e0e48 10Patch0: %{name}-link.patch
2e25ebec 11URL: http://projects.gnome.org/evolution/
2e25ebec
MB
12BuildRequires: autoconf >= 2.58
13BuildRequires: automake >= 1:1.9
ce37bcb2
ŁK
14BuildRequires: evolution-data-server-devel >= %{version}
15BuildRequires: evolution-devel >= %{version}
5cfdef32 16BuildRequires: gettext-tools
da6e0eab 17BuildRequires: glib2-devel >= 1:2.40.0
16acc331 18BuildRequires: gtk+3-devel >= 3.0.0
2e25ebec
MB
19BuildRequires: gtk-doc >= 1.9
20BuildRequires: intltool >= 0.40.0
21BuildRequires: libical-devel
568812a9 22BuildRequires: libmspack-devel >= 0.4
f4ca529e 23BuildRequires: libsoup-devel >= 2.42.0
da6e0eab 24BuildRequires: libtool >= 2:2.2
2e25ebec
MB
25BuildRequires: pkgconfig
26BuildRequires: sqlite3-devel
27BuildRequires: tar >= 1:1.22
28BuildRequires: xz
ce37bcb2
ŁK
29Requires: evolution >= %{version}
30Requires: evolution-data-server >= %{version}
da6e0eab 31Requires: glib2 >= 1:2.40.0
f4ca529e 32Requires: libsoup >= 2.42.0
2e25ebec
MB
33BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
34
35%description
36This package allows Evolution to interact with Microsoft Exchange
37servers, versions 2007 and later, through its Exchange Web Services
38(EWS) interface.
39
15a4058e
JB
40%description -l pl.UTF-8
41Ten pakiet pozwala programowi Evolution współpracować z serwerami
42Microsoft Exchange w wersji 2007 lub nowszej poprzez interfejs EWS
43(Exchange Web Services).
44
2e25ebec 45%package devel
15a4058e
JB
46Summary: Development files for EWS libraries
47Summary(pl.UTF-8): Pliki programistyczne bibliotek EWS
48Group: X11/Development/Libraries
ce37bcb2 49Requires: evolution-data-server-devel >= %{version}
da6e0eab 50Requires: glib2-devel >= 1:2.40.0
f4ca529e 51Requires: libsoup-devel >= 2.42.0
2e25ebec
MB
52
53%description devel
15a4058e
JB
54This package provides development files for EWS library.
55
56%description devel -l pl.UTF-8
57Ten pakiet zawiera pliki programistyczne bibliotek EWS.
2e25ebec
MB
58
59%prep
60%setup -q
076e0e48 61%patch0 -p1
2e25ebec
MB
62
63%build
9730c864
MB
64%{__intltoolize}
65%{__libtoolize}
16acc331 66%{__aclocal} -I m4
2e25ebec
MB
67%{__autoconf}
68%{__autoheader}
69%{__automake}
70%configure \
71 --disable-silent-rules
72%{__make}
73
74%install
75rm -rf $RPM_BUILD_ROOT
76
77%{__make} install \
78 DESTDIR=$RPM_BUILD_ROOT
79
d8c134ac 80%{__rm} $RPM_BUILD_ROOT%{_libdir}/evolution-data-server/*.la
2e25ebec 81%{__rm} $RPM_BUILD_ROOT%{_libdir}/evolution-data-server/*/*.la
da6e0eab 82%{__rm} $RPM_BUILD_ROOT%{_libdir}/evolution/modules/*.la
2e25ebec
MB
83
84%find_lang %{name}
85
86%clean
87rm -rf $RPM_BUILD_ROOT
88
2e25ebec
MB
89%files -f %{name}.lang
90%defattr(644,root,root,755)
91%doc AUTHORS ChangeLog NEWS README
d8c134ac
ŁK
92%attr(755,root,root) %{_libdir}/evolution-data-server/libeews-1.2.so*
93%attr(755,root,root) %{_libdir}/evolution-data-server/libewsutils.so*
2e25ebec
MB
94%attr(755,root,root) %{_libdir}/evolution-data-server/addressbook-backends/libebookbackendews.so
95%attr(755,root,root) %{_libdir}/evolution-data-server/calendar-backends/libecalbackendews.so
96%attr(755,root,root) %{_libdir}/evolution-data-server/camel-providers/libcamelews.so
16acc331 97%attr(755,root,root) %{_libdir}/evolution-data-server/registry-modules/module-ews-backend.so
2e25ebec 98%{_libdir}/evolution-data-server/camel-providers/libcamelews.urls
da6e0eab
ŁK
99%attr(755,root,root) %{_libdir}/evolution/modules/module-ews-configuration.so
100%{_datadir}/evolution/errors/module-ews-configuration.error
f4ca529e 101%{_datadir}/evolution-data-server/ews
a3b59a7f 102%{_datadir}/appdata/evolution-ews.metainfo.xml
2e25ebec
MB
103
104%files devel
105%defattr(644,root,root,755)
d8c134ac 106%{_includedir}/evolution-data-server/ews
This page took 0.073457 seconds and 4 git commands to generate.