[perl-List-MoreUtils/el4/master: 4/5] Revert to EPEL-5 version (0.22-2)

Paul Howarth pghmcfc at fedoraproject.org
Tue Jan 18 09:33:22 UTC 2011


commit 844560fc25ac7d843595a551f8b302bce38d3f1b
Author: Paul Howarth <paul at city-fan.org>
Date:   Tue Jan 18 09:30:48 2011 +0000

    Revert to EPEL-5 version (0.22-2)

 .gitignore               |    1 -
 perl-List-MoreUtils.spec |   60 ++++++++++------------------------------------
 sources                  |    2 +-
 3 files changed, 14 insertions(+), 49 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4b32f16..1ad032f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1 @@
 List-MoreUtils-0.22.tar.gz
-/List-MoreUtils-0.30.tar.gz
diff --git a/perl-List-MoreUtils.spec b/perl-List-MoreUtils.spec
index 06b5678..a47e144 100644
--- a/perl-List-MoreUtils.spec
+++ b/perl-List-MoreUtils.spec
@@ -1,18 +1,18 @@
 Name:           perl-List-MoreUtils
-Version:        0.30
-Release:        1%{?dist}
+Version:        0.22
+Release:        2%{?dist}
 Summary:        Provide the stuff missing in List::Util
 
 Group:          Development/Libraries
-License:        GPL+ or Artistic
+License:        GPL or Artistic
 URL:            http://search.cpan.org/dist/List-MoreUtils/
-Source0:        http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/List-MoreUtils-%{version}.tar.gz
+Source0:        http://www.cpan.org/authors/id/V/VP/VPARSEVAL/List-MoreUtils-%{version}.tar.gz
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  perl(Test::More) >= 0.82
+BuildRequires:  perl(Test::Pod)
+BuildRequires:  perl(Test::Pod::Coverage)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
-%{?perl_default_filter}
-
 %description
 List::MoreUtils provides some trivial but commonly needed functionality
 on lists which is not going to go into List::Util.
@@ -28,6 +28,7 @@ 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 f -name '*.bs' -empty -exec rm -f {} ';'
@@ -39,54 +40,19 @@ chmod -R u+w $RPM_BUILD_ROOT/*
 make test
 
 
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+
 %files
 %defattr(-,root,root,-)
-%doc Changes README LICENSE
+%doc Changes README
 %{perl_vendorarch}/List/
 %{perl_vendorarch}/auto/List/
 %{_mandir}/man3/*.3pm*
 
 
 %changelog
-* Mon Jan 03 2011 Iain Arnell <iarnell at gmail.com> 0.30-1
-- update to latest upstream version
-- clean up spec for modern rpmbuild
-- use perl_default_filter
-- remove unnecessary buildrequires
-
-* Mon Dec 20 2010 Marcela Maslanova <mmaslano at redhat.com> - 0.22-12
-- 661697 rebuild for fixing problems with vendorach/lib
-
-* Mon May 03 2010 Marcela Maslanova <mmaslano at redhat.com> - 0.22-11
-- Mass rebuild with perl-5.12.0
-
-* Mon Dec  7 2009 Stepan Kasal <skasal at redhat.com> - 0.22-10
-- rebuild against perl 5.10.1
-
-* Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.22-9
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
-
-* Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.22-8
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
-
-* Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.22-7
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
-
-* Thu Feb 28 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 0.22-6
-- Rebuild normally, second pass
-
-* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 0.22-5
-- Rebuild for perl 5.10 (again), tests disabled for first pass
-
-* Mon Feb 18 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 0.22-4
-- Autorebuild for GCC 4.3
-
-* Mon Jan 14 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 0.22-3
-- rebuild normally, second pass
-
-* Fri Jan 11 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 0.22-2.1
-- rebuild for new perl, first pass, disable TPC and tests
-
 * Sun Sep 10 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.22-2
 - Rebuild for FC6.
 
diff --git a/sources b/sources
index 8069886..2bef54c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-038963a96158747c00e76d1250d52f85  List-MoreUtils-0.30.tar.gz
+3a6ec506f40662ab1296c48c5eb72016  List-MoreUtils-0.22.tar.gz



More information about the perl-devel mailing list