From 0f71e3ad4d982bd598964f1b109bbfe619ec36ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Wed, 15 Jul 2015 12:32:13 +0200 Subject: [PATCH] Remove bundled perl-Pod-Escapes --- perl.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/perl.spec b/perl.spec index ae1faec..4d0e20a 100644 --- a/perl.spec +++ b/perl.spec @@ -1644,6 +1644,7 @@ Module and tools to verify POD documentation contents for compliance with the Plain Old Documentation format specifications. %endif +%if %{dual_life} || %{rebuild_from_scratch} %package Pod-Escapes Summary: Resolve POD escape sequences Group: Development/Libraries @@ -1656,6 +1657,7 @@ BuildArch: noarch %description Pod-Escapes This module provides things that are useful in decoding Pod E<...> sequences. +%endif %if %{dual_life} || %{rebuild_from_scratch} %package Pod-Parser @@ -3876,10 +3878,12 @@ popd %{_mandir}/man3/Pod::Checker.* %endif +%if %{dual_life} || %{rebuild_from_scratch} %files Pod-Escapes %dir %{privlib}/Pod %{privlib}/Pod/Escapes.pm %{_mandir}/man3/Pod::Escapes.* +%endif %if %{dual_life} || %{rebuild_from_scratch} %files Pod-Parser @@ -4135,6 +4139,7 @@ popd - Remove bundled perl-Config-Perl-V (bug #1238203) - Remove bundled perl-MIME-Base64 (bug #1238222) - Remove bundled perl-PerlIO-via-QuotedPrint (bug #1238229) +- Remove bundled perl-Pod-Escapes (bug #1238237) * Wed Jul 08 2015 Petr Pisar - 4:5.22.0-347 - Store distribution's linker and compiler flags to more Config's options