From d31079a0165619b0e2a89cf5be4cd42b681b6136 Mon Sep 17 00:00:00 2001 From: Steven Pritchard Date: Apr 18 2007 16:58:09 +0000 Subject: BR ExtUtils::MakeMaker. --- diff --git a/perl-Test-Base.spec b/perl-Test-Base.spec index eda26c9..e57efda 100644 --- a/perl-Test-Base.spec +++ b/perl-Test-Base.spec @@ -1,6 +1,6 @@ Name: perl-Test-Base Version: 0.53 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Data Driven Testing Framework License: GPL or Artistic Group: Development/Libraries @@ -8,6 +8,7 @@ URL: http://search.cpan.org/dist/Test-Base/ Source0: http://www.cpan.org/authors/id/I/IN/INGY/Test-Base-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch +BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Spiffy) >= 0.30 BuildRequires: perl(Text::Diff) >= 0.35 Requires: perl(Text::Diff) >= 0.35 @@ -51,6 +52,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Wed Apr 18 2007 Steven Pritchard 0.53-2 +- BR ExtUtils::MakeMaker. + * Sat Dec 09 2006 Steven Pritchard 0.53-1 - Update to 0.53. - Use fixperms macro instead of our own chmod incantation.