]> git.pld-linux.org Git - packages/evolution-ews.git/blob - evolution-ews.spec
- updated to 3.36.2
[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.36.2
5 Release:        1
6 License:        LGPL v2+
7 Group:          X11/Applications/Mail
8 Source0:        http://ftp.gnome.org/pub/GNOME/sources/evolution-ews/3.36/%{name}-%{version}.tar.xz
9 # Source0-md5:  24fc32abc9a570a0852d8a9810ced479
10 URL:            https://wiki.gnome.org/Apps/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-glib-devel >= 3.0.5
20 BuildRequires:  libmspack-devel >= 0.4
21 BuildRequires:  libsoup-devel >= 2.58
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:       libical-glib >= 3.0.5
31 Requires:       libsoup >= 2.58
32 Obsoletes:      evolution-ews-devel
33 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
34
35 %description
36 This package allows Evolution to interact with Microsoft Exchange
37 servers, versions 2007 and later, through its Exchange Web Services
38 (EWS) interface.
39
40 %description -l pl.UTF-8
41 Ten pakiet pozwala programowi Evolution współpracować z serwerami
42 Microsoft Exchange w wersji 2007 lub nowszej poprzez interfejs EWS
43 (Exchange Web Services).
44
45 %prep
46 %setup -q
47
48 %build
49 install -d build
50 cd build
51 %cmake .. \
52         -DLIBEXEC_INSTALL_DIR=%{_libexecdir} \
53         -DENABLE_SCHEMAS_COMPILE=OFF
54
55 %{__make}
56
57 %install
58 rm -rf $RPM_BUILD_ROOT
59
60 %{__make} -C build install \
61         DESTDIR=$RPM_BUILD_ROOT
62
63 %find_lang %{name}
64
65 %clean
66 rm -rf $RPM_BUILD_ROOT
67
68 %files -f %{name}.lang
69 %defattr(644,root,root,755)
70 %doc AUTHORS ChangeLog NEWS README
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
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
77 %attr(755,root,root) %{_libdir}/evolution-data-server/registry-modules/module-ews-backend.so
78 %{_libdir}/evolution-data-server/camel-providers/libcamelews.urls
79 %attr(755,root,root) %{_libdir}/evolution/modules/module-ews-configuration.so
80 %{_datadir}/evolution/errors/module-ews-configuration.error
81 %{_datadir}/evolution-data-server/ews
82 %{_datadir}/metainfo/org.gnome.Evolution-ews.metainfo.xml
This page took 0.031265 seconds and 3 git commands to generate.