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:
parent
8da9919885
commit
8a461bae4f
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue