[packages/gnome-keyring] - added am patch (fixes build with automake 1.13)

qboosh qboosh at pld-linux.org
Fri Mar 1 16:15:09 CET 2013


commit 5f4825ceab71c7422d6aaae92f81f5a63262ac76
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Fri Mar 1 16:15:01 2013 +0100

    - added am patch (fixes build with automake 1.13)

 gnome-keyring-am.patch | 11 +++++++++++
 gnome-keyring.spec     |  2 ++
 2 files changed, 13 insertions(+)
---
diff --git a/gnome-keyring.spec b/gnome-keyring.spec
index 080d82d..cbede74 100644
--- a/gnome-keyring.spec
+++ b/gnome-keyring.spec
@@ -13,6 +13,7 @@ License:	LGPL v2+ (library), GPL v2+ (programs)
 Group:		X11/Applications
 Source0:	http://ftp.gnome.org/pub/GNOME/sources/gnome-keyring/3.6/%{name}-%{version}.tar.xz
 # Source0-md5:	35c6dde6fc31f0ada1d1a332f4b7fa00
+Patch0:		%{name}-am.patch
 URL:		http://live.gnome.org/GnomeKeyring
 BuildRequires:	autoconf >= 2.50
 BuildRequires:	automake
@@ -79,6 +80,7 @@ w czasie logowania użytkownika i uruchamiania demona keyring.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %{__gtkdocize}
diff --git a/gnome-keyring-am.patch b/gnome-keyring-am.patch
new file mode 100644
index 0000000..0317a63
--- /dev/null
+++ b/gnome-keyring-am.patch
@@ -0,0 +1,11 @@
+--- gnome-keyring-3.6.3/configure.ac.orig	2013-02-27 14:31:46.000000000 +0100
++++ gnome-keyring-3.6.3/configure.ac	2013-03-01 15:56:51.492959326 +0100
+@@ -2,7 +2,7 @@
+ 
+ AM_INIT_AUTOMAKE(gnome-keyring, 3.6.3)
+ 
+-AM_CONFIG_HEADER(config.h)
++AC_CONFIG_HEADERS(config.h)
+ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
+ 
+ dnl ****************************************************************************
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gnome-keyring.git/commitdiff/5f4825ceab71c7422d6aaae92f81f5a63262ac76



More information about the pld-cvs-commit mailing list