From 622cbaf185275c1d5d4bbc922560d891ba6457dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Wed, 29 Oct 2014 15:00:15 +0100 Subject: [PATCH] Remove bundled perl-ExtUtils-Install --- perl.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/perl.spec b/perl.spec index 33f0a58..959cd16 100644 --- a/perl.spec +++ b/perl.spec @@ -821,6 +821,7 @@ BuildArch: noarch Utilities for embedding Perl in C/C++ applications. +%if %{dual_life} || %{rebuild_from_scratch} %package ExtUtils-Install Summary: Install files from here to there Group: Development/Libraries @@ -835,6 +836,7 @@ Requires: perl(Data::Dumper) %description ExtUtils-Install Handles the installing and uninstalling of perl modules, scripts, man pages, etc. +%endif %if %{dual_life} || %{rebuild_from_scratch} %package ExtUtils-MakeMaker @@ -3049,6 +3051,7 @@ sed \ %{privlib}/ExtUtils/Embed.pm %{_mandir}/man3/ExtUtils::Embed* +%if %{dual_life} || %{rebuild_from_scratch} %files ExtUtils-Install %{privlib}/ExtUtils/Install.pm %{privlib}/ExtUtils/Installed.pm @@ -3056,6 +3059,7 @@ sed \ %{_mandir}/man3/ExtUtils::Install.3* %{_mandir}/man3/ExtUtils::Installed.3* %{_mandir}/man3/ExtUtils::Packlist.3* +%endif %if %{dual_life} || %{rebuild_from_scratch} %files ExtUtils-Manifest @@ -3572,6 +3576,7 @@ sed \ - Remove bundled perl-Devel-PPPort (bug #1143999) - Remove bundled perl-B-Debug (bug #1142952) - Remove bundled perl-ExtUtils-CBuilder (bug #1144033) +- Remove bundled perl-ExtUtils-Install (bug #1144068) * Thu Oct 23 2014 Petr Pisar - 4:5.20.1-310 - Move all Module-CoreList files into perl-Module-CoreList