[perl-Class-Load] Add commentary regarding conditionalized buildreqs

Paul Howarth pghmcfc at fedoraproject.org
Thu Jun 7 10:41:28 UTC 2012


commit 52a4bc168d8cfadad9c1c7a370b39b62e3050bdb
Author: Paul Howarth <paul at city-fan.org>
Date:   Thu Jun 7 11:41:14 2012 +0100

    Add commentary regarding conditionalized buildreqs

 perl-Class-Load.spec |   12 +++++++++---
 1 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/perl-Class-Load.spec b/perl-Class-Load.spec
index 7cef362..5bbc99a 100644
--- a/perl-Class-Load.spec
+++ b/perl-Class-Load.spec
@@ -1,6 +1,6 @@
 Name:		perl-Class-Load
 Version:	0.19
-Release:	2%{?dist}
+Release:	3%{?dist}
 Summary:	A working (require "Class::Name") and more
 Group:		Development/Libraries
 License:	GPL+ or Artistic
@@ -49,8 +49,11 @@ BuildRequires:	perl(Test::Pod)
 BuildRequires:	perl(Test::Pod::Coverage)
 BuildRequires:	perl(Test::Requires)
 BuildRequires:	perl(Test::Spelling)
+# Can't use aspell-en from EPEL-7 as BR: for RHEL-7 package so skip the spell
+# check test there; test would fail rather than skip without Test::Spelling so
+# we need to keep that as a buildreq
 %if 0%{?rhel} < 7
-BuildRequires:  aspell-en
+BuildRequires:	aspell-en
 %endif
 # ===================================================================
 # Runtime requirements
@@ -92,8 +95,11 @@ make test %{!?perl_bootstrap:RELEASE_TESTING=1}
 %{_mandir}/man3/Class::Load.3pm*
 
 %changelog
+* Thu Jun  7 2012 Paul Howarth <paul at city-fan.org> - 0.19-3
+- Add commentary regarding conditionalized buildreqs
+
 * Thu Jun  7 2012 Marcela Mašláňová <mmaslano at redhat.com> - 0.19-2
-- conditionalize aspell dependency
+- Conditionalize aspell-en dependency
 
 * Tue Apr  3 2012 Paul Howarth <paul at city-fan.org> - 0.19-1
 - Update to 0.19 (no functional changes)


More information about the scm-commits mailing list