]> git.pld-linux.org Git - packages/evolution-ews.git/blame - evolution-ews.spec
- updated to 3.20.3
[packages/evolution-ews.git] / evolution-ews.spec
CommitLineData
2e25ebec 1Summary: Evolution extension for Exchange Web Services
15a4058e 2Summary(pl.UTF-8): Rozszerzenie Evolution dla Exchange Web Services
2e25ebec 3Name: evolution-ews
5c19ec93 4Version: 3.20.3
dac78078 5Release: 1
2e25ebec 6License: LGPL v2+
15a4058e 7Group: X11/Applications/Mail
8be8eb04 8Source0: http://ftp.gnome.org/pub/GNOME/sources/evolution-ews/3.20/%{name}-%{version}.tar.xz
5c19ec93 9# Source0-md5: 321e817c28e3b966a1a378bdcb01c405
2e25ebec 10URL: http://projects.gnome.org/evolution/
2e25ebec
MB
11BuildRequires: autoconf >= 2.58
12BuildRequires: automake >= 1:1.9
ce37bcb2
ŁK
13BuildRequires: evolution-data-server-devel >= %{version}
14BuildRequires: evolution-devel >= %{version}
5cfdef32 15BuildRequires: gettext-tools
da6e0eab 16BuildRequires: glib2-devel >= 1:2.40.0
16acc331 17BuildRequires: gtk+3-devel >= 3.0.0
2e25ebec
MB
18BuildRequires: gtk-doc >= 1.9
19BuildRequires: intltool >= 0.40.0
20BuildRequires: libical-devel
568812a9 21BuildRequires: libmspack-devel >= 0.4
f4ca529e 22BuildRequires: libsoup-devel >= 2.42.0
da6e0eab 23BuildRequires: libtool >= 2:2.2
2e25ebec
MB
24BuildRequires: pkgconfig
25BuildRequires: sqlite3-devel
26BuildRequires: tar >= 1:1.22
27BuildRequires: xz
ce37bcb2
ŁK
28Requires: evolution >= %{version}
29Requires: evolution-data-server >= %{version}
da6e0eab 30Requires: glib2 >= 1:2.40.0
f4ca529e 31Requires: libsoup >= 2.42.0
2e25ebec
MB
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
15a4058e
JB
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
2e25ebec 44%package devel
15a4058e
JB
45Summary: Development files for EWS libraries
46Summary(pl.UTF-8): Pliki programistyczne bibliotek EWS
47Group: X11/Development/Libraries
ce37bcb2 48Requires: evolution-data-server-devel >= %{version}
da6e0eab 49Requires: glib2-devel >= 1:2.40.0
f4ca529e 50Requires: libsoup-devel >= 2.42.0
2e25ebec
MB
51
52%description devel
15a4058e
JB
53This package provides development files for EWS library.
54
55%description devel -l pl.UTF-8
56Ten pakiet zawiera pliki programistyczne bibliotek EWS.
2e25ebec
MB
57
58%prep
59%setup -q
60
61%build
9730c864
MB
62%{__intltoolize}
63%{__libtoolize}
16acc331 64%{__aclocal} -I m4
2e25ebec
MB
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
d8c134ac 78%{__rm} $RPM_BUILD_ROOT%{_libdir}/evolution-data-server/*.la
2e25ebec 79%{__rm} $RPM_BUILD_ROOT%{_libdir}/evolution-data-server/*/*.la
da6e0eab 80%{__rm} $RPM_BUILD_ROOT%{_libdir}/evolution/modules/*.la
2e25ebec
MB
81
82%find_lang %{name}
83
84%clean
85rm -rf $RPM_BUILD_ROOT
86
2e25ebec
MB
87%files -f %{name}.lang
88%defattr(644,root,root,755)
89%doc AUTHORS ChangeLog NEWS README
d8c134ac
ŁK
90%attr(755,root,root) %{_libdir}/evolution-data-server/libeews-1.2.so*
91%attr(755,root,root) %{_libdir}/evolution-data-server/libewsutils.so*
2e25ebec
MB
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
16acc331 95%attr(755,root,root) %{_libdir}/evolution-data-server/registry-modules/module-ews-backend.so
2e25ebec 96%{_libdir}/evolution-data-server/camel-providers/libcamelews.urls
da6e0eab
ŁK
97%attr(755,root,root) %{_libdir}/evolution/modules/module-ews-configuration.so
98%{_datadir}/evolution/errors/module-ews-configuration.error
f4ca529e 99%{_datadir}/evolution-data-server/ews
a3b59a7f 100%{_datadir}/appdata/evolution-ews.metainfo.xml
2e25ebec
MB
101
102%files devel
103%defattr(644,root,root,755)
d8c134ac 104%{_includedir}/evolution-data-server/ews
This page took 0.038004 seconds and 4 git commands to generate.