From 9640e4de5c25ac53737c1d9d437d2c67106d0bdd Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 26 Apr 2023 09:19:39 +0200 Subject: redefine %__phpize and %__phpconfig --- macros-build | 2 ++ php82.spec | 7 +++++-- 2 files changed, 7 insertions(+), 2 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/php82.spec b/php82.spec index 70d3a88..da86218 100644 --- a/php82.spec +++ b/php82.spec @@ -26,7 +26,7 @@ Summary: Package that installs PHP 8.2 Name: %scl_name Version: 8.2 -Release: 4%{?dist} +Release: 5%{?dist} License: GPL-2.0-or-later Source0: macros-build @@ -259,11 +259,14 @@ restorecon -R %{_localstatedir} &>/dev/null || : %changelog +* Wed Apr 26 2023 Remi Collet 8.2-5 +- redefine %%__phpize and %%__phpconfig + * Thu Mar 9 2023 Remi Collet 8.2-4 - improve the man page * Thu Mar 9 2023 Remi Collet 8.2-3 -- define %%scl_vendor and %%_scl_prefix in macros.php81-config +- define %%scl_vendor and %%_scl_prefix in macros.php82-config - move man page out of scl tree * Wed Jun 22 2022 Remi Collet 8.2-2 -- cgit