]> git.pld-linux.org Git - packages/evolution-ews.git/commitdiff
- updated to 3.16.1 auto/th/evolution-ews-3.16.1-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 18 Apr 2015 19:17:43 +0000 (21:17 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 18 Apr 2015 19:17:43 +0000 (21:17 +0200)
- added localedir patch (fix build with recent intltool)

evolution-ews-localedir.patch [new file with mode: 0644]
evolution-ews.spec

diff --git a/evolution-ews-localedir.patch b/evolution-ews-localedir.patch
new file mode 100644 (file)
index 0000000..07f7fae
--- /dev/null
@@ -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 ****************************
index 229f191f68633be8ecf19bf373258f8bcf91c906..684a85e1e316e9047f6c8f99cd816f49fa55e93b 100644 (file)
@@ -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}
This page took 0.051704 seconds and 4 git commands to generate.