From 83e2d2271775c4875378a09c5ff5128b1f5d2402 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 12 Apr 2026 08:21:38 +0200 Subject: missing composer.json --- php-pecl-decimal.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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} -- cgit