]> git.pld-linux.org Git - packages/gpa.git/commitdiff
- updated to 0.9.4 auto/th/gpa-0.9.4-1
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 7 May 2013 19:33:15 +0000 (21:33 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Tue, 7 May 2013 19:33:15 +0000 (21:33 +0200)
- added am patch (fixes build with automake 1.13+)

gpa-am.patch [new file with mode: 0644]
gpa.spec

diff --git a/gpa-am.patch b/gpa-am.patch
new file mode 100644 (file)
index 0000000..e04a800
--- /dev/null
@@ -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)
index e348147672362b60b39bf6b9832b20f547d2717a..568b8f8377282e373c24cf1f372566bd71964cb9 100644 (file)
--- 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}
This page took 0.087658 seconds and 4 git commands to generate.