|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: perl-File-Find-Rule-Perl
|
|
|
|
|
Version: 1.04
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: Common rules for searching for Perl things
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
@ -18,10 +18,7 @@ BuildRequires: perl(Test::More) >= 0.47
|
|
|
|
|
# For improved tests
|
|
|
|
|
BuildRequires: perl(Test::Pod) >= 1.00
|
|
|
|
|
BuildRequires: perl(Test::MinimumVersion) >= 0.007
|
|
|
|
|
%if 0%{?fedora} >= 10
|
|
|
|
|
# FIXME: Missing in Fedora < 10
|
|
|
|
|
BuildRequires: perl(Test::CPAN::Meta) >= 0.07
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
Common rules for searching for Perl things.
|
|
|
|
@ -53,6 +50,9 @@ make test AUTOMATED_TESTING=1
|
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Jun 24 2008 Ralf Corsépius <rc040203@freenet.de> - 1.04-2
|
|
|
|
|
- Unconditionally BR: perl(Test::CPAN::Meta).
|
|
|
|
|
|
|
|
|
|
* Tue Jun 10 2008 Ralf Corsépius <rc040203@freenet.de> - 1.04-1
|
|
|
|
|
- Upstream update.
|
|
|
|
|
|
|
|
|
|