[perl-Test-ClassAPI] - rebuild with Perl 5.14.1 - use perl_bootstrap macro

Marcela Mašláňová mmaslano at fedoraproject.org
Tue Jun 28 11:40:05 UTC 2011


commit 0d992d4b805a631188f9363f2965fed8854591e5
Author: Marcela Mašláňová <mmaslano at redhat.com>
Date:   Tue Jun 28 13:39:38 2011 +0200

    - rebuild with Perl 5.14.1
    - use perl_bootstrap macro

 perl-Test-ClassAPI.spec |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/perl-Test-ClassAPI.spec b/perl-Test-ClassAPI.spec
index 036c79b..e1d3f9a 100644
--- a/perl-Test-ClassAPI.spec
+++ b/perl-Test-ClassAPI.spec
@@ -1,6 +1,6 @@
 Name: 		perl-Test-ClassAPI
 Version: 	1.06
-Release: 	6%{?dist}
+Release: 	7%{?dist}
 Summary: 	Provides basic first-pass API testing for large class trees
 License: 	GPL+ or Artistic
 Group: 		Development/Libraries
@@ -19,6 +19,7 @@ BuildRequires:  perl(File::Spec) >= 0.83
 # Explictly required by lib/Test/ClassAPI.pm
 BuildRequires:  perl(Params::Util) >= 1.00
 
+%if !%{defined perl_bootstrap}
 # For improved tests
 BuildRequires:  perl(Test::Pod)
 
@@ -26,7 +27,7 @@ BuildRequires:  perl(Test::Pod)
 BuildRequires: perl(Test::CPAN::Meta) >= 0.12
 BuildRequires: perl(Pod::Simple) >= 3.07
 BuildRequires: perl(Test::MinimumVersion) >= 0.008
-
+%endif
 
 %description
 Provides basic first-pass API testing for large class trees.
@@ -54,9 +55,11 @@ chmod -R u+w $RPM_BUILD_ROOT/*
 rm -rf $RPM_BUILD_ROOT
 
 %check
+%if !%{defined perl_bootstrap}
 # remove until fix of Perl::MinimalVersion and version.pm
 rm -rf t/99_pmv.t
 make test AUTOMATED_TESTING=1
+%endif
 
 %files
 %defattr(-,root,root,-)
@@ -65,6 +68,10 @@ make test AUTOMATED_TESTING=1
 %{_mandir}/man3/*
 
 %changelog
+* Tue Jun 28 2011 Marcela Mašláňová <mmaslano at redhat.com> - 1.06-7
+- rebuild with Perl 5.14.1
+- use perl_bootstrap macro
+
 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.06-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 


More information about the scm-commits mailing list