diff options
| author | Remi Collet <remi@remirepo.net> | 2026-04-12 08:21:38 +0200 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-04-12 08:21:38 +0200 |
| commit | 83e2d2271775c4875378a09c5ff5128b1f5d2402 (patch) | |
| tree | a61f1bd08f3981ef95657d54c5907f7fc4bb1211 | |
| parent | 89d53b9195e7a376a3e155a1e7e47b7b7590a92a (diff) | |
missing composer.jsonv1
| -rw-r--r-- | php-pecl-decimal.spec | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/php-pecl-decimal.spec b/php-pecl-decimal.spec index 9dd74bd..9d69b0d 100644 --- a/php-pecl-decimal.spec +++ b/php-pecl-decimal.spec @@ -137,7 +137,7 @@ OPT="-n" TEST_PHP_EXECUTABLE=%{__php} \ TEST_PHP_ARGS="$OPT -d extension=%{buildroot}%{php_extdir}/%{pecl_name}.so" \ REPORT_EXIT_STATUS=1 \ -%{__php} -n run-tests.php -q --show-diff +%{__php} -n run-tests.php -q --show-diff %{?_smp_mflags} %endif %if %{with_zts} @@ -150,6 +150,7 @@ REPORT_EXIT_STATUS=1 \ %files %license LICENSE +%doc composer.json %doc *.md %config(noreplace) %{php_inidir}/%{ini_name} |
