From 0f7538e0bf0d1c853efd7d6b55203da85dce2d01 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Wed, 17 Oct 2007 02:42:53 +0000 Subject: [PATCH] fix br, license --- perl-Readonly.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/perl-Readonly.spec b/perl-Readonly.spec index a7c3195..82c644e 100644 --- a/perl-Readonly.spec +++ b/perl-Readonly.spec @@ -1,14 +1,15 @@ Name: perl-Readonly Version: 1.03 -Release: 6%{?dist} +Release: 6%{?dist}.1 Summary: Facility for creating read-only scalars, arrays, hashes Group: Development/Libraries -License: GPL or Artistic +License: GPL+ or Artistic URL: http://search.cpan.org/dist/Readonly/ Source0: http://search.cpan.org/CPAN/authors/id/R/RO/ROODE/Readonly-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch +BuildRequires: perl(ExtUtils::MakeMaker) # perl-Readonly-XS builds for all current fedora architectures, so let's # require it. @@ -66,6 +67,10 @@ rm -rf %{buildroot} %changelog +* Tue Oct 16 2007 Tom "spot" Callaway 1.03-6.1 +- correct license tag +- add BR: perl(ExtUtils::MakeMaker) + * Wed Oct 04 2006 Chris Weyl 1.03-6 - add explict requires on perl(Readonly::XS). perl(Readonly::XS) is available for all architectures fedora supports, so there's no good reason to not