BR ExtUtils::MakeMaker.

epel9
Steven Pritchard 18 years ago
parent 7268d7112f
commit d31079a016

@ -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 <steve@kspei.com> 0.53-2
- BR ExtUtils::MakeMaker.
* Sat Dec 09 2006 Steven Pritchard <steve@kspei.com> 0.53-1
- Update to 0.53.
- Use fixperms macro instead of our own chmod incantation.

Loading…
Cancel
Save