Make building non-interactive
This commit is contained in:
parent
e05abc12b8
commit
3a4f5e9da5
@ -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@redhat.com> - 0.68-7
|
||||
- Make building non-interactive
|
||||
|
||||
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.68-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user