Upstream update.

This commit is contained in:
Ralf Corsépius 2011-04-29 15:07:51 +02:00
parent 50ac7d9260
commit 5c6ad956ee
3 changed files with 7 additions and 8 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
Params-Util-1.01.tar.gz
/Params-Util-1.03.tar.gz
/Params-Util-1.04.tar.gz

View File

@ -1,12 +1,11 @@
Name: perl-Params-Util
Version: 1.03
Release: 2%{?dist}
Version: 1.04
Release: 1%{?dist}
Summary: Simple standalone param-checking functions
License: GPL+ or Artistic
Group: Development/Libraries
URL: http://search.cpan.org/dist/Params-Util/
Source0: http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/Params-Util-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
@ -27,16 +26,12 @@ makes checking parameters a hell of a lot easier.
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
make pure_install DESTDIR=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
chmod -R u+w $RPM_BUILD_ROOT/*
%clean
rm -rf $RPM_BUILD_ROOT
%check
make test AUTOMATED_TESTING=1
@ -49,6 +44,9 @@ make test AUTOMATED_TESTING=1
%{_mandir}/man3/*
%changelog
* Fri Apr 29 2011 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.04-1
- Upstream update.
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.03-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild

View File

@ -1 +1 @@
9e5ae2987472f15fddf8ab806f4de867 Params-Util-1.03.tar.gz
84bfb0a16cff67f2077ece0e24408b0f Params-Util-1.04.tar.gz