From: Jakub Bogusz Date: Sat, 18 Apr 2015 19:17:43 +0000 (+0200) Subject: - updated to 3.16.1 X-Git-Tag: auto/th/evolution-ews-3.16.1-1 X-Git-Url: https://git.pld-linux.org/?p=packages%2Fevolution-ews.git;a=commitdiff_plain;h=fd7f59b6ff4d1f8e7cfeca333404c6a9f7a3715b - updated to 3.16.1 - added localedir patch (fix build with recent intltool) --- diff --git a/evolution-ews-localedir.patch b/evolution-ews-localedir.patch new file mode 100644 index 0000000..07f7fae --- /dev/null +++ b/evolution-ews-localedir.patch @@ -0,0 +1,12 @@ +--- evolution-ews-3.16.1/configure.ac.orig 2015-03-23 08:33:25.000000000 +0100 ++++ evolution-ews-3.16.1/configure.ac 2015-04-18 19:47:58.913904347 +0200 +@@ -199,9 +199,6 @@ + AC_SUBST(GETTEXT_PACKAGE) + AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [Package name for gettext]) + +-localedir='$(prefix)/$(DATADIRNAME)/locale' +-AC_SUBST(localedir) +- + dnl **************************** + dnl Initialize libtool + dnl **************************** diff --git a/evolution-ews.spec b/evolution-ews.spec index 229f191..684a85e 100644 --- a/evolution-ews.spec +++ b/evolution-ews.spec @@ -1,12 +1,13 @@ Summary: Evolution extension for Exchange Web Services Summary(pl.UTF-8): Rozszerzenie Evolution dla Exchange Web Services Name: evolution-ews -Version: 3.16.0 -Release: 2 +Version: 3.16.1 +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: 664b8441128d4fb02af7e276d36b4154 +# Source0-md5: b2827be78dea85475dedf69013ae6fe8 +Patch0: %{name}-localedir.patch URL: http://projects.gnome.org/evolution/ BuildRequires: autoconf >= 2.58 BuildRequires: automake >= 1:1.9 @@ -57,6 +58,7 @@ Ten pakiet zawiera pliki programistyczne bibliotek EWS. %prep %setup -q +%patch0 -p1 %build %{__intltoolize}