diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-06-10 07:12:19 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-06-10 07:12:19 +0200 |
commit | f4332a90ac293ecc0595e5c4af0199436cd197ff (patch) | |
tree | b653bfea9bb0d200c9d3cd12d9c431a24f591859 /macros.phpname |
repo reorg
Diffstat (limited to 'macros.phpname')
-rw-r--r-- | macros.phpname | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/macros.phpname b/macros.phpname new file mode 100644 index 0000000..0716222 --- /dev/null +++ b/macros.phpname @@ -0,0 +1,18 @@ +# +# Interface versions exposed by PHP: +# +%php_core_api @PHP_APIVER@ +%php_zend_api @PHP_ZENDVER@ +%php_pdo_api @PHP_PDOVER@ + +%php_extdir %{_libdir}/@PHPNAME@/modules +%php_ztsextdir %{_libdir}/@PHPNAME@-zts/modules + +%php_inidir %{_sysconfdir}/@PHPNAME@/php.d +%php_ztsinidir %{_sysconfdir}/@PHPNAME@/php-zts.d + +%php_incldir %{_includedir}/@PHPNAME@/php +%php_ztsincldir %{_includedir}/@PHPNAME@-zts/php + +%__php %{_bindir}/@PHPNAME@/php +%__ztsphp %{_bindir}/@PHPNAME@/zts-php |