From b51c71a3f1b6a4ab3379f59680c279273ab0a9ec Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Wed, 17 Oct 2007 02:38:28 +0000 Subject: [PATCH] fix br, license --- perl-Pod-Spell.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/perl-Pod-Spell.spec b/perl-Pod-Spell.spec index 66e53b8..efc8886 100644 --- a/perl-Pod-Spell.spec +++ b/perl-Pod-Spell.spec @@ -1,15 +1,16 @@ Name: perl-Pod-Spell Version: 1.01 -Release: 2%{?dist} +Release: 2%{?dist}.1 Summary: A formatter for spellchecking Pod Group: Development/Libraries -License: GPL or Artistic +License: GPL+ or Artistic URL: http://search.cpan.org/dist/Pod-Spell/ Source0: http://www.cpan.org/authors/id/S/SB/SBURKE/Pod-Spell-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch +BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Pod::Escapes) >= 1.01 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -55,6 +56,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Oct 16 2007 Tom "spot" Callaway - 1.01-2.1 +- correct license tag +- add BR: perl(ExtUtils::MakeMaker) + * Mon Dec 18 2006 Jose Pedro Oliveira - 1.01-2 - find: fixed arguments order.