perl 5.10.0 rebuild, second minor chain

epel9
Tom Callaway 17 years ago
parent 0499a7853a
commit b7bc8eb30e

@ -1,6 +1,6 @@
Name: perl-Test-MinimumVersion Name: perl-Test-MinimumVersion
Version: 0.007 Version: 0.007
Release: 2%{?dist} Release: 3%{?dist}
Summary: Check whether your code requires a newer perl Summary: Check whether your code requires a newer perl
License: GPL+ or Artistic License: GPL+ or Artistic
Group: Development/Libraries Group: Development/Libraries
@ -16,7 +16,7 @@ BuildRequires: perl(Perl::MinimumVersion) >= 0.14
# For improved tests # For improved tests
BuildRequires: perl(Test::Pod) >= 1.00 BuildRequires: perl(Test::Pod) >= 1.00
BuildRequires: perl(Test::Pod::Coverage) >= 1.08 # BuildRequires: perl(Test::Pod::Coverage) >= 1.08
%description %description
Check whether your code requires a newer perl than you think. Check whether your code requires a newer perl than you think.
@ -40,7 +40,7 @@ chmod -R u+w $RPM_BUILD_ROOT/*
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
%check %check
make test # make test
%files %files
%defattr(-,root,root,-) %defattr(-,root,root,-)
@ -49,6 +49,9 @@ make test
%{_mandir}/man3/* %{_mandir}/man3/*
%changelog %changelog
* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.007-3
- Rebuild for perl 5.10 (again), first pass
* Mon Jan 14 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.007-2 * Mon Jan 14 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.007-2
- rebuild normally, second pass - rebuild normally, second pass

Loading…
Cancel
Save