[perl-Config-MVP-Reader-INI] update to 2.101461

Iain Arnell iarnell at fedoraproject.org
Tue Nov 2 13:20:17 UTC 2010


commit 6fa0e3bb73ca4191d39a88380fb8517cadc4a7b5
Author: Iain Arnell <iarnell at gmail.com>
Date:   Tue Nov 2 14:20:03 2010 +0100

    update to 2.101461

 .gitignore                      |    1 +
 perl-Config-MVP-Reader-INI.spec |   14 ++++++--------
 sources                         |    2 +-
 3 files changed, 8 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 95208f1..22f53ab 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Config-MVP-Reader-INI-2.101460.tar.gz
+/Config-MVP-Reader-INI-2.101461.tar.gz
diff --git a/perl-Config-MVP-Reader-INI.spec b/perl-Config-MVP-Reader-INI.spec
index fe39ef4..7e8fc4a 100644
--- a/perl-Config-MVP-Reader-INI.spec
+++ b/perl-Config-MVP-Reader-INI.spec
@@ -1,12 +1,11 @@
 Name:           perl-Config-MVP-Reader-INI
-Version:        2.101460
+Version:        2.101461
 Release:        1%{?dist}
 Summary:        MVP config reader for .ini files
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Config-MVP-Reader-INI/
 Source0:        http://www.cpan.org/authors/id/R/RJ/RJBS/Config-MVP-Reader-INI-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  perl(Config::INI::Reader)
 BuildRequires:  perl(Config::MVP) >= 2
@@ -38,8 +37,6 @@ configuration.
 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 {} \;
@@ -50,16 +47,17 @@ 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 dist.ini eg LICENSE META.json README
+%doc Changes eg LICENSE README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Tue Nov 02 2010 Iain Arnell <iarnell at gmail.com> 2.101461-1
+- update to latest upstream version
+- clean up spec file for modern rpmbuild
+
 * Tue Jun 08 2010 Iain Arnell 2.101460-1
 - Specfile autogenerated by cpanspec 1.78.
 - obsoletes perl-Config-INI-MVP < 0.025
diff --git a/sources b/sources
index 86d939e..a5956e4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0b1a5de6b7f7b22f884acd877340df11  Config-MVP-Reader-INI-2.101460.tar.gz
+51bfa9d378af5397be0116cd3b49c0fb  Config-MVP-Reader-INI-2.101461.tar.gz



More information about the perl-devel mailing list