diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-06-08 09:28:01 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-06-08 09:28:01 +0200 |
commit | 8202f60bb547dda86c4ad9eb42cc71bfc48e0bf7 (patch) | |
tree | 2a933be2d24ddcf889cde989ed988c0e0d4f2fb7 /macros-build |
php71 new SCL meta-package
Diffstat (limited to 'macros-build')
-rw-r--r-- | macros-build | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/macros-build b/macros-build new file mode 100644 index 0000000..03ff02d --- /dev/null +++ b/macros-build @@ -0,0 +1,18 @@ +%_sclreq (%{scl_vendor}) + +%scl_package_override() %{expand: + %{?@SCL@___pear:%global __pear %@SCL@___pear} + %{?@SCL@___pecl:%global __pecl %@SCL@___pecl} + %{?@SCL@___php:%global __php %@SCL@___php} + %{?@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 +} + |