From 39390894771346ce13e655dd3765713750df5b75 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Tue, 16 Oct 2007 20:13:39 +0000 Subject: [PATCH] fix br, license --- perl-Inline.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/perl-Inline.spec b/perl-Inline.spec index f2e8049..e6bd78b 100644 --- a/perl-Inline.spec +++ b/perl-Inline.spec @@ -1,16 +1,17 @@ Name: perl-Inline Version: 0.44 -Release: 15.2.1 +Release: 16 Summary: Inline Perl module Group: Development/Libraries -License: GPL or Artistic +License: GPL+ or Artistic Url: http://search.cpan.org/dist/Inline/ Source0: http://www.cpan.org/authors/id/I/IN/INGY/Inline-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl >= 1:5.6.1 +BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Parse::RecDescent) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -63,6 +64,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Oct 16 2007 Tom "spot" Callaway - 0.44-16 +- correct license tag +- add BR: perl(ExtUtils::MakeMaker) + * Wed Jul 12 2006 Jesse Keating - sh: line 0: fg: no job control - rebuild