[perl-Test-CheckDeps] Skip the release tests when bootstrapping

Paul Howarth pghmcfc at fedoraproject.org
Wed Sep 4 15:45:05 UTC 2013


commit 336073f5da74d96e82282bc8f301e434fe9c99f7
Author: Paul Howarth <paul at city-fan.org>
Date:   Wed Sep 4 16:44:38 2013 +0100

    Skip the release tests when bootstrapping

 perl-Test-CheckDeps.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/perl-Test-CheckDeps.spec b/perl-Test-CheckDeps.spec
index 7710c5d..aed8afa 100644
--- a/perl-Test-CheckDeps.spec
+++ b/perl-Test-CheckDeps.spec
@@ -1,7 +1,7 @@
 Name:		perl-Test-CheckDeps
 Summary:	Check for presence of dependencies
 Version:	0.006
-Release:	3%{?dist}
+Release:	4%{?dist}
 License:	GPL+ or Artistic
 Group:		Development/Libraries
 URL:		https://metacpan.org/release/Test-CheckDeps
@@ -19,9 +19,12 @@ BuildRequires:	perl(Test::Builder) >= 0.82
 BuildRequires:	perl(File::Temp)
 BuildRequires:	perl(Test::More) >= 0.88
 # Release tests
+# perl-Pod-Coverage-TrustPod -> perl-Pod-Eventual -> perl-Mixin-Linewise -> perl-YAML-Tiny -> perl-Test-CheckDeps
+%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))
 
@@ -48,6 +51,9 @@ RELEASE_TESTING=1 ./Build test
 %{_mandir}/man3/Test::CheckDeps.3pm*
 
 %changelog
+* Wed Sep  4 2013 Paul Howarth <paul at city-fan.org> - 0.006-4
+- Skip the release tests when bootstrapping
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.006-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list