Remove bundled PathTools

This commit is contained in:
Petr Písař 2013-02-04 13:08:32 +01:00
parent 939bc0fb66
commit bee91f9657
1 changed files with 8 additions and 6 deletions

View File

@ -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 <ppisar@redhat.com> - 4:5.16.2-252
- Remove bundled PathTools
* Wed Jan 30 2013 Petr Pisar <ppisar@redhat.com> - 4:5.16.2-251
- Sub-package B-Lint (bug #906015)