- Upstream update.
- Activate AUTOMATED_TESTING (t/99_author.t).
This commit is contained in:
parent
aa2180e4e0
commit
14b4b31bd2
@ -1 +1 @@
|
||||
Params-Util-0.17.tar.gz
|
||||
Params-Util-0.19.tar.gz
|
||||
|
||||
@ -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.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user