[perl-CPAN-Mini] 1.111010 bump

Petr Šabata psabata at fedoraproject.org
Thu Oct 25 08:45:22 UTC 2012


commit d3578d9ded69eaff55b09797152733046300d40c
Author: Petr Šabata <contyk at redhat.com>
Date:   Thu Oct 25 10:38:43 2012 +0200

    1.111010 bump

 .gitignore          |    1 +
 perl-CPAN-Mini.spec |   23 ++++++++---------------
 sources             |    2 +-
 3 files changed, 10 insertions(+), 16 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9039174..0a797dd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ CPAN-Mini-1.100630.tar.gz
 /CPAN-Mini-1.111007.tar.gz
 /CPAN-Mini-1.111008.tar.gz
 /CPAN-Mini-1.111009.tar.gz
+/CPAN-Mini-1.111010.tar.gz
diff --git a/perl-CPAN-Mini.spec b/perl-CPAN-Mini.spec
index dc695e3..03bca81 100644
--- a/perl-CPAN-Mini.spec
+++ b/perl-CPAN-Mini.spec
@@ -1,20 +1,16 @@
 Name:           perl-CPAN-Mini
 Summary:        Create a minimal mirror of CPAN
-Version:        1.111009
+Version:        1.111010
 Release:        1%{?dist}
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 Source0:        http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/CPAN-Mini-%{version}.tar.gz 
 URL:            http://search.cpan.org/dist/CPAN-Mini/
-Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 BuildArch:      noarch
-
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Compress::Zlib) >= 1.20
 BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.30
-BuildRequires:  perl(File::Basename)
-BuildRequires:  perl(File::Copy)
-BuildRequires:  perl(File::Find)
 BuildRequires:  perl(File::HomeDir) >= 0.57
 BuildRequires:  perl(File::Path) >= 2.04
 BuildRequires:  perl(File::Spec)
@@ -25,11 +21,6 @@ BuildRequires:  perl(Pod::Usage) >= 1.00
 BuildRequires:  perl(Test::More) >= 0.96
 BuildRequires:  perl(URI) >= 1
 
-# obsolete/provide old tests subpackage
-# can be removed during F19 development cycle
-Obsoletes:      %{name}-tests < 1.111007-3
-Provides:       %{name}-tests = %{version}-%{release}
-
 %{?perl_default_filter}
 %global __requires_exclude %__requires_exclude|perl\\(File::HomeDir\\)$
 
@@ -40,19 +31,16 @@ needed to install the newest version of every distribution.
 
 %prep
 %setup -q -n CPAN-Mini-%{version}
-
 perl -pi -e 's|^#!perl|#!/usr/bin/perl|' t/*
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 %install
 make pure_install DESTDIR=%{buildroot}
-
 find %{buildroot} -type f -name .packlist -exec rm -f {} + 
 find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
-
 %{_fixperms} %{buildroot}/*
 
 %check
@@ -65,6 +53,11 @@ make test
 %{_mandir}/man[13]/*
 
 %changelog
+* Thu Oct 25 2012 Petr Šabata <contyk at redhat.com> - 1.111010-1
+- 1.111010 bugfix bump
+- Drop command macros
+- Drop the old tests subpackage obsolete/provides
+
 * Tue Sep 12 2012 Jitka Plesnikova <jplesnik at redhat.com> - 1.111009-1
 - 1.111009 bump
 
diff --git a/sources b/sources
index a2f4252..6028483 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d6962273fbf2a5802cd324217fbd63d6  CPAN-Mini-1.111009.tar.gz
+e420fe539baebaf0777512a53d435398  CPAN-Mini-1.111010.tar.gz


More information about the scm-commits mailing list