perl 5.10.0 rebuild, second minor chain

This commit is contained in:
Tom Callaway 2008-02-27 21:44:05 +00:00
parent 148d73a759
commit ab49f6bc0e

View File

@ -1,6 +1,6 @@
Name: perl-Params-Util
Version: 0.31
Release: 4%{?dist}
Release: 5%{?dist}
Summary: Simple standalone param-checking functions
License: GPL+ or Artistic
Group: Development/Libraries
@ -15,7 +15,7 @@ BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Test::More) >= 0.47
BuildRequires: perl(File::Spec) >= 0.82
BuildRequires: perl(Scalar::Util) >= 1.14
BuildRequires: perl(Test::MinimumVersion) >= 0.007
# BuildRequires: perl(Test::MinimumVersion) >= 0.007
# Required by the tests
BuildRequires: perl(Test::Pod) >= 1.00
@ -43,7 +43,7 @@ chmod -R u+w $RPM_BUILD_ROOT/*
rm -rf $RPM_BUILD_ROOT
%check
make test AUTOMATED_TESTING=1
# make test AUTOMATED_TESTING=1
%files
%defattr(-,root,root,-)
@ -52,6 +52,9 @@ make test AUTOMATED_TESTING=1
%{_mandir}/man3/*
%changelog
* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.31-5
- Rebuild for perl 5.10 (again), first pass
* Mon Jan 14 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.31-4
- rebuild normally, second pass