[perl-Params-Util] Upstream update.

corsepiu corsepiu at fedoraproject.org
Fri Apr 29 13:08:03 UTC 2011


commit 5c6ad956ee98c2a584a3cdcfd0d46524f8dfc590
Author: Ralf Corsépius <corsepiu at fedoraproject.org>
Date:   Fri Apr 29 15:07:51 2011 +0200

    Upstream update.

 .gitignore            |    1 +
 perl-Params-Util.spec |   12 +++++-------
 sources               |    2 +-
 3 files changed, 7 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 165a74c..78be2f0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 Params-Util-1.01.tar.gz
 /Params-Util-1.03.tar.gz
+/Params-Util-1.04.tar.gz
diff --git a/perl-Params-Util.spec b/perl-Params-Util.spec
index c10722d..88d61a2 100644
--- a/perl-Params-Util.spec
+++ b/perl-Params-Util.spec
@@ -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 at fedoraproject.org> - 1.04-1
+- Upstream update.
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.03-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index d870f5b..2a2250c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9e5ae2987472f15fddf8ab806f4de867  Params-Util-1.03.tar.gz
+84bfb0a16cff67f2077ece0e24408b0f  Params-Util-1.04.tar.gz


More information about the scm-commits mailing list