- Upstream update.

- Activate AUTOMATED_TESTING (t/99_author.t).
This commit is contained in:
corsepiu 2006-09-18 13:56:52 +00:00
parent aa2180e4e0
commit 14b4b31bd2
3 changed files with 10 additions and 6 deletions

View File

@ -1 +1 @@
Params-Util-0.17.tar.gz
Params-Util-0.19.tar.gz

View File

@ -1,6 +1,6 @@
Name: perl-Params-Util
Version: 0.17
Release: 2%{?dist}
Version: 0.19
Release: 1%{?dist}
Summary: Simple standalone param-checking functions
License: GPL or Artistic
Group: Development/Libraries
@ -13,7 +13,7 @@ BuildArch: noarch
BuildRequires: perl(Test::More) >= 0.47
BuildRequires: perl(File::Spec) >= 0.82
BuildRequires: perl(Scalar::Util) >= 1.11
BuildRequires: perl(Scalar::Util) >= 1.14
# Required by the tests
BuildRequires: perl(Test::Pod) >= 1.00
@ -41,7 +41,7 @@ chmod -R u+w $RPM_BUILD_ROOT/*
rm -rf $RPM_BUILD_ROOT
%check
make test
make test AUTOMATED_TESTING=1
%files
%defattr(-,root,root,-)
@ -50,6 +50,10 @@ make test
%{_mandir}/man3/*
%changelog
* Mon Sep 18 2006 Ralf Corsépius <rc040203@freenet.de> - 0.19-1
- Upstream update.
- Activate AUTOMATED_TESTING (t/99_author.t).
* Tue Sep 05 2006 Ralf Corsépius <rc040203@freenet.de> - 0.17-2
- Mass rebuild.

View File

@ -1 +1 @@
058f3bd8acd7fd21233043724c78ea9e Params-Util-0.17.tar.gz
c5d75b97f92fa232b2dadcc44595ca61 Params-Util-0.19.tar.gz