summaryrefslogtreecommitdiffstats
path: root/php-pecl-ev.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2024-09-24 19:14:43 +0200
committerRemi Collet <remi@php.net>2024-09-24 19:14:43 +0200
commit5a573398d86905f21043aa67a821d50b2447bb85 (patch)
tree16762980c921cf89e6a34938e4bbfc7d9b60682e /php-pecl-ev.spec
parent40e721e5d9a20de79a845df411526b2b139d1682 (diff)
rebuild for 8.4.0RC1HEADmaster
Diffstat (limited to 'php-pecl-ev.spec')
-rw-r--r--php-pecl-ev.spec14
1 files changed, 9 insertions, 5 deletions
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 <remi@remirepo.net> - 1.2.0-2
+- rebuild for 8.4.0RC1
+
* Tue Sep 3 2024 Remi Collet <remi@remirepo.net> - 1.2.0-1
- update to 1.2.0