|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: perl-File-Find-Rule-Perl
|
|
|
|
|
Version: 1.09
|
|
|
|
|
Release: 4%{?dist}
|
|
|
|
|
Release: 5%{?dist}
|
|
|
|
|
Summary: Common rules for searching for Perl things
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
@ -50,8 +50,6 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
|
cd File-Find-Rule-Perl-%{version}
|
|
|
|
|
# remove until fix of Perl::MinimalVersion and version.pm
|
|
|
|
|
rm -rf t/99_pmv.t
|
|
|
|
|
make test AUTOMATED_TESTING=1
|
|
|
|
|
cd ..
|
|
|
|
|
|
|
|
|
@ -62,6 +60,9 @@ cd ..
|
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sun May 09 2010 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.09-5
|
|
|
|
|
- Re-enable pmv-test.
|
|
|
|
|
|
|
|
|
|
* Sat May 01 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.09-4
|
|
|
|
|
- Mass rebuild with perl-5.12.0
|
|
|
|
|
|
|
|
|
|