From cf42019aac5a87dbce65bcc5e9373ac869f3ffe6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 26 Apr 2023 09:18:51 +0200 Subject: redefine %__phpize and %__phpconfig --- macros-build | 2 ++ php74.spec | 9 ++++++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/macros-build b/macros-build index ba4632d..c7cab7c 100644 --- a/macros-build +++ b/macros-build @@ -6,6 +6,8 @@ %{?@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 diff --git a/php74.spec b/php74.spec index 9f5cc87..23b7530 100644 --- a/php74.spec +++ b/php74.spec @@ -26,7 +26,7 @@ Summary: Package that installs PHP 7.4 Name: %scl_name Version: 7.4 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL-2.0-or-later Source0: macros-build @@ -247,8 +247,11 @@ restorecon -R %{_localstatedir} &>/dev/null || : %changelog -* Thu Mar 9 2023 Remi Collet 8.0-2 -- define %%scl_vendor and %%_scl_prefix in macros.php81-config +* Wed Apr 26 2023 Remi Collet 7.4-3 +- redefine %%__phpize and %%__phpconfig + +* Thu Mar 9 2023 Remi Collet 7.4-2 +- define %%scl_vendor and %%_scl_prefix in macros.php74-config - move man page out of scl tree - improve the man page -- cgit