perl rebuild, third small chain

epel9
Tom Callaway 17 years ago
parent b7bc8eb30e
commit 80640bb3a4

@ -1,6 +1,6 @@
Name: perl-Test-MinimumVersion
Version: 0.007
Release: 3%{?dist}
Release: 4%{?dist}
Summary: Check whether your code requires a newer perl
License: GPL+ or Artistic
Group: Development/Libraries
@ -16,7 +16,7 @@ BuildRequires: perl(Perl::MinimumVersion) >= 0.14
# For improved tests
BuildRequires: perl(Test::Pod) >= 1.00
# BuildRequires: perl(Test::Pod::Coverage) >= 1.08
BuildRequires: perl(Test::Pod::Coverage) >= 1.08
%description
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
%check
# make test
make test
%files
%defattr(-,root,root,-)
@ -49,6 +49,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/*
%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
- Rebuild for perl 5.10 (again), first pass

Loading…
Cancel
Save