[perl-Config-Tiny] update to 2.14

Iain Arnell iarnell at fedoraproject.org
Sun Oct 2 08:42:27 UTC 2011


commit 9fa213f07ddaee085bc929eb20e0dbc8f04126be
Author: Iain Arnell <iarnell at gmail.com>
Date:   Sun Oct 2 10:41:38 2011 +0200

    update to 2.14

 .gitignore            |    1 +
 perl-Config-Tiny.spec |   14 ++++++--------
 sources               |    2 +-
 3 files changed, 8 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 860a614..298aaaf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Config-Tiny-2.12.tar.gz
+/Config-Tiny-2.14.tar.gz
diff --git a/perl-Config-Tiny.spec b/perl-Config-Tiny.spec
index 17ae0be..804884b 100644
--- a/perl-Config-Tiny.spec
+++ b/perl-Config-Tiny.spec
@@ -1,13 +1,12 @@
 Name:           perl-Config-Tiny
-Version:        2.12
-Release:        12%{?dist}
+Version:        2.14
+Release:        1%{?dist}
 Summary:        Perl module for reading and writing .ini style configuration files
 
 Group:          Development/Libraries
 License:        GPL+ or Artistic
 URL:            http://search.cpan.org/dist/Config-Tiny/
 Source0:        http://www.cpan.org/authors/id/A/AD/ADAMK/Config-Tiny-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
@@ -34,7 +33,6 @@ 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 {} ';'
 find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
@@ -46,18 +44,18 @@ find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
 make test AUTOMATED_TESTING=1
 %endif
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 
 %files
-%defattr(-,root,root,-)
 %doc Changes LICENSE README
 %{perl_vendorlib}/Config/
 %{_mandir}/man3/*.3pm*
 
 
 %changelog
+* Sun Oct 02 2011 Iain Arnell <iarnell at gmail.com> 2.14-1
+- update to latest upstream version
+- clean up spec for modern rpmbuild
+
 * Tue Jun 28 2011 Marcela Mašláňová <mmaslano at redhat.com> - 2.12-12
 - rebuild with Perl 5.14.1
 - use perl_bootstrap macro
diff --git a/sources b/sources
index 76d6b3d..aaace67 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1df5a4ff37cd1d80532ddbe28015d1f0  Config-Tiny-2.12.tar.gz
+498b8fd37a190a214cddd5506be77720  Config-Tiny-2.14.tar.gz


More information about the scm-commits mailing list