]> git.pld-linux.org Git - packages/evolution-ews.git/blame_incremental - evolution-ews.spec
- updated to 3.32.2
[packages/evolution-ews.git] / evolution-ews.spec
... / ...
CommitLineData
1Summary: Evolution extension for Exchange Web Services
2Summary(pl.UTF-8): Rozszerzenie Evolution dla Exchange Web Services
3Name: evolution-ews
4Version: 3.32.2
5Release: 1
6License: LGPL v2+
7Group: X11/Applications/Mail
8Source0: http://ftp.gnome.org/pub/GNOME/sources/evolution-ews/3.32/%{name}-%{version}.tar.xz
9# Source0-md5: 4cde47aae0aa72f2fc66856c5c6ed1a1
10URL: https://wiki.gnome.org/Apps/Evolution
11BuildRequires: cmake >= 3.1
12BuildRequires: evolution-data-server-devel >= %{version}
13BuildRequires: evolution-devel >= %{version}
14BuildRequires: gettext-tools
15BuildRequires: glib2-devel >= 1:2.46.0
16BuildRequires: gtk+3-devel >= 3.10.0
17BuildRequires: gtk-doc >= 1.9
18BuildRequires: intltool >= 0.40.0
19BuildRequires: libical-devel
20BuildRequires: libmspack-devel >= 0.4
21BuildRequires: libsoup-devel >= 2.58
22BuildRequires: libtool >= 2:2.2
23BuildRequires: pkgconfig
24BuildRequires: sqlite3-devel
25BuildRequires: tar >= 1:1.22
26BuildRequires: xz
27Requires: evolution >= %{version}
28Requires: evolution-data-server >= %{version}
29Requires: glib2 >= 1:2.46.0
30Requires: libsoup >= 2.58
31Obsoletes: evolution-ews-devel
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
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
44%prep
45%setup -q
46
47%build
48install -d build
49cd build
50%cmake .. \
51 -DLIBEXEC_INSTALL_DIR=%{_libexecdir} \
52 -DENABLE_SCHEMAS_COMPILE=OFF
53
54%{__make}
55
56%install
57rm -rf $RPM_BUILD_ROOT
58
59%{__make} -C build install \
60 DESTDIR=$RPM_BUILD_ROOT
61
62%find_lang %{name}
63
64%clean
65rm -rf $RPM_BUILD_ROOT
66
67%files -f %{name}.lang
68%defattr(644,root,root,755)
69%doc AUTHORS ChangeLog NEWS README
70%dir %{_libdir}/evolution-ews
71%attr(755,root,root) %{_libdir}/evolution-ews/libcamelews-priv.so
72%attr(755,root,root) %{_libdir}/evolution-ews/libevolution-ews.so
73%attr(755,root,root) %{_libdir}/evolution-data-server/addressbook-backends/libebookbackendews.so
74%attr(755,root,root) %{_libdir}/evolution-data-server/calendar-backends/libecalbackendews.so
75%attr(755,root,root) %{_libdir}/evolution-data-server/camel-providers/libcamelews.so
76%attr(755,root,root) %{_libdir}/evolution-data-server/registry-modules/module-ews-backend.so
77%{_libdir}/evolution-data-server/camel-providers/libcamelews.urls
78%attr(755,root,root) %{_libdir}/evolution/modules/module-ews-configuration.so
79%{_datadir}/evolution/errors/module-ews-configuration.error
80%{_datadir}/evolution-data-server/ews
81%{_datadir}/metainfo/org.gnome.Evolution-ews.metainfo.xml
This page took 0.061638 seconds and 4 git commands to generate.