From bee91f965734eecf066b91a82adea1ae57bcae02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Mon, 4 Feb 2013 13:08:32 +0100 Subject: [PATCH] Remove bundled PathTools --- perl.spec | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/perl.spec b/perl.spec index eca363c..9797ea5 100644 --- a/perl.spec +++ b/perl.spec @@ -29,7 +29,7 @@ Name: perl Version: %{perl_version} # release number must be even higher, because dual-lived modules will be broken otherwise -Release: 251%{?dist} +Release: 252%{?dist} Epoch: %{perl_epoch} Summary: Practical Extraction and Report Language Group: Development/Languages @@ -986,8 +986,7 @@ Package::Constants lists all the constants defined in a certain package. This can be useful for, among others, setting up an autogenerated @EXPORT/@EXPORT_OK for a Constants.pm file. -#%%if %%{dual_life} || %%{rebuild_from_scratch} -# this version wasn't released on cpan, cant put it into separated git +%if %{dual_life} || %{rebuild_from_scratch} %package PathTools Summary: PathTools Perl module (Cwd, File::Spec) Group: Development/Libraries @@ -999,7 +998,7 @@ Requires: perl(Carp) %description PathTools PathTools Perl module (Cwd, File::Spec). -#%%endif +%endif %package Params-Check Summary: Generic input parsing/checking mechanism @@ -2645,14 +2644,14 @@ sed \ %{privlib}/Package/ %{_mandir}/man3/Package::Constants* -#%%if %%{dual_life} || %%{rebuild_from_scratch} +%if %{dual_life} || %{rebuild_from_scratch} %files PathTools %{archlib}/Cwd.pm %{archlib}/File/Spec* %{archlib}/auto/Cwd/ %{_mandir}/man3/Cwd* %{_mandir}/man3/File::Spec* -#%%endif +%endif %files Params-Check %{privlib}/Params/ @@ -2843,6 +2842,9 @@ sed \ # Old changelog entries are preserved in CVS. %changelog +* Mon Feb 04 2013 Petr Pisar - 4:5.16.2-252 +- Remove bundled PathTools + * Wed Jan 30 2013 Petr Pisar - 4:5.16.2-251 - Sub-package B-Lint (bug #906015)