From 24fa68e306360f21de41fc63122cd6a0f871a17a Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Oct 16 2007 18:24:39 +0000 Subject: fix license, br --- diff --git a/perl-Hook-LexWrap.spec b/perl-Hook-LexWrap.spec index d20dc15..0133468 100644 --- a/perl-Hook-LexWrap.spec +++ b/perl-Hook-LexWrap.spec @@ -1,15 +1,16 @@ Name: perl-Hook-LexWrap Version: 0.20 -Release: 4%{?dist} +Release: 4%{?dist}.1 Summary: Lexically scoped subroutine wrappers Group: Development/Libraries -License: GPL or Artistic +License: GPL+ or Artistic URL: http://search.cpan.org/dist/Hook-LexWrap/ Source0: http://www.cpan.org/authors/id/D/DC/DCONWAY/Hook-LexWrap-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch +BuildRequires: perl(ExtUtils::MakeMaker) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -53,6 +54,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Oct 16 2007 Tom "spot" Callaway - 0.20-4.1 +- correct license tag +- add BR: perl(ExtUtils::MakeMaker) + * Fri Sep 8 2006 Jose Pedro Oliveira - 0.20-4 - Rebuild for FC6.