[perl-Data-OptList/el5/master: 12/13] Revert to same version as EPEL-5

Paul Howarth pghmcfc at fedoraproject.org
Tue Jan 18 11:04:43 UTC 2011


commit c95e3df45520b167c0c59c67fa3d4fad873d341c
Author: Paul Howarth <paul at city-fan.org>
Date:   Tue Jan 18 11:03:14 2011 +0000

    Revert to same version as EPEL-5

 .gitignore             |    2 +-
 perl-Data-OptList.spec |   67 ++++++++---------------------------------------
 sources                |    2 +-
 3 files changed, 14 insertions(+), 57 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3c95c1c..649d183 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-Data-OptList-0.106.tar.gz
+Data-OptList-0.101.tar.gz
diff --git a/perl-Data-OptList.spec b/perl-Data-OptList.spec
index b4ac96b..eae504a 100644
--- a/perl-Data-OptList.spec
+++ b/perl-Data-OptList.spec
@@ -1,28 +1,22 @@
 Name:           perl-Data-OptList
+Version:        0.101
+Release:        2%{?dist}
 Summary:        Parse and validate simple name/value option pairs
-Version:        0.106
-Release:        3%{?dist}
-License:        GPL+ or Artistic
+License:        GPL or Artistic
 Group:          Development/Libraries
-Source0:        http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Data-OptList-%{version}.tar.gz 
 URL:            http://search.cpan.org/dist/Data-OptList/
+Source0:        http://www.cpan.org/authors/id/R/RJ/RJBS/Data-OptList-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
-BuildArch:      noarch
 
-BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.42
-BuildRequires:  perl(List::Util)
+BuildArch:      noarch
 BuildRequires:  perl(Params::Util) >= 0.14
-BuildRequires:  perl(Sub::Install) >= 0.921
-BuildRequires:  perl(Test::Pod)
-
-Requires:       perl(List::Util)
-Requires:       perl(Params::Util) >= 0.14
-Requires:       perl(Sub::Install) >= 0.921
+BuildRequires:  perl(Sub::Install) >= 0.92
+# testing
+BuildRequires:  perl(Test::Pod::Coverage), perl(Test::Pod)
 
-
-%{?perl_default_filter}
-%{?perl_default_subpackage_tests}
+#Requires:       perl(Params::Util) >= 0.14
+#Requires:       perl(Sub::Install) >= 0.92
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
 Hashes are great for storing named data, but if you want more than one
@@ -39,7 +33,7 @@ make %{?_smp_mflags}
 %install
 rm -rf %{buildroot}
 
-make pure_install DESTDIR=%{buildroot}
+make pure_install PERL_INSTALL_ROOT=%{buildroot}
 
 find %{buildroot} -type f -name .packlist -exec rm -f {} \;
 find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
@@ -59,43 +53,6 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
-* Thu Dec 16 2010 Marcela Maslanova <mmaslano at redhat.com> - 0.106-3
-- 661697 rebuild for fixing problems with vendorach/lib
-
-* Fri Apr 30 2010 Marcela Maslanova <mmaslano at redhat.com> - 0.106-2
-- Mass rebuild with perl-5.12.0
-
-* Mon Mar 08 2010 Chris Weyl <cweyl at alumni.drew.edu> 0.106-1
-- update by Fedora::App::MaintainerTools 0.004
-- PERL_INSTALL_ROOT => DESTDIR
-- updating to latest GA CPAN version (0.106)
-- added a new br on perl(ExtUtils::MakeMaker) (version 6.42)
-- added a new br on perl(List::Util) (version 0)
-- altered br on perl(Sub::Install) (0.92 => 0.921)
-- added a new req on perl(List::Util) (version 0)
-- added a new req on perl(Params::Util) (version 0.14)
-- added a new req on perl(Sub::Install) (version 0.921)
-
-* Mon Dec  7 2009 Stepan Kasal <skasal at redhat.com> - 0.104-4
-- rebuild against perl 5.10.1
-
-* Sat Jul 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.104-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.104-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
-
-* Wed Feb 11 2009 Chris Weyl <cweyl at alumni.drew.edu> 0.104-1
-- update to 0.104
-
-* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 0.103-2
-- Rebuild for perl 5.10 (again)
-
-* Thu Jan 24 2008 Tom "spot" Callaway <tcallawa at redhat.com> 0.103-1
-- rebuild for new perl
-- bump to 0.103
-- fix license tag
-
 * Thu Sep 07 2006 Chris Weyl <cweyl at alumni.drew.edu> 0.101-2
 - bump
 
diff --git a/sources b/sources
index 5525532..a2a859c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d2e2e74540f9a388a7d180849d63d03a  Data-OptList-0.106.tar.gz
+6e9bb994a8716112a78c1306261f4164  Data-OptList-0.101.tar.gz


More information about the scm-commits mailing list