From c6bda31ec348856480f6a8c471529cf84e43f83f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Wed, 15 Jul 2015 12:34:22 +0200 Subject: [PATCH] Remove bundled perl-Text-Balanced --- perl.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/perl.spec b/perl.spec index 86b5b26..886b5ee 100644 --- a/perl.spec +++ b/perl.spec @@ -1895,6 +1895,7 @@ BuildArch: noarch Basic utilities for writing tests. %endif +%if %{dual_life} || %{rebuild_from_scratch} %package Text-Balanced Summary: Extract delimited text sequences from strings Group: Development/Libraries @@ -1908,6 +1909,7 @@ Conflicts: perl < 4:5.22.0-347 %description Text-Balanced These Perl subroutines may be used to extract a delimited substring, possibly after skipping a specified prefix string. +%endif %if %{dual_life} || %{rebuild_from_scratch} %package Text-ParseWords @@ -4035,10 +4037,12 @@ popd %{_mandir}/man3/Test::use::* %endif +%if %{dual_life} || %{rebuild_from_scratch} %files Text-Balanced %dir %{privlib}/Text %{privlib}/Text/Balanced.pm %{_mandir}/man3/Text::Balanced.* +%endif %if %{dual_life} || %{rebuild_from_scratch} %files Text-ParseWords @@ -4145,6 +4149,7 @@ popd - Remove bundled perl-PerlIO-via-QuotedPrint (bug #1238229) - Remove bundled perl-Pod-Escapes (bug #1238237) - Remove bundled perl-Term-Cap (bug #1238248) +- Remove bundled perl-Text-Balanced (bug #1238269) * Wed Jul 08 2015 Petr Pisar - 4:5.22.0-347 - Store distribution's linker and compiler flags to more Config's options