[perl-Sub-Exporter/el4/master: 7/9] Revert to EL-5 version

Paul Howarth pghmcfc at fedoraproject.org
Mon Jan 31 09:45:40 UTC 2011


commit 176c4a10a0e834efb9741e6c8339b534949b4665
Author: Paul Howarth <paul at city-fan.org>
Date:   Mon Jan 31 09:30:19 2011 +0000

    Revert to EL-5 version

 .gitignore             |    2 +-
 perl-Sub-Exporter.spec |   47 ++++++-----------------------------------------
 sources                |    2 +-
 3 files changed, 8 insertions(+), 43 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e3e0101..4aa91af 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-Sub-Exporter-0.982.tar.gz
+/Sub-Exporter-0.975.tar.gz
diff --git a/perl-Sub-Exporter.spec b/perl-Sub-Exporter.spec
index 755f03f..4ea9744 100644
--- a/perl-Sub-Exporter.spec
+++ b/perl-Sub-Exporter.spec
@@ -1,6 +1,6 @@
 Name:           perl-Sub-Exporter
-Version:        0.982
-Release:        6%{?dist}
+Version:        0.975
+Release:        1%{?dist}
 Summary:        Sophisticated exporter for custom-built routines
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -16,6 +16,7 @@ BuildRequires:  perl(Data::OptList) >= 0.1
 BuildRequires:  perl(Params::Util) >= 0.14
 BuildRequires:  perl(Sub::Install) >= 0.92
 # testing...
+BuildRequires:  perl(Test::Pod::Coverage), perl(Test::Pod)
 BuildRequires:  perl(Package::Generator)
 
 
@@ -29,7 +30,7 @@ Sub::Exporter::Tutorial first!
 %prep
 %setup -q -n Sub-Exporter-%{version}
 
-find t/ -type f -exec perl -pi -e 's|^#!perl|#!/usr/bin/perl|' {} +
+find t/ -type f -exec perl -pi -e 's|^#!perl|#!/usr/bin/perl|' {} \;
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -40,8 +41,8 @@ rm -rf %{buildroot}
 
 make pure_install PERL_INSTALL_ROOT=%{buildroot}
 
-find %{buildroot} -type f -name .packlist -exec rm -f {} + 
-find %{buildroot} -depth -type d -exec rmdir --ignore-fail-on-non-empty {} + 
+find %{buildroot} -type f -name .packlist -exec rm -f {} \;
+find %{buildroot} -depth -type d -exec /bin/rmdir {} \; 2>/dev/null
 
 %{_fixperms} %{buildroot}/*
 
@@ -58,42 +59,6 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
-* Wed Dec 22 2010 Marcela Maslanova <mmaslano at redhat.com> - 0.982-6
-- 661697 rebuild for fixing problems with vendorach/lib
-
-* Thu May 06 2010 Marcela Maslanova <mmaslano at redhat.com> - 0.982-5
-- Mass rebuild with perl-5.12.0
-
-* Mon Dec  7 2009 Stepan Kasal <skasal at redhat.com> - 0.982-4
-- rebuild against perl 5.10.1
-
-* Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.982-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
-
-* Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.982-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
-
-* Wed Feb 11 2009 Chris Weyl <cweyl at alumni.drew.edu> 0.982-1
-- update to 0.982
-
-* Sun Oct 26 2008 Chris Weyl <cweyl at alumni.drew.edu> 0.981-1
-- update to 0.981
-
-* Thu Oct 23 2008 Chris Weyl <cweyl at alumni.drew.edu> 0.980-1
-- update to 0.980
-
-* Mon Jun 30 2008 Chris Weyl <cweyl at alumni.drew.edu> 0.979-1
-- update to 0.979
-- drop BR's on:  perl(Test::Pod::Coverage), perl(Test::Pod)
-
-* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 0.978-2
-- Rebuild for perl 5.10 (again)
-
-* Thu Jan 24 2008 Tom "spot" Callaway <tcallawa at redhat.com> 0.978-1
-- update to 0.978
-- fix license tag
-- rebuild for new perl
-
 * Thu Aug 09 2007 Chris Weyl <cweyl at alumni.drew.edu> 0.975-1
 - update to 0.975
 
diff --git a/sources b/sources
index b6f3b39..74dba26 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-db90a0d73a5ca2d185dd6c6d2fc848f0  Sub-Exporter-0.982.tar.gz
+5a4deeea702fa184117624c84dbd960c  Sub-Exporter-0.975.tar.gz



More information about the perl-devel mailing list