Enable perl_bootstrap for perl 5.16 rebuild
This commit is contained in:
parent
5aef091928
commit
7008ab015d
@ -13,5 +13,5 @@
|
||||
# dependencies, for example: perl-Test-Minimum-Version <->
|
||||
# perl-Perl-Minimum-Version Defined for bootstraping, undefined otherwise.
|
||||
# Usage: %%if !%%{defined perl_bootstrap} ... %%endif
|
||||
%perl_bootstrap 1
|
||||
#%%perl_bootstrap 1
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: perl-srpm-macros
|
||||
Version: 1
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
Summary: RPM macros for building Perl source package from source repository
|
||||
Group: Development/Libraries
|
||||
License: GPLv3+
|
||||
@ -19,6 +19,9 @@ install -m 644 -D "%{SOURCE0}" \
|
||||
%config %{_sysconfdir}/rpm/macros.perl-srpm
|
||||
|
||||
%changelog
|
||||
* Tue Jul 10 2012 Petr Pisar <ppisar@redhat.com> - 1-4
|
||||
- Disable perl_bootstrap for perl 5.16 rebuild
|
||||
|
||||
* Wed Jun 06 2012 Petr Pisar <ppisar@redhat.com> - 1-3
|
||||
- Perl 5.16 rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user