]> git.pld-linux.org Git - packages/evolution-ews.git/blame_incremental - evolution-ews.spec
- updated to 3.40.0
[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.40.0
5Release: 1
6License: LGPL v2+
7Group: X11/Applications/Mail
8Source0: https://download.gnome.org/sources/evolution-ews/3.40/%{name}-%{version}.tar.xz
9# Source0-md5: beb90bf597918b3a6e2b3e90e18bf435
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.62
16BuildRequires: gtk+3-devel >= 3.10.0
17BuildRequires: gtk-doc >= 1.9
18BuildRequires: intltool >= 0.40.0
19BuildRequires: json-glib-devel >= 1.0.4
20BuildRequires: libical-glib-devel >= 3.0.5
21BuildRequires: libmspack-devel >= 0.4
22BuildRequires: libsoup-devel >= 2.58
23BuildRequires: libtool >= 2:2.2
24BuildRequires: pkgconfig
25BuildRequires: sqlite3-devel
26BuildRequires: tar >= 1:1.22
27BuildRequires: xz
28Requires: evolution >= %{version}
29Requires: evolution-data-server >= %{version}
30Requires: glib2 >= 1:2.62
31Requires: json-glib >= 1.0.4
32Requires: libical-glib >= 3.0.5
33Requires: libsoup >= 2.58
34Obsoletes: evolution-ews-devel
35BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
36
37%description
38This package allows Evolution to interact with Microsoft Exchange
39servers, versions 2007 and later, through its Exchange Web Services
40(EWS) interface.
41
42%description -l pl.UTF-8
43Ten pakiet pozwala programowi Evolution współpracować z serwerami
44Microsoft Exchange w wersji 2007 lub nowszej poprzez interfejs EWS
45(Exchange Web Services).
46
47%prep
48%setup -q
49
50%build
51install -d build
52cd build
53%cmake .. \
54 -DLIBEXEC_INSTALL_DIR=%{_libexecdir} \
55 -DENABLE_SCHEMAS_COMPILE=OFF
56
57%{__make}
58
59%install
60rm -rf $RPM_BUILD_ROOT
61
62%{__make} -C build install \
63 DESTDIR=$RPM_BUILD_ROOT
64
65%find_lang %{name}
66
67%clean
68rm -rf $RPM_BUILD_ROOT
69
70%files -f %{name}.lang
71%defattr(644,root,root,755)
72%doc AUTHORS ChangeLog NEWS README
73%dir %{_libdir}/evolution-ews
74%attr(755,root,root) %{_libdir}/evolution/modules/module-ews-configuration.so
75%attr(755,root,root) %{_libdir}/evolution/modules/module-microsoft365-configuration.so
76%attr(755,root,root) %{_libdir}/evolution-data-server/addressbook-backends/libebookbackendews.so
77%attr(755,root,root) %{_libdir}/evolution-data-server/addressbook-backends/libebookbackendmicrosoft365.so
78%attr(755,root,root) %{_libdir}/evolution-data-server/calendar-backends/libecalbackendews.so
79%attr(755,root,root) %{_libdir}/evolution-data-server/calendar-backends/libecalbackendmicrosoft365.so
80%attr(755,root,root) %{_libdir}/evolution-data-server/camel-providers/libcamelews.so
81%{_libdir}/evolution-data-server/camel-providers/libcamelews.urls
82%attr(755,root,root) %{_libdir}/evolution-data-server/camel-providers/libcamelmicrosoft365.so
83%{_libdir}/evolution-data-server/camel-providers/libcamelmicrosoft365.urls
84%attr(755,root,root) %{_libdir}/evolution-data-server/registry-modules/module-ews-backend.so
85%attr(755,root,root) %{_libdir}/evolution-data-server/registry-modules/module-microsoft365-backend.so
86%attr(755,root,root) %{_libdir}/evolution-ews/libcamelews-priv.so
87%attr(755,root,root) %{_libdir}/evolution-ews/libevolution-ews.so
88%attr(755,root,root) %{_libdir}/evolution-ews/libevolution-microsoft365.so
89%{_datadir}/evolution/errors/module-ews-configuration.error
90%{_datadir}/evolution-data-server/ews
91%{_datadir}/metainfo/org.gnome.Evolution-ews.metainfo.xml
This page took 0.033584 seconds and 4 git commands to generate.