Skip POD tests on bootstrap
This commit is contained in:
parent
cfb66bf8db
commit
bf521a9d88
@ -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@redhat.com> - 1.22-7
|
||||
- Skip POD tests on bootstrap
|
||||
|
||||
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.22-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user