perl rebuild, third small chain

This commit is contained in:
Tom Callaway 2008-02-28 12:59:41 +00:00
parent 180972b1bd
commit 701b25b0ca

View File

@ -1,6 +1,6 @@
Name: perl-B-Keywords
Version: 1.06
Release: 3%{?dist}
Release: 4%{?dist}
Summary: Lists of reserved barewords and symbol names
Group: Development/Libraries
@ -11,7 +11,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: perl(Test::Pod)
# BuildRequires: perl(Test::Pod::Coverage)
BuildRequires: perl(Test::Pod::Coverage)
BuildRequires: perl(YAML)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
@ -42,7 +42,7 @@ chmod -R u+w $RPM_BUILD_ROOT/*
# 2) it causes bootstrap problems
# (Perl::Critic 0.23 requires this module)
mv t/05critic.t t/05critic.t.skip
# AUTHOR_TESTS=1 make test
AUTHOR_TESTS=1 make test
%clean
@ -57,6 +57,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Thu Feb 28 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.06-4
- Rebuild normally, second pass
* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.06-3
- Rebuild for perl 5.10 (again), disable tests for first pass