- BR: perl(Test::More) (BZ 419631).

- Adjust License-tag.
This commit is contained in:
corsepiu 2007-12-31 05:12:35 +00:00
parent a65aa16581
commit e5e58279b0

View File

@ -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 <rc040203@freenet.de> 0.26-2
- BR: perl(Test::More) (BZ 419631).
- Adjust License-tag.
* Fri Mar 23 2007 Steven Pritchard <steve@kspei.com> 0.26-1
- Update to 0.26.
- Use fixperms macro instead of our own chmod incantation.