commented out old perl macros

This commit is contained in:
Дмитрий Левин 2002-10-23 09:28:45 +00:00
parent 59593120cf
commit 32b3e9f0ec

View File

@ -944,11 +944,11 @@ done \
# %dir %{perl_sitearch}/auto/Image # %dir %{perl_sitearch}/auto/Image
# #
%requires_eq() %(LC_ALL="C" echo '%*' | xargs -r rpm -q --qf 'Requires: %%{name} = %%{epoch}:%%{version}\\n' | sed -e 's/ (none):/ /' -e 's/ 0:/ /' | fgrep -v "is not") %requires_eq() %(LC_ALL="C" echo '%*' | xargs -r rpm -q --qf 'Requires: %%{name} = %%{epoch}:%%{version}\\n' | sed -e 's/ (none):/ /' -e 's/ 0:/ /' | fgrep -v "is not")
%perl_archlib %(eval "`perl -V:installarchlib`"; echo "$installarchlib") #%perl_archlib %(eval "`perl -V:installarchlib`"; echo "$installarchlib")
%perl_sitelib %(eval "`perl -V:installsitelib`"; echo "$installsitelib") #%perl_sitelib %(eval "`perl -V:installsitelib`"; echo "$installsitelib")
%perl_sitearch %(eval "`perl -V:installsitearch`"; echo "$installsitearch") #%perl_sitearch %(eval "`perl -V:installsitearch`"; echo "$installsitearch")
%perl_man1dir %(eval "`perl -V:installman1dir`"; echo "$installman1dir") #%perl_man1dir %(eval "`perl -V:installman1dir`"; echo "$installman1dir")
%perl_man3dir %(eval "`perl -V:installman3dir`"; echo "$installman3dir") #%perl_man3dir %(eval "`perl -V:installman3dir`"; echo "$installman3dir")
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# arch macro for all Intel i?86 compatibile processors # arch macro for all Intel i?86 compatibile processors