From 50449920774060fbc286c14441477a6568ec2244 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 31 Aug 2014 16:10:14 +0200 Subject: pĥp54 main package for new SCL MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- macros-build | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 macros-build (limited to 'macros-build') diff --git a/macros-build b/macros-build new file mode 100644 index 0000000..5f62237 --- /dev/null +++ b/macros-build @@ -0,0 +1,16 @@ +%scl_package_override() %{expand: + %{?@SCL@___pear:%global __pear %@SCL@___pear} + %{?@SCL@___pecl:%global __pecl %@SCL@___pecl} + %{?@SCL@___php:%global __php %@SCL@___php} + %global pear_metadir %@SCL@_pear_metadir + %global pear_xmldir %@SCL@_pear_xmldir + %global pecl_xmldir %@SCL@_pecl_xmldir + %global php_core_api %@SCL@_php_core_api + %global php_zend_api %@SCL@_php_zend_api + %global php_pdo_api %@SCL@_php_pdo_api + %global php_version %@SCL@_php_version + %global php_extdir %@SCL@_php_extdir + %global php_inidir %@SCL@_php_inidir + %global php_incldir %@SCL@_php_incldir +} + -- cgit