PathTools - this version wasnt released on cpan, cant put it into separated git.
This commit is contained in:
parent
c64ba529e4
commit
7286e7dd86
@ -926,7 +926,8 @@ 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}
|
||||
#%%if %{dual_life} || %{rebuild_from_scratch}
|
||||
# this version wasn't released on cpan, cant put it into separated git
|
||||
%package PathTools
|
||||
Summary: PathTools Perl module (Cwd, File::Spec)
|
||||
# PathTools aka File::Spec
|
||||
@ -938,7 +939,7 @@ Requires: %perl_compat
|
||||
|
||||
%description PathTools
|
||||
PathTools Perl module (Cwd, File::Spec).
|
||||
%endif
|
||||
#%%endif
|
||||
|
||||
%package Params-Check
|
||||
Summary: Generic input parsing/checking mechanism
|
||||
@ -2460,14 +2461,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/
|
||||
|
Loading…
Reference in New Issue
Block a user