- Update license tag.

- Add BR: perl(ExtUtils::MakeMaker).
This commit is contained in:
corsepiu 2007-09-03 03:37:13 +00:00
parent e8a89a529b
commit 28e26e6386

View File

@ -1,8 +1,8 @@
Name: perl-File-Find-Rule
Version: 0.30
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Perl module implementing an alternative interface to File::Find
License: Artistic or GPL
License: GPL+ or Artistic
Group: Development/Libraries
URL: http://search.cpan.org/dist/File-Find-Rule/
Source0: http://www.cpan.org/modules/by-module/File/File-Find-Rule-%{version}.tar.gz
@ -10,6 +10,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Number::Compare)
BuildRequires: perl(Text::Glob)
@ -48,6 +49,10 @@ make test
%{_mandir}/man3/*
%changelog
* Mon Sep 03 2007 Ralf Corsépius <rc040203@freenet.de> - 0.30-3
- Update license tag.
- Add BR: perl(ExtUtils::MakeMaker).
* Tue Sep 05 2006 Ralf Corsépius <rc040203@freenet.de> - 0.30-2
- Mass rebuild.