summaryrefslogtreecommitdiffstats
path: root/macros-build
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-06-21 10:04:45 +0200
committerRemi Collet <remi@php.net>2023-06-21 10:04:45 +0200
commit6279b700895f6e16845ca518da954e5a4f25f7f2 (patch)
tree889ec687e9c2c0ab96b4eb85d35ba329aa6ed1d7 /macros-build
parentbb5eccf8e97a323e75b1462190124deae73d1ba7 (diff)
define %scl_vendor and %_scl_prefix in macros.php72-configHEADmaster
redefine %__phpize and %__phpconfig move man page out of scl tree improve the man page
Diffstat (limited to 'macros-build')
-rw-r--r--macros-build6
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