From da57f649360a0fb200e2db15b00cf3b8aa39e903 Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Oct 24 2016 14:32:32 +0000 Subject: Update to 3.23.1 --- diff --git a/.gitignore b/.gitignore index 892cc30..97683a7 100644 --- a/.gitignore +++ b/.gitignore @@ -86,3 +86,4 @@ /evolution-ews-3.21.92.tar.xz /evolution-ews-3.22.0.tar.xz /evolution-ews-3.22.1.tar.xz +/evolution-ews-3.23.1.tar.xz diff --git a/evolution-ews.spec b/evolution-ews.spec index 7ab1340..aaea2e4 100644 --- a/evolution-ews.spec +++ b/evolution-ews.spec @@ -1,14 +1,14 @@ -%global evo_base_version 3.22 +%global evo_base_version 3.24 %global libmspack_version 0.4 Name: evolution-ews -Version: 3.22.1 +Version: 3.23.1 Release: 1%{?dist} Group: Applications/Productivity Summary: Evolution extension for Exchange Web Services License: LGPLv2 URL: https://wiki.gnome.org/Apps/Evolution -Source: http://download.gnome.org/sources/%{name}/3.22/%{name}-%{version}.tar.xz +Source: http://download.gnome.org/sources/%{name}/3.23/%{name}-%{version}.tar.xz #Patch01: evolution-ews-3.5.90-xmlbuffer.patch @@ -16,6 +16,8 @@ Requires: evolution >= %{version} Requires: evolution-data-server >= %{version} Requires: libmspack >= %{libmspack_version} +BuildRequires: cmake +BuildRequires: gcc BuildRequires: intltool BuildRequires: pkgconfig(camel-1.2) >= %{version} BuildRequires: pkgconfig(evolution-data-server-1.2) >= %{version} @@ -43,20 +45,18 @@ versions 2007 and later, through its Exchange Web Services (EWS) interface. %build +mkdir _build +cd _build + export CFLAGS="$RPM_OPT_FLAGS -Wno-deprecated-declarations" -%configure +%cmake -G "Unix Makefiles" .. make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT -make install DESTDIR=$RPM_BUILD_ROOT -# Remove files we don't want packaged (no devel subpackage). -rm -r $RPM_BUILD_ROOT%{_includedir}/evolution-data-server/ -rm $RPM_BUILD_ROOT%{_libdir}/evolution-data-server/*.la -rm $RPM_BUILD_ROOT%{_libdir}/evolution-data-server/*.so -rm $RPM_BUILD_ROOT%{_libdir}/evolution-data-server/*/*.la -rm $RPM_BUILD_ROOT%{_libdir}/evolution/modules/*.la +cd _build +make install DESTDIR=$RPM_BUILD_ROOT %find_lang %{name} @@ -64,21 +64,24 @@ rm $RPM_BUILD_ROOT%{_libdir}/evolution/modules/*.la %postun -p /sbin/ldconfig -%files -f %{name}.lang +%files -f _build/%{name}.lang %doc COPYING NEWS README -%{_libdir}/evolution-data-server/libeews-1.2.so.* -%{_libdir}/evolution-data-server/libewsutils.so.* +%{_libdir}/evolution/modules/module-ews-configuration.so %{_libdir}/evolution-data-server/camel-providers/libcamelews.so %{_libdir}/evolution-data-server/camel-providers/libcamelews.urls %{_libdir}/evolution-data-server/addressbook-backends/libebookbackendews.so %{_libdir}/evolution-data-server/calendar-backends/libecalbackendews.so %{_libdir}/evolution-data-server/registry-modules/module-ews-backend.so -%{_libdir}/evolution/modules/module-ews-configuration.so +%{_libdir}/evolution-ews/libcamelews-priv.so +%{_libdir}/evolution-ews/libevolution-ews.so %{_datadir}/appdata/evolution-ews.metainfo.xml %{_datadir}/evolution/errors/module-ews-configuration.error %{_datadir}/evolution-data-server/ews/windowsZones.xml %changelog +* Mon Oct 24 2016 Milan Crha - 3.23.1-1 +- Update to 3.23.1 + * Mon Oct 10 2016 Milan Crha - 3.22.1-1 - Update to 3.22.1 diff --git a/sources b/sources index 2d8d634..e02de31 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -82717b4431344bd6894f314335121b94 evolution-ews-3.22.1.tar.xz +d9959e254f898bb32c07e68f7ac1afe1 evolution-ews-3.23.1.tar.xz