[perl-CPAN-Meta] update to 2.112621

Iain Arnell iarnell at fedoraproject.org
Fri Sep 23 11:42:23 UTC 2011


commit 487f9c834d4e26295f899ffc08e26d0f4cf128ac
Author: Iain Arnell <iarnell at gmail.com>
Date:   Fri Sep 23 13:37:45 2011 +0200

    update to 2.112621

 .gitignore          |    1 +
 perl-CPAN-Meta.spec |   13 +++++--------
 sources             |    2 +-
 3 files changed, 7 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4c2dcc3..8fb0f36 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@ CPAN-Meta-2.102160.tar.gz
 /CPAN-Meta-2.110910.tar.gz
 /CPAN-Meta-2.110930.tar.gz
 /CPAN-Meta-2.112150.tar.gz
+/CPAN-Meta-2.112621.tar.gz
diff --git a/perl-CPAN-Meta.spec b/perl-CPAN-Meta.spec
index c462005..813ecfc 100644
--- a/perl-CPAN-Meta.spec
+++ b/perl-CPAN-Meta.spec
@@ -1,12 +1,11 @@
 Name:           perl-CPAN-Meta
 Summary:        Distribution metadata for a CPAN dist
-Version:        2.112150
+Version:        2.112621
 Release:        1%{?dist}
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 Source0:        http://search.cpan.org/CPAN/authors/id/D/DA/DAGOLDEN/CPAN-Meta-%{version}.tar.gz
 URL:            http://search.cpan.org/dist/CPAN-Meta/
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 BuildArch:      noarch
 
@@ -43,8 +42,6 @@ in CPAN::Meta::Spec.
 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 {} \;
@@ -55,16 +52,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 history LICENSE README Todo
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Fri Sep 23 2011 Iain Arnell <iarnell at gmail.com> 2.112621-1
+- update to latest upstream version
+- clean up spec for modern rpmbuild
+
 * Sat Aug 27 2011 Iain Arnell <iarnell at gmail.com> 2.112150-1
 - update to latest upstream version
 
diff --git a/sources b/sources
index e5d9e48..e81497d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e56479e14dd5386e1142a8c87a62a571  CPAN-Meta-2.112150.tar.gz
+a37c34f3bc650fc7347182ba86ce317d  CPAN-Meta-2.112621.tar.gz



More information about the perl-devel mailing list