From 7f31c8be6abd4c5ddb0228e54555d92351ae600d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 10 Jun 2012 07:12:19 +0200 Subject: repo reorg --- macros.phpname | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 macros.phpname (limited to 'macros.phpname') 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 -- cgit