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