From 515da75c12b133f21b2332433b9df5552a896fc4 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Apr 17 2014 16:51:58 +0000 Subject: Sync with rawhide --- diff --git a/evolution-ews.spec b/evolution-ews.spec index da023ac..f765a32 100644 --- a/evolution-ews.spec +++ b/evolution-ews.spec @@ -1,4 +1,4 @@ -%global evo_base_version 3.10 +%global evo_base_version 3.12 %global libmspack_version 0.4 Name: evolution-ews @@ -7,7 +7,7 @@ Release: 1%{?dist} Group: Applications/Productivity Summary: Evolution extension for Exchange Web Services License: LGPLv2 -URL: http://projects.gnome.org/evolution +URL: https://wiki.gnome.org/Apps/Evolution Source: http://download.gnome.org/sources/%{name}/3.12/%{name}-%{version}.tar.xz #Patch01: evolution-ews-3.5.90-xmlbuffer.patch @@ -16,10 +16,22 @@ Requires: evolution >= %{version} Requires: evolution-data-server >= %{version} Requires: libmspack >= %{libmspack_version} -BuildRequires: evolution-devel >= %{version} -BuildRequires: evolution-data-server-devel >= %{version} BuildRequires: intltool -BuildRequires: libmspack-devel >= %{libmspack_version} +BuildRequires: pkgconfig(camel-1.2) >= %{version} +BuildRequires: pkgconfig(evolution-data-server-1.2) >= %{version} +BuildRequires: pkgconfig(evolution-mail-3.0) >= %{version} +BuildRequires: pkgconfig(evolution-shell-3.0) >= %{version} +BuildRequires: pkgconfig(glib-2.0) +BuildRequires: pkgconfig(gtk+-3.0) +BuildRequires: pkgconfig(libebackend-1.2) >= %{version} +BuildRequires: pkgconfig(libebook-1.2) >= %{version} +BuildRequires: pkgconfig(libecal-1.2) >= %{version} +BuildRequires: pkgconfig(libedata-book-1.2) >= %{version} +BuildRequires: pkgconfig(libedata-cal-1.2) >= %{version} +BuildRequires: pkgconfig(libemail-engine) >= %{version} +BuildRequires: pkgconfig(libical) +BuildRequires: pkgconfig(libmspack) >= %{libmspack_version} +BuildRequires: pkgconfig(libsoup-2.4) %description This package allows Evolution to interact with Microsoft Exchange servers, @@ -30,6 +42,8 @@ versions 2007 and later, through its Exchange Web Services (EWS) interface. #%patch01 -p1 -b .xmlbuffer %build + +export CFLAGS="$RPM_OPT_FLAGS -Wno-deprecated-declarations" %configure make %{?_smp_mflags} @@ -62,6 +76,7 @@ rm $RPM_BUILD_ROOT%{_libdir}/evolution/%{evo_base_version}/modules/*.la %{_libdir}/evolution-data-server/registry-modules/module-ews-backend.so %{_libdir}/evolution/%{evo_base_version}/modules/module-ews-configuration.so %{_datadir}/evolution/%{evo_base_version}/errors/module-ews-configuration.error +%{_datadir}/evolution-data-server/ews/windowsZones.xml %changelog * Thu Apr 17 2014 Richard Hughes - 3.12.1-1