diff --git a/macros.perl-srpm b/macros.perl-srpm index 0283cc8..fd86296 100644 --- a/macros.perl-srpm +++ b/macros.perl-srpm @@ -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 diff --git a/perl-srpm-macros.spec b/perl-srpm-macros.spec index 8919f4e..bba8ac2 100644 --- a/perl-srpm-macros.spec +++ b/perl-srpm-macros.spec @@ -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 - 1-2 +- Enable perl_bootstrap for perl 5.16 rebuild + * Tue May 15 2012 Petr Pisar - 1-1 - Introduce Perl SRPM macros as a standalone package