commit 77255dd481afa3e7fcb97d692a285283297117af Author: Paul Howarth <paul@xxxxxxxxxxxx> Date: Wed Sep 4 17:57:57 2013 +0100 Skip the release tests when bootstrapping perl-ExtUtils-Config.spec | 13 ++++++++++--- 1 files changed, 10 insertions(+), 3 deletions(-) --- diff --git a/perl-ExtUtils-Config.spec b/perl-ExtUtils-Config.spec index 5263957..6dab932 100644 --- a/perl-ExtUtils-Config.spec +++ b/perl-ExtUtils-Config.spec @@ -3,7 +3,7 @@ Name: perl-ExtUtils-Config Version: 0.007 -Release: 6%{?dist} +Release: 7%{?dist} Summary: A wrapper for perl's configuration Group: Development/Libraries License: GPL+ or Artistic @@ -22,12 +22,16 @@ 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-Config +%if 0%{!?perl_bootstrap:1} BuildRequires: perl(Pod::Coverage::TrustPod) +BuildRequires: perl(Test::Pod) +BuildRequires: perl(Test::Pod::Coverage) +%endif # Avoid Test::Kwalitee as it tries to verify the module's signature, which will fail # if we have to patch Makefile.PL, tests etc. for old distribution support BuildConflicts: perl(Test::Kwalitee) -BuildRequires: perl(Test::Pod) -BuildRequires: perl(Test::Pod::Coverage) # Runtime Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) @@ -64,6 +68,9 @@ rm -rf %{buildroot} %{_mandir}/man3/ExtUtils::Config.3pm* %changelog +* Wed Sep 4 2013 Paul Howarth <paul@xxxxxxxxxxxx> - 0.007-7 +- Skip the release tests when bootstrapping + * Sat Aug 03 2013 Fedora Release Engineering <rel-eng@xxxxxxxxxxxxxxxxxxxxxxx> - 0.007-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel