]> git.pld-linux.org Git - packages/evolution-ews.git/blobdiff - evolution-ews.spec
Update to 3.26.3
[packages/evolution-ews.git] / evolution-ews.spec
index 1196bc2820d2e0d9d711805c57f0c1b7f470fbd7..7f8891bfd6b3ca1cae947bab922768b24ff9f9ae 100644 (file)
@@ -1,21 +1,19 @@
 Summary:       Evolution extension for Exchange Web Services
 Summary(pl.UTF-8):     Rozszerzenie Evolution dla Exchange Web Services
 Name:          evolution-ews
-Version:       3.16.2
+Version:       3.26.3
 Release:       1
 License:       LGPL v2+
 Group:         X11/Applications/Mail
-Source0:       http://ftp.gnome.org/pub/GNOME/sources/evolution-ews/3.16/%{name}-%{version}.tar.xz
-# Source0-md5: 6125ef4590e94094e1baee2bfe09f1dc
-Patch0:                %{name}-localedir.patch
+Source0:       http://ftp.gnome.org/pub/GNOME/sources/evolution-ews/3.26/%{name}-%{version}.tar.xz
+# Source0-md5: cf30503d6d79fb990ce215fae30551d3
 URL:           http://projects.gnome.org/evolution/
-BuildRequires: autoconf >= 2.58
-BuildRequires: automake >= 1:1.9
+BuildRequires: cmake >= 3.1
 BuildRequires: evolution-data-server-devel >= %{version}
 BuildRequires: evolution-devel >= %{version}
 BuildRequires: gettext-tools
-BuildRequires: glib2-devel >= 1:2.40.0
-BuildRequires: gtk+3-devel >= 3.0.0
+BuildRequires: glib2-devel >= 1:2.46.0
+BuildRequires: gtk+3-devel >= 3.10.0
 BuildRequires: gtk-doc >= 1.9
 BuildRequires: intltool >= 0.40.0
 BuildRequires: libical-devel
@@ -28,8 +26,9 @@ BuildRequires:        tar >= 1:1.22
 BuildRequires: xz
 Requires:      evolution >= %{version}
 Requires:      evolution-data-server >= %{version}
-Requires:      glib2 >= 1:2.40.0
+Requires:      glib2 >= 1:2.46.0
 Requires:      libsoup >= 2.42.0
+Obsoletes:     evolution-ews-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -42,33 +41,14 @@ Ten pakiet pozwala programowi Evolution współpracować z serwerami
 Microsoft Exchange w wersji 2007 lub nowszej poprzez interfejs EWS
 (Exchange Web Services).
 
-%package devel
-Summary:       Development files for EWS libraries
-Summary(pl.UTF-8):     Pliki programistyczne bibliotek EWS
-Group:         X11/Development/Libraries
-Requires:      evolution-data-server-devel >= %{version}
-Requires:      glib2-devel >= 1:2.40.0
-Requires:      libsoup-devel >= 2.42.0
-
-%description devel
-This package provides development files for EWS library.
-
-%description devel -l pl.UTF-8
-Ten pakiet zawiera pliki programistyczne bibliotek EWS.
-
 %prep
 %setup -q
-%patch0 -p1
 
 %build
-%{__intltoolize}
-%{__libtoolize}
-%{__aclocal} -I m4
-%{__autoconf}
-%{__autoheader}
-%{__automake}
-%configure \
-       --disable-silent-rules
+%cmake \
+       -DLIBEXEC_INSTALL_DIR=%{_libdir} \
+       -DENABLE_SCHEMAS_COMPILE=OFF
+
 %{__make}
 
 %install
@@ -77,10 +57,6 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-%{__rm} $RPM_BUILD_ROOT%{_libdir}/evolution-data-server/*.la
-%{__rm} $RPM_BUILD_ROOT%{_libdir}/evolution-data-server/*/*.la
-%{__rm} $RPM_BUILD_ROOT%{_libdir}/evolution/modules/*.la
-
 %find_lang %{name}
 
 %clean
@@ -89,8 +65,9 @@ rm -rf $RPM_BUILD_ROOT
 %files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README
-%attr(755,root,root) %{_libdir}/evolution-data-server/libeews-1.2.so*
-%attr(755,root,root) %{_libdir}/evolution-data-server/libewsutils.so*
+%dir %{_libdir}/evolution-ews
+%attr(755,root,root) %{_libdir}/evolution-ews/libcamelews-priv.so
+%attr(755,root,root) %{_libdir}/evolution-ews/libevolution-ews.so
 %attr(755,root,root) %{_libdir}/evolution-data-server/addressbook-backends/libebookbackendews.so
 %attr(755,root,root) %{_libdir}/evolution-data-server/calendar-backends/libecalbackendews.so
 %attr(755,root,root) %{_libdir}/evolution-data-server/camel-providers/libcamelews.so
@@ -100,7 +77,3 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/evolution/errors/module-ews-configuration.error
 %{_datadir}/evolution-data-server/ews
 %{_datadir}/appdata/evolution-ews.metainfo.xml
-
-%files devel
-%defattr(644,root,root,755)
-%{_includedir}/evolution-data-server/ews
This page took 0.087433 seconds and 4 git commands to generate.