Enable perl_bootstrap for perl 5.16 rebuild

This commit is contained in:
Petr Písař 2012-06-06 15:58:18 +02:00
parent 2974672679
commit d97d288116
2 changed files with 5 additions and 2 deletions

View File

@ -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

View File

@ -1,6 +1,6 @@
Name: perl-srpm-macros
Version: 1
Release: 1%{?dist}
Release: 2%{?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
* Wed Jun 06 2012 Petr Pisar <ppisar@redhat.com> - 1-2
- Enable perl_bootstrap for perl 5.16 rebuild
* Tue May 15 2012 Petr Pisar <ppisar@redhat.com> - 1-1
- Introduce Perl SRPM macros as a standalone package