Remove bogus __find_requires|provides macro definitions (RhBug:1043149)

- The paths defined in macros.perl have never even existed in rpm,
  would've always been suspect and nowadays mostly just plain useless
  as they'd only be used by the deprecated external dependency
  generator.
This commit is contained in:
Panu Matilainen 2013-12-16 10:46:09 +02:00
parent 8da9919885
commit 8a461bae4f
2 changed files with 0 additions and 6 deletions

View File

@ -2,9 +2,6 @@
# To make use of these macros insert the following line into your spec file:
# %include %{_rpmconfigdir}/macros.perl
%define __find_requires %{_rpmconfigdir}/find-perl-requires
%define __find_provides %{_rpmconfigdir}/find-perl-provides
%define perl_sitelib %(eval "`perl -V:installsitelib`"; echo $installsitelib)
%define perl_sitearch %(eval "`perl -V:installsitearch`"; echo $installsitearch)
%define perl_archlib %(eval "`perl -V:installarchlib`"; echo $installarchlib)

View File

@ -2,8 +2,5 @@
# To make use of these macros insert the following line into your spec file:
# %include %{_rpmconfigdir}/macros.php
%define __find_requires %{_rpmconfigdir}/find-php-requires
%define __find_provides %{_rpmconfigdir}/find-php-provides
%define php_pear_dir %{_datadir}/pear