From f45994c4e68176a139d662c02d25786a24a634a1 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Tue, 16 Oct 2007 20:50:28 +0000 Subject: [PATCH] fix license, br --- perl-List-Compare.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/perl-List-Compare.spec b/perl-List-Compare.spec index d46f2dc..6c9edee 100644 --- a/perl-List-Compare.spec +++ b/perl-List-Compare.spec @@ -1,16 +1,17 @@ Name: perl-List-Compare Version: 0.33 -Release: 2%{?dist} +Release: 2%{?dist}.1 Summary: Compare elements of two or more lists Group: Development/Libraries -License: Artistic or GPL +License: GPL+ or Artistic URL: http://search.cpan.org/dist/List-Compare Source0: http://search.cpan.org/CPAN/authors/id/J/JK/JKEENAN/List-Compare-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl +BuildRequires: perl(ExtUtils::MakeMaker) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -53,6 +54,10 @@ rm -rf %{buildroot} %changelog +* Tue Oct 16 2007 Tom "spot" Callaway 0.33-2.1 +- correct license tag +- add BR: perl(ExtUtils::MakeMaker) + * Thu Aug 31 2006 Chris Weyl 0.33-2 - bump for mass rebuild