- Upstream update.
This commit is contained in:
parent
d199eb5ed8
commit
a30b1c999f
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
Params-Util-1.01.tar.gz
|
||||
/Params-Util-1.03.tar.gz
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Name: perl-Params-Util
|
||||
Version: 1.01
|
||||
Release: 2%{?dist}
|
||||
Version: 1.03
|
||||
Release: 1%{?dist}
|
||||
Summary: Simple standalone param-checking functions
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
@ -10,10 +10,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.52
|
||||
BuildRequires: perl(Test::More) >= 0.47
|
||||
BuildRequires: perl(File::Spec) >= 0.82
|
||||
BuildRequires: perl(Scalar::Util) >= 1.14
|
||||
BuildRequires: perl(Scalar::Util) >= 1.18
|
||||
|
||||
%description
|
||||
Params::Util provides a basic set of importable functions that
|
||||
@ -49,6 +49,9 @@ make test AUTOMATED_TESTING=1
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Mon Dec 06 2010 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.03-1
|
||||
- Upstream update.
|
||||
|
||||
* Wed Jun 23 2010 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.01-2
|
||||
- Rebuild for perl-5.12.x.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user