diff options
author | Remi Collet <remi@remirepo.net> | 2023-06-20 16:07:31 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-06-20 16:07:31 +0200 |
commit | 5d5f13b2f302ab6eb5e339a73fac949aa75927f6 (patch) | |
tree | 493c109cd9f2e6676fe3b66227e787ca2e5dd9b1 /macros-build | |
parent | baa5ec69fe090f7df637a6c7d9aa5d7281c547ff (diff) |
redefine %__phpize and %__phpconfig
move man page out of scl tree
improve the man page
Diffstat (limited to 'macros-build')
-rw-r--r-- | macros-build | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/macros-build b/macros-build index 03ff02d..c7cab7c 100644 --- a/macros-build +++ b/macros-build @@ -1,9 +1,13 @@ -%_sclreq (%{scl_vendor}) +%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 |