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 Name: perl-B-Keywords
Version: 1.06 Version: 1.06
Release: 2%{?dist} Release: 3%{?dist}
Summary: Lists of reserved barewords and symbol names Summary: Lists of reserved barewords and symbol names
Group: Development/Libraries Group: Development/Libraries
@ -11,7 +11,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch BuildArch: noarch
BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod)
BuildRequires: perl(Test::Pod::Coverage) # BuildRequires: perl(Test::Pod::Coverage)
BuildRequires: perl(YAML) BuildRequires: perl(YAML)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) 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 # 2) it causes bootstrap problems
# (Perl::Critic 0.23 requires this module) # (Perl::Critic 0.23 requires this module)
mv t/05critic.t t/05critic.t.skip mv t/05critic.t t/05critic.t.skip
AUTHOR_TESTS=1 make test # AUTHOR_TESTS=1 make test
%clean %clean
@ -57,6 +57,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog %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 * Mon Jan 14 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.06-2
- rebuild normally, second pass - rebuild normally, second pass