Remove bundled PathTools
This commit is contained in:
parent
939bc0fb66
commit
bee91f9657
14
perl.spec
14
perl.spec
@ -29,7 +29,7 @@
|
|||||||
Name: perl
|
Name: perl
|
||||||
Version: %{perl_version}
|
Version: %{perl_version}
|
||||||
# release number must be even higher, because dual-lived modules will be broken otherwise
|
# release number must be even higher, because dual-lived modules will be broken otherwise
|
||||||
Release: 251%{?dist}
|
Release: 252%{?dist}
|
||||||
Epoch: %{perl_epoch}
|
Epoch: %{perl_epoch}
|
||||||
Summary: Practical Extraction and Report Language
|
Summary: Practical Extraction and Report Language
|
||||||
Group: Development/Languages
|
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
|
can be useful for, among others, setting up an autogenerated @EXPORT/@EXPORT_OK
|
||||||
for a Constants.pm file.
|
for a Constants.pm file.
|
||||||
|
|
||||||
#%%if %%{dual_life} || %%{rebuild_from_scratch}
|
%if %{dual_life} || %{rebuild_from_scratch}
|
||||||
# this version wasn't released on cpan, cant put it into separated git
|
|
||||||
%package PathTools
|
%package PathTools
|
||||||
Summary: PathTools Perl module (Cwd, File::Spec)
|
Summary: PathTools Perl module (Cwd, File::Spec)
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -999,7 +998,7 @@ Requires: perl(Carp)
|
|||||||
|
|
||||||
%description PathTools
|
%description PathTools
|
||||||
PathTools Perl module (Cwd, File::Spec).
|
PathTools Perl module (Cwd, File::Spec).
|
||||||
#%%endif
|
%endif
|
||||||
|
|
||||||
%package Params-Check
|
%package Params-Check
|
||||||
Summary: Generic input parsing/checking mechanism
|
Summary: Generic input parsing/checking mechanism
|
||||||
@ -2645,14 +2644,14 @@ sed \
|
|||||||
%{privlib}/Package/
|
%{privlib}/Package/
|
||||||
%{_mandir}/man3/Package::Constants*
|
%{_mandir}/man3/Package::Constants*
|
||||||
|
|
||||||
#%%if %%{dual_life} || %%{rebuild_from_scratch}
|
%if %{dual_life} || %{rebuild_from_scratch}
|
||||||
%files PathTools
|
%files PathTools
|
||||||
%{archlib}/Cwd.pm
|
%{archlib}/Cwd.pm
|
||||||
%{archlib}/File/Spec*
|
%{archlib}/File/Spec*
|
||||||
%{archlib}/auto/Cwd/
|
%{archlib}/auto/Cwd/
|
||||||
%{_mandir}/man3/Cwd*
|
%{_mandir}/man3/Cwd*
|
||||||
%{_mandir}/man3/File::Spec*
|
%{_mandir}/man3/File::Spec*
|
||||||
#%%endif
|
%endif
|
||||||
|
|
||||||
%files Params-Check
|
%files Params-Check
|
||||||
%{privlib}/Params/
|
%{privlib}/Params/
|
||||||
@ -2843,6 +2842,9 @@ sed \
|
|||||||
|
|
||||||
# Old changelog entries are preserved in CVS.
|
# Old changelog entries are preserved in CVS.
|
||||||
%changelog
|
%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
|
* Wed Jan 30 2013 Petr Pisar <ppisar@redhat.com> - 4:5.16.2-251
|
||||||
- Sub-package B-Lint (bug #906015)
|
- Sub-package B-Lint (bug #906015)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user