diff options
author | Remi Collet <remi@remirepo.net> | 2022-08-31 08:17:04 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-08-31 08:17:04 +0200 |
commit | f609281fbd02c777170cc43fb3281a8befd38d71 (patch) | |
tree | 969c7bbd67876f7e00694eec4b829f76b2e4370f /php-pecl-simdjson.spec | |
parent | 4ea6011584db4372c42b76e0f7223d2d07e32285 (diff) |
fix package name
Diffstat (limited to 'php-pecl-simdjson.spec')
-rw-r--r-- | php-pecl-simdjson.spec | 6 |
1 files changed, 3 insertions, 3 deletions
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 |