BR ExtUtils::MakeMaker.

This commit is contained in:
Steven Pritchard 2007-04-18 16:58:59 +00:00
parent 03235169fb
commit 954bb74ede

View File

@ -1,6 +1,6 @@
Name: perl-Test-NoWarnings
Version: 0.083
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Make sure you didn't emit any warnings while testing
License: LGPL
Group: Development/Libraries
@ -8,6 +8,7 @@ URL: http://search.cpan.org/dist/Test-NoWarnings/
Source0: http://www.cpan.org/authors/id/F/FD/FDALY/Test-NoWarnings-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Test::Tester) >= 0.103
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
@ -49,6 +50,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/*
%changelog
* Wed Apr 18 2007 Steven Pritchard <steve@kspei.com> 0.083-2
- BR ExtUtils::MakeMaker.
* Tue Dec 26 2006 Steven Pritchard <steve@kspei.com> 0.083-1
- Update to 0.083.
- Use fixperms macro instead of our own chmod incantation.