[perl-Config-Extend-MySQL] update to 0.05

Iain Arnell iarnell at fedoraproject.org
Fri Jan 4 16:25:16 UTC 2013


commit 88b4ad2a29151f2019f81bf2bec86dca772f2b10
Author: Iain Arnell <iarnell at gmail.com>
Date:   Fri Jan 4 09:25:10 2013 -0700

    update to 0.05

 .gitignore                    |    1 +
 perl-Config-Extend-MySQL.spec |   17 ++++++-----------
 sources                       |    2 +-
 3 files changed, 8 insertions(+), 12 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 68518fd..0969e18 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Config-Extend-MySQL-0.04.tar.gz
+/Config-Extend-MySQL-0.05.tar.gz
diff --git a/perl-Config-Extend-MySQL.spec b/perl-Config-Extend-MySQL.spec
index ddf2ca0..62efb6c 100644
--- a/perl-Config-Extend-MySQL.spec
+++ b/perl-Config-Extend-MySQL.spec
@@ -1,14 +1,12 @@
 Name:           perl-Config-Extend-MySQL
-Version:        0.04
-Release:        8%{?dist}
+Version:        0.05
+Release:        1%{?dist}
 Summary:        Extend your favorite .INI parser module to read MySQL configuration file
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Config-Extend-MySQL/
 Source0:        http://www.cpan.org/authors/id/S/SA/SAPER/Config-Extend-MySQL-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
-BuildRequires:  perl >= 0:5.006
 BuildRequires:  perl(Config::Tiny)
 BuildRequires:  perl(File::Read)
 BuildRequires:  perl(Module::Build)
@@ -36,26 +34,23 @@ sed -i -e '1s~#!.*~#!%{__perl}~' eg/*
 ./Build
 
 %install
-rm -rf $RPM_BUILD_ROOT
-
 ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
 ./Build test
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
-%defattr(-,root,root,-)
 %doc Changes README eg
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Fri Jan 04 2013 Iain Arnell <iarnell at gmail.com> 0.05-1
+- update to latest upstream version
+- clean up spec for modern rpmbuild
+
 * Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.04-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index a191f6d..75b7aa3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a6412de716fc5708e2a8cbd37f66c163  Config-Extend-MySQL-0.04.tar.gz
+b7bd6f8a8f2cfa823b14b70b06b8a537  Config-Extend-MySQL-0.05.tar.gz


More information about the scm-commits mailing list