[perl-Test-Version] Bootstrap epel7 build

Paul Howarth pghmcfc at fedoraproject.org
Mon Jan 27 20:11:31 UTC 2014


commit ebcd0ba549e003ec73d322f6e77b26a41328305f
Author: Paul Howarth <paul at city-fan.org>
Date:   Mon Jan 27 20:11:46 2014 +0000

    Bootstrap epel7 build

 perl-Test-Version.spec |   16 ++++++++++------
 1 files changed, 10 insertions(+), 6 deletions(-)
---
diff --git a/perl-Test-Version.spec b/perl-Test-Version.spec
index 690fbe3..854896e 100644
--- a/perl-Test-Version.spec
+++ b/perl-Test-Version.spec
@@ -1,9 +1,14 @@
 # noarch, but to avoid debug* files interfering with manifest test:
 %global debug_package %{nil}
 
+# bootstrap epel7 build
+%if 0%{?rhel}
+%global perl_bootstrap 1
+%endif
+
 Name:		perl-Test-Version
 Version:	1.002004
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	Check to see that versions in modules are sane
 License:	Artistic 2.0
 Group:		Development/Libraries
@@ -61,13 +66,9 @@ BuildRequires:	perl(Test::Pod) >= 1.41
 BuildRequires:	perl(Test::Pod::Coverage) >= 1.08
 BuildRequires:	perl(Test::Pod::LinkCheck)
 BuildRequires:	perl(Test::Portability::Files)
+BuildRequires:	perl(Test::Spelling) >= 0.12, hunspell-en
 BuildRequires:	perl(Test::Synopsis)
 BuildRequires:	perl(Test::Vars)
-# RHEL-7+ package cannot BR: packages from EPEL
-%if ! (0%{?rhel} >= 7)
-BuildRequires:	hunspell-en
-BuildRequires:	perl(Test::Spelling) >= 0.12
-%endif
 %endif
 # ===================================================================
 # Runtime requirements
@@ -102,6 +103,9 @@ make test %{!?perl_bootstrap:AUTHOR_TESTING=1 RELEASE_TESTING=1}
 %{_mandir}/man3/Test::Version.3pm*
 
 %changelog
+* Mon Jan 27 2014 Paul Howarth <paul at city-fan.org> - 1.002004-2
+- Bootstrap epel7 build
+
 * Thu Nov 21 2013 Paul Howarth <paul at city-fan.org> - 1.002004-1
 - Update to 1.002004
   - Fix bugs in argument handling


More information about the scm-commits mailing list