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
|
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)
|
||||||
# PathTools aka File::Spec
|
# PathTools aka File::Spec
|
||||||
@ -938,7 +939,7 @@ Requires: %perl_compat
|
|||||||
|
|
||||||
%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
|
||||||
@ -2460,14 +2461,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/
|
||||||
|
Loading…
Reference in New Issue
Block a user