[perl-srpm-macros] Enable perl_bootstrap for perl 5.16 rebuild

Petr Pisar ppisar at fedoraproject.org
Wed Jun 6 13:59:47 UTC 2012


commit d97d288116c7c6e0fea31b57ca426768e7c3d3b3
Author: Petr Písař <ppisar at redhat.com>
Date:   Wed Jun 6 15:58:18 2012 +0200

    Enable perl_bootstrap for perl 5.16 rebuild

 macros.perl-srpm      |    2 +-
 perl-srpm-macros.spec |    5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)
---
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 <ppisar at redhat.com> - 1-2
+- Enable perl_bootstrap for perl 5.16 rebuild
+
 * Tue May 15 2012 Petr Pisar <ppisar at redhat.com> - 1-1
 - Introduce Perl SRPM macros as a standalone package
 



More information about the perl-devel mailing list