- Adjust minimum perl version in META.yml (Add

File-Find-Rule-Perl-1.04.diff).
This commit is contained in:
corsepiu 2009-02-27 07:40:26 +00:00
parent 3e04ad29ba
commit 6f60069398
2 changed files with 17 additions and 1 deletions

View File

@ -0,0 +1,10 @@
diff -Naur File-Find-Rule-Perl-1.04.orig/META.yml File-Find-Rule-Perl-1.04/META.yml
--- File-Find-Rule-Perl-1.04.orig/META.yml 2008-05-14 12:28:07.000000000 +0200
+++ File-Find-Rule-Perl-1.04/META.yml 2009-02-27 08:27:07.000000000 +0100
@@ -19,5 +19,5 @@
- t
requires:
File::Find::Rule: 0.20
- perl: 5.005
+ perl: 5.00503
version: 1.04

View File

@ -1,11 +1,13 @@
Name: perl-File-Find-Rule-Perl
Version: 1.04
Release: 3%{?dist}
Release: 4%{?dist}
Summary: Common rules for searching for Perl things
License: GPL+ or Artistic
Group: Development/Libraries
URL: http://search.cpan.org/dist/File-Find-Rule-Perl/
Source0: http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/File-Find-Rule-Perl-%{version}.tar.gz
# META.yml has wrong minimum perl version
Patch0: File-Find-Rule-Perl-1.04.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
@ -25,6 +27,7 @@ Common rules for searching for Perl things.
%prep
%setup -q -n File-Find-Rule-Perl-%{version}
%patch0 -p1
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
@ -50,6 +53,9 @@ make test AUTOMATED_TESTING=1
%{_mandir}/man3/*
%changelog
* Fri Feb 27 2009 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.04-4
- Adjust minimum perl version in META.yml (Add File-Find-Rule-Perl-1.04.diff).
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.04-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild