[perl-Tie-IxHash] Skip POD tests on bootstrap

Petr Pisar ppisar at fedoraproject.org
Fri Jun 1 12:49:04 UTC 2012


commit bf521a9d889fdb7044caf099c78eda830047292b
Author: Petr Písař <ppisar at redhat.com>
Date:   Fri Jun 1 14:48:44 2012 +0200

    Skip POD tests on bootstrap

 perl-Tie-IxHash.spec |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/perl-Tie-IxHash.spec b/perl-Tie-IxHash.spec
index cafffab..c694e37 100644
--- a/perl-Tie-IxHash.spec
+++ b/perl-Tie-IxHash.spec
@@ -1,6 +1,6 @@
 Name:           perl-Tie-IxHash
 Version:        1.22
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        Ordered associative arrays for Perl
 
 Group:          Development/Libraries
@@ -11,7 +11,10 @@ Patch0:         Tie-IxHash-1.22-Makefile.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
-BuildRequires:  perl(ExtUtils::MakeMaker), perl(Test::More), perl(Test::Pod)
+BuildRequires:  perl(ExtUtils::MakeMaker), perl(Test::More)
+%if !%{defined perl_bootstrap}
+BuildRequires:  perl(Test::Pod)
+%endif
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
@@ -61,6 +64,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Jun 01 2012 Petr Pisar <ppisar at redhat.com> - 1.22-7
+- Skip POD tests on bootstrap
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.22-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 


More information about the scm-commits mailing list