[perl-ExtUtils-Helpers] Skip the release tests when bootstrapping

Paul Howarth pghmcfc at fedoraproject.org
Wed Sep 4 15:48:11 UTC 2013


commit 927d249259136e49408354e534d8346d6c9aa59a
Author: Paul Howarth <paul at city-fan.org>
Date:   Wed Sep 4 16:47:46 2013 +0100

    Skip the release tests when bootstrapping

 perl-ExtUtils-Helpers.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/perl-ExtUtils-Helpers.spec b/perl-ExtUtils-Helpers.spec
index fc2a6c2..aca8e01 100644
--- a/perl-ExtUtils-Helpers.spec
+++ b/perl-ExtUtils-Helpers.spec
@@ -6,7 +6,7 @@
 
 Name:		perl-ExtUtils-Helpers
 Version:	0.021
-Release:	3%{?dist}
+Release:	4%{?dist}
 Summary:	Various portability utilities for module builders
 Group:		Development/Libraries
 License:	GPL+ or Artistic
@@ -33,9 +33,13 @@ BuildRequires:	perl(File::Find)
 BuildRequires:	perl(File::Temp)
 BuildRequires:	perl(Test::More)
 # Release Tests
+# perl-Pod-Coverage-TrustPod -> perl-Pod-Eventual -> perl-Mixin-Linewise ->
+#   perl-YAML-Tiny -> perl-Module-Build-Tiny -> perl-ExtUtils-Helpers
+%if 0%{!?perl_bootstrap:1}
 BuildRequires:	perl(Pod::Coverage::TrustPod)
 BuildRequires:	perl(Test::Pod)
 BuildRequires:	perl(Test::Pod::Coverage)
+%endif
 # Runtime
 Requires:	perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
@@ -81,6 +85,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/ExtUtils::Helpers::Windows.3pm*
 
 %changelog
+* Wed Sep  4 2013 Paul Howarth <paul at city-fan.org> - 0.021-4
+- Skip the release tests when bootstrapping
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.021-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list