[perl-Config-Auto] Update to 0.36 and clean up spec file

Emmanuel Seyman eseyman at fedoraproject.org
Fri Jul 8 15:24:01 UTC 2011


commit 1edb46ee4e01a7a869006eedd1ac18092f75dd91
Author: Emmanuel Seyman <emmanuel.seyman at club-internet.fr>
Date:   Fri Jul 8 17:23:47 2011 +0200

    Update to 0.36 and clean up spec file

 .gitignore            |    1 +
 perl-Config-Auto.spec |   19 +++++++++----------
 sources               |    2 +-
 3 files changed, 11 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 228ad68..8a98797 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ Config-Auto-0.20.tar.gz
 /Config-Auto-0.30.tar.gz
 /Config-Auto-0.32.tar.gz
 /Config-Auto-0.34.tar.gz
+/Config-Auto-0.36.tar.gz
diff --git a/perl-Config-Auto.spec b/perl-Config-Auto.spec
index 60ac164..c28cf97 100644
--- a/perl-Config-Auto.spec
+++ b/perl-Config-Auto.spec
@@ -1,12 +1,11 @@
 Name:           perl-Config-Auto
-Version:        0.34
-Release:        2%{?dist}
+Version:        0.36
+Release:        1%{?dist}
 Summary:        Magical config file parser
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Config-Auto/
-Source0:        http://www.cpan.org/authors/id/K/KA/KANE/Config-Auto-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Source0:        http://www.cpan.org/authors/id/B/BI/BINGOS/Config-Auto-%{version}.tar.gz
 BuildArch:      noarch
 BuildRequires:  perl(Config::IniFiles)
 BuildRequires:  perl(ExtUtils::MakeMaker)
@@ -15,6 +14,8 @@ BuildRequires:  perl(Test::More)
 BuildRequires:  perl(YAML)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
+%{?perl_default_filter}
+
 %description
 This module was written after having to write Yet Another Config File
 Parser for some variety of colon-separated config. It searches the filesystem
@@ -29,8 +30,6 @@ and returns a data structure based on the file's contents.
 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 {} \;
@@ -41,16 +40,16 @@ 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 README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Fri Jul 08 2011 Emmanuel Seyman <emmanuel.seyman at club-internet.fr> - 0.36-1
+- Update to 0.36
+- Clean up spec file
+
 * Wed Jun 29 2011 Marcela Mašláňová <mmaslano at redhat.com> - 0.34-2
 - Perl mass rebuild
 
diff --git a/sources b/sources
index fa6a2f9..a51be20 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-31ec9bcc6595e283330847e13d48a6da  Config-Auto-0.34.tar.gz
+e49f1314ee58972c91792977e9a99776  Config-Auto-0.36.tar.gz


More information about the scm-commits mailing list