summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-08-31 08:17:04 +0200
committerRemi Collet <remi@php.net>2022-08-31 08:17:04 +0200
commitf609281fbd02c777170cc43fb3281a8befd38d71 (patch)
tree969c7bbd67876f7e00694eec4b829f76b2e4370f
parent4ea6011584db4372c42b76e0f7223d2d07e32285 (diff)
fix package name
-rw-r--r--REFLECTION2
-rw-r--r--php-pecl-simdjson.spec6
2 files changed, 4 insertions, 4 deletions
diff --git a/REFLECTION b/REFLECTION
index 0adf8ed..30fcf7a 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #116 simdjson version 2.0.3 ] {
+Extension [ <persistent> extension #117 simdjson version 2.0.3 ] {
- Dependencies {
}
diff --git a/php-pecl-simdjson.spec b/php-pecl-simdjson.spec
index c5165e2..bd13dac 100644
--- a/php-pecl-simdjson.spec
+++ b/php-pecl-simdjson.spec
@@ -23,7 +23,7 @@
#global prever RC2
Summary: Provides faster json decoding through simdjson bindings for PHP
-Name: %{?scl_prefix}php-pecl-jsonpath
+Name: %{?scl_prefix}php-pecl-simdjson
Version: 2.0.3
Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: PHP
@@ -102,7 +102,7 @@ EOF
cd NTS
%{_bindir}/phpize
%configure \
- --enable-jsonpath \
+ --enable-simdjson \
--with-php-config=%{_bindir}/php-config
make %{?_smp_mflags}
@@ -110,7 +110,7 @@ make %{?_smp_mflags}
cd ../ZTS
%{_bindir}/zts-phpize
%configure \
- --enable-jsonpath \
+ --enable-simdjson \
--with-php-config=%{_bindir}/zts-php-config
make %{?_smp_mflags}
%endif