diff options
author | jbj <devnull@localhost> | 2002-07-31 15:13:46 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2002-07-31 15:13:46 +0000 |
commit | bcacb6d74552ba608320a444974508794ac3ca4e (patch) | |
tree | 087823d79405769c23e465e1aa5795259fe53b9b /scripts/macros.php.in | |
parent | 8ab4727f8cc8806021377729383652c31808f215 (diff) | |
download | librpm-tizen-bcacb6d74552ba608320a444974508794ac3ca4e.tar.gz librpm-tizen-bcacb6d74552ba608320a444974508794ac3ca4e.tar.bz2 librpm-tizen-bcacb6d74552ba608320a444974508794ac3ca4e.zip |
Carry PLD scripts/configuration for perl/python/php in rpm sources.
CVS patchset: 5585
CVS date: 2002/07/31 15:13:46
Diffstat (limited to 'scripts/macros.php.in')
-rw-r--r-- | scripts/macros.php.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/scripts/macros.php.in b/scripts/macros.php.in new file mode 100644 index 000000000..c0da6db10 --- /dev/null +++ b/scripts/macros.php.in @@ -0,0 +1,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 + |