[perl/f16] Do not package App::Cpan(3pm) to perl-Test-Harness

Petr Pisar ppisar at fedoraproject.org
Thu Jan 10 10:09:28 UTC 2013


commit 7bb1f98c231350a4b31a20cc200c173fa1f06663
Author: Petr Písař <ppisar at redhat.com>
Date:   Thu Jan 10 09:42:28 2013 +0100

    Do not package App::Cpan(3pm) to perl-Test-Harness

 perl.spec |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/perl.spec b/perl.spec
index 1f3f883..a4d6ebb 100644
--- a/perl.spec
+++ b/perl.spec
@@ -25,7 +25,7 @@
 Name:           perl
 Version:        %{perl_version}
 # release number must be even higher, because dual-lived modules will be broken otherwise
-Release:        203%{?dist}
+Release:        204%{?dist}
 Epoch:          %{perl_epoch}
 Summary:        Practical Extraction and Report Language
 Group:          Development/Languages
@@ -1779,13 +1779,13 @@ sed \
 %exclude %{privlib}/Term/UI/
 %exclude %{_mandir}/man3/Term::UI*
 
-# Test::Harness
+# Test-Harness
 %exclude %{_bindir}/prove
 %exclude %{privlib}/App/Prove*
 %exclude %{privlib}/TAP*
 %exclude %{privlib}/Test/Harness*
 %exclude %{_mandir}/man1/prove.1*
-%exclude %{_mandir}/man3/App*
+%exclude %{_mandir}/man3/App::Prove*
 %exclude %{_mandir}/man3/TAP*
 %exclude %{_mandir}/man3/Test::Harness*
 
@@ -2201,7 +2201,7 @@ sed \
 %{privlib}/TAP*
 %{privlib}/Test/Harness*
 %{_mandir}/man1/prove.1*
-%{_mandir}/man3/App*
+%{_mandir}/man3/App::Prove*
 %{_mandir}/man3/TAP*
 %{_mandir}/man3/Test::Harness*
 
@@ -2254,6 +2254,9 @@ sed \
 
 # Old changelog entries are preserved in CVS.
 %changelog
+* Thu Jan 10 2013 Petr Pisar <ppisar at redhat.com> - 4:5.14.3-204
+- Do not package App::Cpan(3pm) to perl-Test-Harness (bug #893768)
+
 * Mon Nov 26 2012 Petr Pisar <ppisar at redhat.com> - 4:5.14.3-203
 - Remove perl-CGI sub-package to favour standalone one (bug #876974)
 



More information about the perl-devel mailing list