]> git.pld-linux.org Git - packages/evolution-ews.git/blob - evolution-ews.spec
- pl, better Groups
[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.12.4
5 Release:        1
6 License:        LGPL v2+
7 Group:          X11/Applications/Mail
8 Source0:        http://ftp.gnome.org/pub/GNOME/sources/evolution-ews/3.12/%{name}-%{version}.tar.xz
9 # Source0-md5:  e90cc910675f7ece4a62264c4793fc2c
10 URL:            http://projects.gnome.org/evolution/
11 BuildRequires:  autoconf >= 2.58
12 BuildRequires:  automake >= 1:1.9
13 BuildRequires:  evolution-data-server-devel >= %{version}
14 BuildRequires:  evolution-devel >= %{version}
15 BuildRequires:  gettext-devel
16 BuildRequires:  glib2-devel >= 1:2.32.0
17 BuildRequires:  gtk+3-devel >= 3.0.0
18 BuildRequires:  gtk-doc >= 1.9
19 BuildRequires:  intltool >= 0.40.0
20 BuildRequires:  libical-devel
21 BuildRequires:  libmspack-devel >= 0.4
22 BuildRequires:  libsoup-devel >= 2.42.0
23 BuildRequires:  libtool
24 BuildRequires:  pkgconfig
25 BuildRequires:  sqlite3-devel
26 BuildRequires:  tar >= 1:1.22
27 BuildRequires:  xz
28 Requires:       evolution >= %{version}
29 Requires:       evolution-data-server >= %{version}
30 Requires:       libsoup >= 2.42.0
31 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
32
33 %description
34 This package allows Evolution to interact with Microsoft Exchange
35 servers, versions 2007 and later, through its Exchange Web Services
36 (EWS) interface.
37
38 %description -l pl.UTF-8
39 Ten pakiet pozwala programowi Evolution współpracować z serwerami
40 Microsoft Exchange w wersji 2007 lub nowszej poprzez interfejs EWS
41 (Exchange Web Services).
42
43 %package devel
44 Summary:        Development files for EWS libraries
45 Summary(pl.UTF-8):      Pliki programistyczne bibliotek EWS
46 Group:          X11/Development/Libraries
47 Requires:       evolution-data-server-devel >= %{version}
48 Requires:       libsoup-devel >= 2.42.0
49
50 %description devel
51 This package provides development files for EWS library.
52
53 %description devel -l pl.UTF-8
54 Ten pakiet zawiera pliki programistyczne bibliotek EWS.
55
56 %prep
57 %setup -q
58
59 %build
60 %{__intltoolize}
61 %{__libtoolize}
62 %{__aclocal} -I m4
63 %{__autoconf}
64 %{__autoheader}
65 %{__automake}
66 %configure \
67         --disable-silent-rules
68 %{__make}
69
70 %install
71 rm -rf $RPM_BUILD_ROOT
72
73 %{__make} install \
74         DESTDIR=$RPM_BUILD_ROOT
75
76 %{__rm} $RPM_BUILD_ROOT%{_libdir}/evolution-data-server/*.la
77 %{__rm} $RPM_BUILD_ROOT%{_libdir}/evolution-data-server/*/*.la
78 %{__rm} $RPM_BUILD_ROOT%{_libdir}/evolution/*/modules/*.la
79
80 %find_lang %{name}
81
82 %clean
83 rm -rf $RPM_BUILD_ROOT
84
85 %files -f %{name}.lang
86 %defattr(644,root,root,755)
87 %doc AUTHORS ChangeLog NEWS README
88 %attr(755,root,root) %{_libdir}/evolution-data-server/libeews-1.2.so*
89 %attr(755,root,root) %{_libdir}/evolution-data-server/libewsutils.so*
90 %attr(755,root,root) %{_libdir}/evolution-data-server/addressbook-backends/libebookbackendews.so
91 %attr(755,root,root) %{_libdir}/evolution-data-server/calendar-backends/libecalbackendews.so
92 %attr(755,root,root) %{_libdir}/evolution-data-server/camel-providers/libcamelews.so
93 %attr(755,root,root) %{_libdir}/evolution-data-server/registry-modules/module-ews-backend.so
94 %{_libdir}/evolution-data-server/camel-providers/libcamelews.urls
95 %attr(755,root,root) %{_libdir}/evolution/3.12/modules/module-ews-configuration.so
96 %{_datadir}/evolution/3.12/errors/module-ews-configuration.error
97 %{_datadir}/evolution-data-server/ews
98
99 %files devel
100 %defattr(644,root,root,755)
101 %{_includedir}/evolution-data-server/ews
This page took 0.026942 seconds and 3 git commands to generate.