perl 5.10.0 rebuild, second minor chain

This commit is contained in:
Tom Callaway 2008-02-27 21:43:23 +00:00
parent 2193e1da27
commit 180972b1bd

View File

@ -1,6 +1,6 @@
Name: perl-B-Keywords
Version: 1.06
Release: 2%{?dist}
Release: 3%{?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
* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.06-3
- Rebuild for perl 5.10 (again), disable tests for first pass
* Mon Jan 14 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.06-2
- rebuild normally, second pass