From cedb09193b8f3594a841d478f3eb772066a426be Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Wed, 17 Oct 2007 03:23:37 +0000 Subject: [PATCH] fix br, license --- perl-Sub-Name.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/perl-Sub-Name.spec b/perl-Sub-Name.spec index d67b779..50b3dc0 100644 --- a/perl-Sub-Name.spec +++ b/perl-Sub-Name.spec @@ -1,12 +1,13 @@ Name: perl-Sub-Name Version: 0.02 -Release: 3%{?dist} +Release: 3%{?dist}.1 Summary: Name -- or rename -- a sub -License: GPL or Artistic +License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Sub-Name/ Source0: http://www.cpan.org/authors/id/X/XM/XMATH/Sub-Name-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRequires: perl(ExtUtils::MakeMaker) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -49,6 +50,10 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Tue Oct 16 2007 Tom "spot" Callaway 0.02-3.1 +- correct license tag +- add BR: perl(ExtUtils::MakeMaker) + * Tue Aug 21 2007 Chris Weyl 0.02-3 - bump