From 5a573398d86905f21043aa67a821d50b2447bb85 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 24 Sep 2024 19:14:43 +0200 Subject: rebuild for 8.4.0RC1 --- php-pecl-ev.spec | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'php-pecl-ev.spec') diff --git a/php-pecl-ev.spec b/php-pecl-ev.spec index f838e85..5c20be5 100644 --- a/php-pecl-ev.spec +++ b/php-pecl-ev.spec @@ -26,7 +26,7 @@ Summary: Provides interface to libev library Name: %{?scl_prefix}php-pecl-%{pecl_name} Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}}%{?upstream_postver:+%{upstream_postver}} -Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release: 2%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: PHP-3.01 URL: https://pecl.php.net/package/%{pecl_name} Source0: https://pecl.php.net/get/%{sources}.tgz @@ -90,13 +90,14 @@ EOF cd %{sources} %{__phpize} +sed -e 's/INSTALL_ROOT/DESTDIR/' -i build/Makefile.global cd ../NTS %configure \ --with-libdir=%{_lib} \ --with-php-config=%{__phpconfig} -make %{?_smp_mflags} +%make_build %if %{with_zts} cd ../ZTS @@ -104,14 +105,14 @@ cd ../ZTS --with-libdir=%{_lib} \ --with-php-config=%{__ztsphpconfig} -make %{?_smp_mflags} +%make_build %endif %install %{?dtsenable} -make -C NTS install INSTALL_ROOT=%{buildroot} +%make_install -C NTS # install config file - z-eio.ini to ensure load order (after sockets) install -D -m 644 %{ini_name} %{buildroot}%{php_inidir}/%{ini_name} @@ -120,7 +121,7 @@ install -D -m 644 %{ini_name} %{buildroot}%{php_inidir}/%{ini_name} install -D -m 644 package.xml %{buildroot}%{pecl_xmldir}/%{name}.xml %if %{with_zts} -make -C ZTS install INSTALL_ROOT=%{buildroot} +%make_install -C ZTS install -D -m 644 %{ini_name} %{buildroot}%{php_ztsinidir}/%{ini_name} %endif @@ -175,6 +176,9 @@ TEST_PHP_ARGS="$DEPMOD -d extension=%{buildroot}%{php_extdir}/%{pecl_name}.so" \ %changelog +* Tue Sep 24 2024 Remi Collet - 1.2.0-2 +- rebuild for 8.4.0RC1 + * Tue Sep 3 2024 Remi Collet - 1.2.0-1 - update to 1.2.0 -- cgit