[perl-CPAN-Meta-Check] Skip the release tests when bootstrapping

Paul Howarth pghmcfc at fedoraproject.org
Wed Sep 4 16:40:07 UTC 2013


commit dbbd1dd95dad2c4175ab1dc4e2d49f6f38852337
Author: Paul Howarth <paul at city-fan.org>
Date:   Wed Sep 4 17:39:47 2013 +0100

    Skip the release tests when bootstrapping

 perl-CPAN-Meta-Check.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/perl-CPAN-Meta-Check.spec b/perl-CPAN-Meta-Check.spec
index b35e5b2..b014cd7 100644
--- a/perl-CPAN-Meta-Check.spec
+++ b/perl-CPAN-Meta-Check.spec
@@ -1,7 +1,7 @@
 Name:		perl-CPAN-Meta-Check
 Summary:	Verify requirements in a CPAN::Meta object
 Version:	0.007
-Release:	2%{?dist}
+Release:	3%{?dist}
 License:	GPL+ or Artistic
 Group:		Development/Libraries
 URL:		https://metacpan.org/release/CPAN-Meta-Check
@@ -19,9 +19,12 @@ BuildRequires:	perl(File::Temp)
 BuildRequires:	perl(Test::Deep)
 BuildRequires:	perl(Test::More) >= 0.88
 # Release tests
+# perl-Pod-Coverage-TrustPod -> perl-Pod-Eventual -> perl-Mixin-Linewise -> perl-YAML-Tiny -> perl-CPAN-Meta-Check
+%if 0%{!?perl_bootstrap:1}
 BuildRequires:	perl(Pod::Coverage::TrustPod)
 BuildRequires:	perl(Test::Pod) >= 1.41
 BuildRequires:	perl(Test::Pod::Coverage) >= 1.08
+%endif
 # Runtime
 Requires:	perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
@@ -50,6 +53,9 @@ make test RELEASE_TESTING=1
 %{_mandir}/man3/CPAN::Meta::Check.3pm*
 
 %changelog
+* Wed Sep  4 2013 Paul Howarth <paul at city-fan.org> - 0.007-3
+- Skip the release tests when bootstrapping
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.007-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list