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

Paul Howarth pghmcfc at fedoraproject.org
Wed Sep 4 18:08:04 UTC 2013


commit 89c5b8a0db3c82df7cea977c87c8ce7fe796d110
Author: Paul Howarth <paul at city-fan.org>
Date:   Wed Sep 4 19:07:48 2013 +0100

    Skip the release tests when bootstrapping

 perl-ExtUtils-InstallPaths.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/perl-ExtUtils-InstallPaths.spec b/perl-ExtUtils-InstallPaths.spec
index a5a5813..de9d3ab 100644
--- a/perl-ExtUtils-InstallPaths.spec
+++ b/perl-ExtUtils-InstallPaths.spec
@@ -1,6 +1,6 @@
 Name:		perl-ExtUtils-InstallPaths
 Version:	0.009
-Release:	5%{?dist}
+Release:	6%{?dist}
 Summary:	Build.PL install path logic made easy
 Group:		Development/Libraries
 License:	GPL+ or Artistic
@@ -19,9 +19,13 @@ BuildRequires:	perl(File::Spec::Functions)
 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-InstallPaths
+%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))
 
@@ -62,6 +66,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/ExtUtils::InstallPaths.3pm*
 
 %changelog
+* Wed Sep  4 2013 Paul Howarth <paul at city-fan.org> - 0.009-6
+- Skip the release tests when bootstrapping
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.009-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list