blob: c0da6db10a67ec6c3ff65afa5846d8b88963e704 (
plain)
1
2
3
4
5
6
7
8
9
|
# 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
|