diff options
author | Remi Collet <remi@remirepo.net> | 2024-07-03 15:36:19 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-07-03 15:36:19 +0200 |
commit | 50d8866d80e5b0b90107d813ada6147494612f36 (patch) | |
tree | 4f7be0e73e4aa4b25cbc3b433716c40bfa9e33f1 /macros-build |
dup 8.3
Diffstat (limited to 'macros-build')
-rw-r--r-- | macros-build | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/macros-build b/macros-build new file mode 100644 index 0000000..c7cab7c --- /dev/null +++ b/macros-build @@ -0,0 +1,22 @@ +%scl_vendor @VENDOR@ +%_scl_prefix @PREFIX@ +%_sclreq (@VENDOR@) + +%scl_package_override() %{expand: + %{?@SCL@___pear:%global __pear %@SCL@___pear} + %{?@SCL@___pecl:%global __pecl %@SCL@___pecl} + %{?@SCL@___php:%global __php %@SCL@___php} + %{?@SCL@___phpize:%global __phpize %@SCL@___phpize} + %{?@SCL@___phpconfig:%global __phpconfig %@SCL@___phpconfig} + %{?@SCL@_pecl_xmldir:%global pecl_xmldir %@SCL@_pecl_xmldir} + %global pear_metadir %@SCL@_pear_metadir + %global pear_xmldir %@SCL@_pear_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 +} + |