[perl/f16] Move App::Cpan from perl-Test-Harness to perl-CPAN

Petr Pisar ppisar at fedoraproject.org
Wed Sep 5 15:09:57 UTC 2012


commit a38d6fb8cca0f4cd9b4e6623694e090ec287db8c
Author: Petr Písař <ppisar at redhat.com>
Date:   Wed Sep 5 15:43:43 2012 +0200

    Move App::Cpan from perl-Test-Harness to perl-CPAN

 perl.spec |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/perl.spec b/perl.spec
index a840d3b..c1bcf07 100644
--- a/perl.spec
+++ b/perl.spec
@@ -330,6 +330,7 @@ Group:          Development/Languages
 License:        GPL+ or Artistic
 Epoch:          0
 Version:        1.9600.01
+Requires:       perl(Data::Dumper)
 # CPAN encourages Digest::SHA strongly because of integrity checks
 Requires:       perl(Digest::SHA)
 Requires:       perl = %{perl_epoch}:%{perl_version}-%{release}
@@ -1457,9 +1458,11 @@ sed \
 
 # CPAN
 %exclude %{_bindir}/cpan
+%exclude %{privlib}/App/Cpan.pm
 %exclude %{privlib}/CPAN/
 %exclude %{privlib}/CPAN.pm
 %exclude %{_mandir}/man1/cpan.1*
+%exclude %{_mandir}/man3/App::Cpan.*
 %exclude %{_mandir}/man3/CPAN.*
 %exclude %{_mandir}/man3/CPAN:*
 
@@ -1756,7 +1759,7 @@ sed \
 
 # Test::Harness
 %exclude %{_bindir}/prove
-%exclude %{privlib}/App*
+%exclude %{privlib}/App/Prove*
 %exclude %{privlib}/TAP*
 %exclude %{privlib}/Test/Harness*
 %exclude %{_mandir}/man1/prove.1*
@@ -1874,9 +1877,11 @@ sed \
 
 %files CPAN
 %{_bindir}/cpan
+%{privlib}/App/Cpan.pm
 %{privlib}/CPAN/
 %{privlib}/CPAN.pm
 %{_mandir}/man1/cpan.1*
+%{_mandir}/man3/App::Cpan.*
 %{_mandir}/man3/CPAN.*
 %{_mandir}/man3/CPAN:*
 %exclude %{privlib}/CPAN/Meta/
@@ -2168,7 +2173,7 @@ sed \
 
 %files Test-Harness
 %{_bindir}/prove
-%{privlib}/App*
+%{privlib}/App/Prove*
 %{privlib}/TAP*
 %{privlib}/Test/Harness*
 %{_mandir}/man1/prove.1*
@@ -2227,6 +2232,7 @@ sed \
 %changelog
 * Wed Sep 05 2012 Petr Pisar <ppisar at redhat.com> - 4:5.14.2-199
 - Remove perl-devel dependency from perl-Test-Harness and perl-Test-Simple
+- Move App::Cpan from perl-Test-Harness to perl-CPAN (bug #854577)
 
 * Tue May 29 2012 Jitka Plesnikova <jplesnik at redhat.com> - 4:5.14.2-198
 - Fix find2perl to translate ? glob properly (bug #825701)


More information about the scm-commits mailing list