[perl-Hash-Flatten: 7/7] update to 1.19

Iain Arnell iarnell at fedoraproject.org
Sat Sep 25 06:57:56 UTC 2010


commit 65962e0a9b452e0ceb9cbd005dc9e7acca1e78e5
Author: Iain Arnell <iarnell at gmail.com>
Date:   Sat Sep 25 08:57:41 2010 +0200

    update to 1.19

 .gitignore             |    1 +
 perl-Hash-Flatten.spec |   14 ++++++--------
 sources                |    2 +-
 3 files changed, 8 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 797823e..7fe51e5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Hash-Flatten-1.16.tar.gz
+/Hash-Flatten-1.19.tar.gz
diff --git a/perl-Hash-Flatten.spec b/perl-Hash-Flatten.spec
index 09c1aa6..52eae7c 100644
--- a/perl-Hash-Flatten.spec
+++ b/perl-Hash-Flatten.spec
@@ -1,12 +1,11 @@
 Name:           perl-Hash-Flatten
-Version:        1.16
-Release:        4%{?dist}
+Version:        1.19
+Release:        1%{?dist}
 Summary:        Flatten/unflatten complex data hashes
 License:        GPLv2
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Hash-Flatten/
 Source0:        http://www.cpan.org/authors/id/B/BB/BBC/Hash-Flatten-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Log::Trace)
@@ -32,8 +31,6 @@ iconv --from=ISO-8859-1 --to=UTF-8 Changes >Changes.tmp && mv Changes.tmp Change
 make %{?_smp_mflags}
 
 %install
-rm -rf $RPM_BUILD_ROOT
-
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
@@ -44,9 +41,6 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 %check
 make test
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-,root,root,-)
 %doc Changes COPYING README
@@ -54,6 +48,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Sat Sep 25 2010 Iain Arnell <iarnell at gmail.com> 1.19-1
+- update to latest upstream
+- clean up spec for modern rpmbuild
+
 * Sun May 02 2010 Marcela Maslanova <mmaslano at redhat.com> - 1.16-4
 - Mass rebuild with perl-5.12.0
 
diff --git a/sources b/sources
index 3f59c9e..6d7924f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b67a1b1888aee862bd5b7a2987989495  Hash-Flatten-1.16.tar.gz
+cc2ffc365858b90192dbb8be52311267  Hash-Flatten-1.19.tar.gz


More information about the scm-commits mailing list