]> git.pld-linux.org Git - packages/evolution-ews.git/blame_incremental - evolution-ews.spec
- updated to 3.18.1
[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.18.1
5Release: 1
6License: LGPL v2+
7Group: X11/Applications/Mail
8Source0: http://ftp.gnome.org/pub/GNOME/sources/evolution-ews/3.18/%{name}-%{version}.tar.xz
9# Source0-md5: 27a3a1e1ff4d48c6ed09b07dadd26a21
10URL: http://projects.gnome.org/evolution/
11BuildRequires: autoconf >= 2.58
12BuildRequires: automake >= 1:1.9
13BuildRequires: evolution-data-server-devel >= %{version}
14BuildRequires: evolution-devel >= %{version}
15BuildRequires: gettext-tools
16BuildRequires: glib2-devel >= 1:2.40.0
17BuildRequires: gtk+3-devel >= 3.0.0
18BuildRequires: gtk-doc >= 1.9
19BuildRequires: intltool >= 0.40.0
20BuildRequires: libical-devel
21BuildRequires: libmspack-devel >= 0.4
22BuildRequires: libsoup-devel >= 2.42.0
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.40.0
31Requires: libsoup >= 2.42.0
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%package devel
45Summary: Development files for EWS libraries
46Summary(pl.UTF-8): Pliki programistyczne bibliotek EWS
47Group: X11/Development/Libraries
48Requires: evolution-data-server-devel >= %{version}
49Requires: glib2-devel >= 1:2.40.0
50Requires: libsoup-devel >= 2.42.0
51
52%description devel
53This package provides development files for EWS library.
54
55%description devel -l pl.UTF-8
56Ten pakiet zawiera pliki programistyczne bibliotek EWS.
57
58%prep
59%setup -q
60
61%build
62%{__intltoolize}
63%{__libtoolize}
64%{__aclocal} -I m4
65%{__autoconf}
66%{__autoheader}
67%{__automake}
68%configure \
69 --disable-silent-rules
70%{__make}
71
72%install
73rm -rf $RPM_BUILD_ROOT
74
75%{__make} install \
76 DESTDIR=$RPM_BUILD_ROOT
77
78%{__rm} $RPM_BUILD_ROOT%{_libdir}/evolution-data-server/*.la
79%{__rm} $RPM_BUILD_ROOT%{_libdir}/evolution-data-server/*/*.la
80%{__rm} $RPM_BUILD_ROOT%{_libdir}/evolution/modules/*.la
81
82%find_lang %{name}
83
84%clean
85rm -rf $RPM_BUILD_ROOT
86
87%files -f %{name}.lang
88%defattr(644,root,root,755)
89%doc AUTHORS ChangeLog NEWS README
90%attr(755,root,root) %{_libdir}/evolution-data-server/libeews-1.2.so*
91%attr(755,root,root) %{_libdir}/evolution-data-server/libewsutils.so*
92%attr(755,root,root) %{_libdir}/evolution-data-server/addressbook-backends/libebookbackendews.so
93%attr(755,root,root) %{_libdir}/evolution-data-server/calendar-backends/libecalbackendews.so
94%attr(755,root,root) %{_libdir}/evolution-data-server/camel-providers/libcamelews.so
95%attr(755,root,root) %{_libdir}/evolution-data-server/registry-modules/module-ews-backend.so
96%{_libdir}/evolution-data-server/camel-providers/libcamelews.urls
97%attr(755,root,root) %{_libdir}/evolution/modules/module-ews-configuration.so
98%{_datadir}/evolution/errors/module-ews-configuration.error
99%{_datadir}/evolution-data-server/ews
100%{_datadir}/appdata/evolution-ews.metainfo.xml
101
102%files devel
103%defattr(644,root,root,755)
104%{_includedir}/evolution-data-server/ews
This page took 0.052868 seconds and 4 git commands to generate.