[perl-Error] Skip POD tests on bootstrap

Petr Pisar ppisar at fedoraproject.org
Thu Jun 7 19:09:34 UTC 2012


commit 8feba4c7e9b1812d54046667de92e0a334312ad1
Author: Petr Písař <ppisar at redhat.com>
Date:   Thu Jun 7 21:08:54 2012 +0200

    Skip POD tests on bootstrap

 perl-Error.spec |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/perl-Error.spec b/perl-Error.spec
index 8cbd25e..a132564 100644
--- a/perl-Error.spec
+++ b/perl-Error.spec
@@ -20,8 +20,10 @@ BuildRequires:  perl(Scalar::Util)
 BuildRequires:  perl(base)
 BuildRequires:  perl(Test::More)
 # Optional tests:
+%if !%{defined perl_bootstrap}
 BuildRequires:  perl(Test::Pod) >= 1.14
 BuildRequires:  perl(Test::Pod::Coverage) >= 1.04
+%endif
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 Requires:       perl(Carp)
 
@@ -62,6 +64,7 @@ rm -rf $RPM_BUILD_ROOT
 * Thu Jun 07 2012 Petr Pisar <ppisar at redhat.com> - 1:0.17018-1
 - 0.17018 bump
 - Specify all dependencies
+- Skip POD tests on bootstrap
 
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1:0.17016-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild


More information about the scm-commits mailing list