[packages/gpa] - updated to 0.9.4 - added am patch (fixes build with automake 1.13+)

qboosh qboosh at pld-linux.org
Tue May 7 21:33:29 CEST 2013


commit 482ff7353f4ac458b86a1ad834483544090f8c81
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Tue May 7 21:33:15 2013 +0200

    - updated to 0.9.4
    - added am patch (fixes build with automake 1.13+)

 gpa-am.patch | 11 +++++++++++
 gpa.spec     |  6 ++++--
 2 files changed, 15 insertions(+), 2 deletions(-)
---
diff --git a/gpa.spec b/gpa.spec
index e348147..568b8f8 100644
--- a/gpa.spec
+++ b/gpa.spec
@@ -1,12 +1,13 @@
 Summary:	Gnu Privacy Assistant - Graphical Frontend for the GnuPG
 Summary(pl.UTF-8):	Gnu Privacy Assistant - Graficzny Frontend GnuPG
 Name:		gpa
-Version:	0.9.3
+Version:	0.9.4
 Release:	1
 License:	GPL v3+
 Group:		X11/Applications
 Source0:	ftp://ftp.gnupg.org/gcrypt/gpa/%{name}-%{version}.tar.bz2
-# Source0-md5:	bd85499f32c557e340e1a8babd8a2398
+# Source0-md5:	178144d53c35703a59eeb5ab767b4c6c
+Patch0:		%{name}-am.patch
 URL:		http://www.gnupg.org/related_software/gpa/
 BuildRequires:	autoconf >= 2.61
 BuildRequires:	automake >= 1:1.10
@@ -36,6 +37,7 @@ zarządzania zarówno publicznymi, jak i prywatnymi kluczami.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %{__gettextize}
diff --git a/gpa-am.patch b/gpa-am.patch
new file mode 100644
index 0000000..e04a800
--- /dev/null
+++ b/gpa-am.patch
@@ -0,0 +1,11 @@
+--- gpa-0.9.4/configure.ac.orig	2013-05-07 21:24:33.235875192 +0200
++++ gpa-0.9.4/configure.ac	2013-05-07 21:25:02.042540650 +0200
+@@ -53,7 +53,7 @@
+ NEED_GPGME_VERSION=1.2.0
+ 
+ 
+-AM_CONFIG_HEADER(config.h)
++AC_CONFIG_HEADERS(config.h)
+ AC_CONFIG_SRCDIR(src/gpa.c)
+ AM_INIT_AUTOMAKE($PACKAGE_NAME, $PACKAGE_VERSION)
+ 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gpa.git/commitdiff/482ff7353f4ac458b86a1ad834483544090f8c81



More information about the pld-cvs-commit mailing list