]> git.pld-linux.org Git - packages/evolution-ews.git/blame - evolution-ews.spec
- updated to 3.36.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
7b9436ec 4Version: 3.36.5
cbf8c415 5Release: 1
2e25ebec 6License: LGPL v2+
15a4058e 7Group: X11/Applications/Mail
b30cfbde 8Source0: http://ftp.gnome.org/pub/GNOME/sources/evolution-ews/3.36/%{name}-%{version}.tar.xz
7b9436ec 9# Source0-md5: 712d38a75489e2d0ca38880baa01db09
cbf8c415 10URL: https://wiki.gnome.org/Apps/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
179710bb 19BuildRequires: libical-glib-devel >= 3.0.5
568812a9 20BuildRequires: libmspack-devel >= 0.4
cbf8c415 21BuildRequires: libsoup-devel >= 2.58
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
179710bb 30Requires: libical-glib >= 3.0.5
cbf8c415 31Requires: libsoup >= 2.58
158c663f 32Obsoletes: evolution-ews-devel
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
MB
45%prep
46%setup -q
47
48%build
cbf8c415
JB
49install -d build
50cd build
51%cmake .. \
52 -DLIBEXEC_INSTALL_DIR=%{_libexecdir} \
158c663f
MB
53 -DENABLE_SCHEMAS_COMPILE=OFF
54
2e25ebec
MB
55%{__make}
56
57%install
58rm -rf $RPM_BUILD_ROOT
59
cbf8c415 60%{__make} -C build install \
2e25ebec
MB
61 DESTDIR=$RPM_BUILD_ROOT
62
2e25ebec
MB
63%find_lang %{name}
64
65%clean
66rm -rf $RPM_BUILD_ROOT
67
2e25ebec
MB
68%files -f %{name}.lang
69%defattr(644,root,root,755)
70%doc AUTHORS ChangeLog NEWS README
158c663f
MB
71%dir %{_libdir}/evolution-ews
72%attr(755,root,root) %{_libdir}/evolution-ews/libcamelews-priv.so
73%attr(755,root,root) %{_libdir}/evolution-ews/libevolution-ews.so
2e25ebec
MB
74%attr(755,root,root) %{_libdir}/evolution-data-server/addressbook-backends/libebookbackendews.so
75%attr(755,root,root) %{_libdir}/evolution-data-server/calendar-backends/libecalbackendews.so
76%attr(755,root,root) %{_libdir}/evolution-data-server/camel-providers/libcamelews.so
16acc331 77%attr(755,root,root) %{_libdir}/evolution-data-server/registry-modules/module-ews-backend.so
2e25ebec 78%{_libdir}/evolution-data-server/camel-providers/libcamelews.urls
da6e0eab
ŁK
79%attr(755,root,root) %{_libdir}/evolution/modules/module-ews-configuration.so
80%{_datadir}/evolution/errors/module-ews-configuration.error
f4ca529e 81%{_datadir}/evolution-data-server/ews
74255a46 82%{_datadir}/metainfo/org.gnome.Evolution-ews.metainfo.xml
This page took 0.087826 seconds and 4 git commands to generate.