perl rebuild, third small chain

epel9
Tom Callaway 17 years ago
parent b7bc8eb30e
commit 80640bb3a4

@ -1,6 +1,6 @@
Name: perl-Test-MinimumVersion Name: perl-Test-MinimumVersion
Version: 0.007 Version: 0.007
Release: 3%{?dist} Release: 4%{?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 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/* %{_mandir}/man3/*
%changelog %changelog
* Thu Feb 28 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.007-4
- Rebuild normally, second pass
* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.007-3 * Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.007-3
- Rebuild for perl 5.10 (again), first pass - Rebuild for perl 5.10 (again), first pass

Loading…
Cancel
Save