diff --git a/perl-Params-Check.spec b/perl-Params-Check.spec index c9be4bc..39b4d50 100644 --- a/perl-Params-Check.spec +++ b/perl-Params-Check.spec @@ -1,8 +1,8 @@ Name: perl-Params-Check Version: 0.26 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Generic input parsing/checking mechanism -License: GPL or Artistic +License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Params-Check/ Source0: http://www.cpan.org/authors/id/K/KA/KANE/Params-Check-%{version}.tar.gz @@ -10,6 +10,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Locale::Maketext::Simple) +BuildRequires: perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -45,6 +46,10 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Mon Dec 31 2007 Ralf Corsépius 0.26-2 +- BR: perl(Test::More) (BZ 419631). +- Adjust License-tag. + * Fri Mar 23 2007 Steven Pritchard 0.26-1 - Update to 0.26. - Use fixperms macro instead of our own chmod incantation.