[perl] Remove bundled Module-Metadata

Petr Pisar ppisar at fedoraproject.org
Tue Dec 18 16:37:09 UTC 2012


commit b3757afa313f7379c288a66808355f49560eec3a
Author: Petr Písař <ppisar at redhat.com>
Date:   Tue Dec 18 17:28:50 2012 +0100

    Remove bundled Module-Metadata

 perl.spec |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/perl.spec b/perl.spec
index c4bcbb6..633e74d 100644
--- a/perl.spec
+++ b/perl.spec
@@ -898,6 +898,7 @@ modules as loaded, so they are not attempted to be loaded by perl, this module
 offers you a very simple way to mark modules as loaded and/or unloaded.
 
 
+%if %{dual_life} || %{rebuild_from_scratch}
 %package Module-Metadata
 Summary:        Gather package and POD information from perl module files
 Epoch:          0
@@ -909,6 +910,7 @@ Requires:       %perl_compat
 
 %description Module-Metadata
 Gather package and POD information from perl module files
+%endif
 
 %package Module-Pluggable
 Summary:        Automatically give your module the ability to have plugins
@@ -2537,9 +2539,11 @@ sed \
 %{privlib}/Module/Loaded.pm
 %{_mandir}/man3/Module::Loaded*
 
+%if %{dual_life} || %{rebuild_from_scratch}
 %files Module-Metadata
 %{privlib}/Module/Metadata.pm
 %{_mandir}/man3/Module::Metadata.3pm*
+%endif
 
 %files Module-Pluggable
 %{privlib}/Devel/InnerPackage.pm
@@ -2744,6 +2748,7 @@ sed \
 * Tue Dec 18 2012 Petr Pisar <ppisar at redhat.com> - 4:5.16.2-244
 - Remove bundled Archive-Tar
 - Remove bundled CPAN-Meta-YAML
+- Remove bundled Module-Metadata
 
 * Tue Dec 18 2012 Petr Pisar <ppisar at redhat.com> - 4:5.16.2-243
 - Remove bundled Filter modules


More information about the scm-commits mailing list