From c138105042eae5cfd2a55d480c41542bfa71254e Mon Sep 17 00:00:00 2001 From: corsepiu Date: Wed, 5 Sep 2007 23:38:21 +0000 Subject: [PATCH] - BR: perl(ExtUtils::MakeMaker). - Update license tag. --- perl-Test-LongString.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/perl-Test-LongString.spec b/perl-Test-LongString.spec index d1aadeb..e419fbf 100644 --- a/perl-Test-LongString.spec +++ b/perl-Test-LongString.spec @@ -1,8 +1,8 @@ Name: perl-Test-LongString Version: 0.11 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Perl module to test long strings -License: GPL or Artistic +License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Test-LongString/ Source0: http://search.cpan.org/CPAN/authors/id/R/RG/RGARCIA/Test-LongString-%{version}.tar.gz @@ -10,6 +10,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch +BuildRequires: perl(ExtUtils::MakeMaker) # Required by the tests BuildRequires: perl(Test::Builder) >= 0.12 # 0.11 would require 1.04, but we only have 1.02 @@ -56,6 +57,10 @@ make test %{_mandir}/man3/* %changelog +* Thu Sep 06 2007 Ralf Corsépius - 0.11-2 +- BR: perl(ExtUtils::MakeMaker). +- Update license tag. + * Wed Feb 21 2007 Ralf Corsépius - 0.11-1 - Upstream update. - For now, ignore BR: perl(Test::Builder::Tester) > 1.04.