/usr/lib/rpm/macros.php is in rpm-common 4.11.1-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 | # Perl specific macro definitions.
# 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
|