[perl] Remove bundled Module-Pluggable

Petr Pisar ppisar at fedoraproject.org
Wed Jan 30 13:38:11 UTC 2013


commit a0837e73998de6f544e544f7d0f7cfdfd2b0c786
Author: Petr Písař <ppisar at redhat.com>
Date:   Wed Jan 30 14:17:40 2013 +0100

    Remove bundled Module-Pluggable

 perl.spec |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/perl.spec b/perl.spec
index 846cc5a..0e9bfbd 100644
--- a/perl.spec
+++ b/perl.spec
@@ -921,6 +921,7 @@ Requires:       %perl_compat
 Gather package and POD information from perl module files
 %endif
 
+%if %{dual_life} || %{rebuild_from_scratch}
 %package Module-Pluggable
 Summary:        Automatically give your module the ability to have plugins
 Group:          Development/Libraries
@@ -935,6 +936,7 @@ BuildArch:      noarch
 %description Module-Pluggable
 Provides a simple but, hopefully, extensible way of having 'plugins' for your
 module.
+%endif
 
 
 %package Object-Accessor
@@ -2600,12 +2602,14 @@ sed \
 %{_mandir}/man3/Module::Metadata.3pm*
 %endif
 
+%if %{dual_life} || %{rebuild_from_scratch}
 %files Module-Pluggable
 %{privlib}/Devel/InnerPackage.pm
 %{privlib}/Module/Pluggable/
 %{privlib}/Module/Pluggable.pm
 %{_mandir}/man3/Devel::InnerPackage*
 %{_mandir}/man3/Module::Pluggable*
+%endif
 
 %files Object-Accessor
 %{privlib}/Object/
@@ -2816,6 +2820,7 @@ sed \
 * Wed Jan 30 2013 Petr Pisar <ppisar at redhat.com> - 4:5.16.2-250
 - Sub-package Text-Soundex (bug #905889)
 - Fix conflict declaration at perl-Pod-LaTeX (bug #904085)
+- Remove bundled Module-Pluggable (bug #903624)
 
 * Tue Jan 29 2013 Petr Pisar <ppisar at redhat.com> - 4:5.16.2-249
 - Run-require POD convertors by Module-Build and ExtUtils-MakeMaker to


More information about the scm-commits mailing list