[gnupg] Add -vif to autoreconf to fix build failure

Peter Robinson pbrobinson at fedoraproject.org
Sat Jan 26 08:55:42 UTC 2013


commit 3688c5ed23c4e47fbe3edf260d3cb48cdeafe51b
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Sat Jan 26 08:55:23 2013 +0000

    Add -vif to autoreconf to fix build failure

 gnupg.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/gnupg.spec b/gnupg.spec
index 32c374c..1da8002 100644
--- a/gnupg.spec
+++ b/gnupg.spec
@@ -1,7 +1,7 @@
 Summary: A GNU utility for secure communication and data storage
 Name: gnupg
 Version: 1.4.13
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: GPLv3+ with exceptions
 Group: Applications/System
 Source0: ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-%{version}.tar.bz2
@@ -43,7 +43,7 @@ mv doc/gpg.ru.utf8.1 doc/gpg.ru.1
 iconv -f iso-8859-15 -t utf-8 THANKS > THANKS.utf8
 mv THANKS.utf8 THANKS
 
-autoreconf
+autoreconf -vif
 
 %build
 configure_flags=
@@ -116,6 +116,9 @@ exit 0
 %{_mandir}/man7/gnupg.7.gz
 
 %changelog
+* Sat Jan 26 2013 Peter Robinson <pbrobinson at fedoraproject.org> 1.4.13-3
+- Add -vif to autoreconf to fix build failure
+
 * Mon Jan 07 2013 Dan HorĂ¡k <dan[at]danny.cz> 1.4.13-2
 - fix build on big-endian arches (gnupg bug #1461)
 


More information about the scm-commits mailing list