[perl-Module-Signature] Make building non-interactive

Petr Pisar ppisar at fedoraproject.org
Thu Nov 1 12:17:35 UTC 2012


commit 3a4f5e9da562bfb35aec4b39ef7856b7e9827881
Author: Petr Písař <ppisar at redhat.com>
Date:   Thu Nov 1 13:07:52 2012 +0100

    Make building non-interactive

 perl-Module-Signature.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/perl-Module-Signature.spec b/perl-Module-Signature.spec
index e94c2e4..6906c66 100644
--- a/perl-Module-Signature.spec
+++ b/perl-Module-Signature.spec
@@ -1,6 +1,6 @@
 Name:           perl-Module-Signature
 Version:        0.68
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        CPAN signature management utilities and modules
 Group:          Development/Libraries
 License:        CC0
@@ -42,7 +42,7 @@ mkdir --mode=0700 gnupghome
 %build
 export GNUPGHOME=$(pwd)/gnupghome
 cd Module-Signature-%{version}
-perl Makefile.PL INSTALLDIRS=vendor --skipdeps
+perl Makefile.PL INSTALLDIRS=vendor --skipdeps </dev/null
 make %{?_smp_mflags}
 cd -
 
@@ -67,6 +67,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/Module::Signature.3pm*
 
 %changelog
+* Thu Nov 01 2012 Petr Pisar <ppisar at redhat.com> - 0.68-7
+- Make building non-interactive
+
 * Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.68-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 



More information about the perl-devel mailing list