]> git.pld-linux.org Git - packages/evolution-ews.git/blame - evolution-ews.spec
Update to 3.26.4
[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
e70a1ece 4Version: 3.26.4
dac78078 5Release: 1
2e25ebec 6License: LGPL v2+
15a4058e 7Group: X11/Applications/Mail
cd6ec5a9 8Source0: http://ftp.gnome.org/pub/GNOME/sources/evolution-ews/3.26/%{name}-%{version}.tar.xz
e70a1ece 9# Source0-md5: ed4ce8cf69006b23a2e8dd637160a550
2e25ebec 10URL: http://projects.gnome.org/evolution/
158c663f 11BuildRequires: cmake >= 3.1
ce37bcb2
ŁK
12BuildRequires: evolution-data-server-devel >= %{version}
13BuildRequires: evolution-devel >= %{version}
5cfdef32 14BuildRequires: gettext-tools
158c663f
MB
15BuildRequires: glib2-devel >= 1:2.46.0
16BuildRequires: gtk+3-devel >= 3.10.0
2e25ebec
MB
17BuildRequires: gtk-doc >= 1.9
18BuildRequires: intltool >= 0.40.0
19BuildRequires: libical-devel
568812a9 20BuildRequires: libmspack-devel >= 0.4
f4ca529e 21BuildRequires: libsoup-devel >= 2.42.0
da6e0eab 22BuildRequires: libtool >= 2:2.2
2e25ebec
MB
23BuildRequires: pkgconfig
24BuildRequires: sqlite3-devel
25BuildRequires: tar >= 1:1.22
26BuildRequires: xz
ce37bcb2
ŁK
27Requires: evolution >= %{version}
28Requires: evolution-data-server >= %{version}
158c663f 29Requires: glib2 >= 1:2.46.0
f4ca529e 30Requires: libsoup >= 2.42.0
158c663f 31Obsoletes: evolution-ews-devel
2e25ebec
MB
32BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
33
34%description
35This package allows Evolution to interact with Microsoft Exchange
36servers, versions 2007 and later, through its Exchange Web Services
37(EWS) interface.
38
15a4058e
JB
39%description -l pl.UTF-8
40Ten pakiet pozwala programowi Evolution współpracować z serwerami
41Microsoft Exchange w wersji 2007 lub nowszej poprzez interfejs EWS
42(Exchange Web Services).
43
2e25ebec
MB
44%prep
45%setup -q
46
47%build
158c663f
MB
48%cmake \
49 -DLIBEXEC_INSTALL_DIR=%{_libdir} \
50 -DENABLE_SCHEMAS_COMPILE=OFF
51
2e25ebec
MB
52%{__make}
53
54%install
55rm -rf $RPM_BUILD_ROOT
56
57%{__make} install \
58 DESTDIR=$RPM_BUILD_ROOT
59
2e25ebec
MB
60%find_lang %{name}
61
62%clean
63rm -rf $RPM_BUILD_ROOT
64
2e25ebec
MB
65%files -f %{name}.lang
66%defattr(644,root,root,755)
67%doc AUTHORS ChangeLog NEWS README
158c663f
MB
68%dir %{_libdir}/evolution-ews
69%attr(755,root,root) %{_libdir}/evolution-ews/libcamelews-priv.so
70%attr(755,root,root) %{_libdir}/evolution-ews/libevolution-ews.so
2e25ebec
MB
71%attr(755,root,root) %{_libdir}/evolution-data-server/addressbook-backends/libebookbackendews.so
72%attr(755,root,root) %{_libdir}/evolution-data-server/calendar-backends/libecalbackendews.so
73%attr(755,root,root) %{_libdir}/evolution-data-server/camel-providers/libcamelews.so
16acc331 74%attr(755,root,root) %{_libdir}/evolution-data-server/registry-modules/module-ews-backend.so
2e25ebec 75%{_libdir}/evolution-data-server/camel-providers/libcamelews.urls
da6e0eab
ŁK
76%attr(755,root,root) %{_libdir}/evolution/modules/module-ews-configuration.so
77%{_datadir}/evolution/errors/module-ews-configuration.error
f4ca529e 78%{_datadir}/evolution-data-server/ews
a3b59a7f 79%{_datadir}/appdata/evolution-ews.metainfo.xml
This page took 0.087631 seconds and 4 git commands to generate.