From 51c67abe360f74d8abcfd04615d84c7041bc2646 Mon Sep 17 00:00:00 2001 From: corsepiu Date: Sun, 2 Sep 2007 07:49:57 +0000 Subject: [PATCH] - Update license tag. - BR: perl(ExtUtils::MakeMaker). --- perl-File-Slurp.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/perl-File-Slurp.spec b/perl-File-Slurp.spec index 0dbc376..27af61c 100644 --- a/perl-File-Slurp.spec +++ b/perl-File-Slurp.spec @@ -1,8 +1,8 @@ Name: perl-File-Slurp Version: 9999.12 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Efficient Reading/Writing of Complete Files -License: GPL or Artistic +License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/File-Slurp/ Source0: http://www.cpan.org/modules/by-module/File/File-Slurp-%{version}.tar.gz @@ -11,6 +11,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch +BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::Pod::Coverage) >= 1.04 BuildRequires: perl(Test::Pod) >= 1.14 @@ -53,6 +54,10 @@ make test %{_mandir}/man3/* %changelog +* Sun Sep 02 2007 Ralf Corsépius - 9999.12-3 +- Update license tag. +- BR: perl(ExtUtils::MakeMaker). + * Tue Sep 05 2006 Ralf Corsépius - 9999.12-2 - Mass rebuild.