[perl] Remove bundled perl-ExtUtils-CBuilder

Petr Pisar ppisar at fedoraproject.org
Wed Oct 29 14:27:58 UTC 2014


commit 43b3f00b190a8fd1d5b645642d5e5c2bc8276b34
Author: Petr Písař <ppisar at redhat.com>
Date:   Wed Oct 29 14:59:03 2014 +0100

    Remove bundled perl-ExtUtils-CBuilder

 perl.spec |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/perl.spec b/perl.spec
index 9b2d3d4..33f0a58 100644
--- a/perl.spec
+++ b/perl.spec
@@ -784,6 +784,7 @@ provides a highly flexible interface, with an implementation optimized for
 the common case.
 %endif
 
+%if %{dual_life} || %{rebuild_from_scratch}
 %package ExtUtils-CBuilder
 Summary:        Compile and link C code for Perl modules
 Group:          Development/Libraries
@@ -803,6 +804,7 @@ Requires:       perl(Perl::OSType) >= 1
 This module can build the C portions of Perl modules by invoking the
 appropriate compilers and linkers in a cross-platform manner. It was motivated
 by the Module::Build project, but may be useful for other purposes as well.
+%endif
 
 
 %package ExtUtils-Embed
@@ -3036,10 +3038,12 @@ sed \
 %{_mandir}/man3/experimental*
 %endif
 
+%if %{dual_life} || %{rebuild_from_scratch}
 %files ExtUtils-CBuilder
 %{privlib}/ExtUtils/CBuilder/
 %{privlib}/ExtUtils/CBuilder.pm
 %{_mandir}/man3/ExtUtils::CBuilder*
+%endif
 
 %files ExtUtils-Embed
 %{privlib}/ExtUtils/Embed.pm
@@ -3567,6 +3571,7 @@ sed \
 * Wed Oct 29 2014 Petr Pisar <ppisar at redhat.com> - 4:5.20.1-311
 - Remove bundled perl-Devel-PPPort (bug #1143999)
 - Remove bundled perl-B-Debug (bug #1142952)
+- Remove bundled perl-ExtUtils-CBuilder (bug #1144033)
 
 * Thu Oct 23 2014 Petr Pisar <ppisar at redhat.com> - 4:5.20.1-310
 - Move all Module-CoreList files into perl-Module-CoreList



More information about the perl-devel mailing list