[perl-B-Hooks-EndOfScope] Bootstrap EPEL-7 build

Paul Howarth pghmcfc at fedoraproject.org
Wed Jan 15 16:21:53 UTC 2014


commit 1912447363826fb462303981543c503ff67472ba
Author: Paul Howarth <paul at city-fan.org>
Date:   Wed Jan 15 16:17:52 2014 +0000

    Bootstrap EPEL-7 build

 perl-B-Hooks-EndOfScope.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/perl-B-Hooks-EndOfScope.spec b/perl-B-Hooks-EndOfScope.spec
index 522f370..4b34c68 100644
--- a/perl-B-Hooks-EndOfScope.spec
+++ b/perl-B-Hooks-EndOfScope.spec
@@ -1,6 +1,6 @@
 Name:		perl-B-Hooks-EndOfScope
 Version:	0.13
-Release:	1%{?dist}
+Release:	2%{?dist}
 License:	GPL+ or Artistic
 Group:		Development/Libraries
 Summary:	Execute code after scope compilation finishes
@@ -28,7 +28,7 @@ BuildRequires:	perl(CPAN::Meta::Requirements)
 BuildRequires:	perl(Devel::Hide) >= 0.0007
 BuildRequires:	perl(Test::More) >= 0.89
 # Release tests
-%if 0%{!?perl_bootstrap:1}
+%if 0%{!?perl_bootstrap:1} && 0%{?rhel} < 7
 BuildRequires:	perl(Pod::Coverage::TrustPod)
 BuildRequires:	perl(Test::CPAN::Changes)
 BuildRequires:	perl(Test::CPAN::Meta)
@@ -73,7 +73,7 @@ find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
 %check
 export AUTHOR_TESTING=1
 make test
-%if 0%{!?perl_bootstrap:1}
+%if 0%{!?perl_bootstrap:1} && 0%{?rhel} < 7
 make test TEST_FILES="$(echo $(find xt/ -name '*.t'))"
 %endif
 
@@ -85,6 +85,9 @@ make test TEST_FILES="$(echo $(find xt/ -name '*.t'))"
 %{_mandir}/man3/B::Hooks::EndOfScope::XS.3pm*
 
 %changelog
+* Wed Jan 15 2014 Paul Howarth <paul at city-fan.org> - 0.13-2
+- Bootstrap EPEL-7 build
+
 * Wed Jan  8 2014 Paul Howarth <paul at city-fan.org> - 0.13-1
 - Update to 0.13
   - Variable::Magic added as a runtime recommendation for greater visibility


More information about the scm-commits mailing list