diff options
author | Remi Collet <remi@remirepo.net> | 2025-04-10 11:55:13 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-04-10 11:55:13 +0200 |
commit | 4c5ce141253a18e1ba394e8f7ba07d1a7de1e9cd (patch) | |
tree | daccaa6256e5acf0785657e8139564d3864b0fd0 | |
parent | c1e129a3837fea85ef6d197e61536c812b0dc860 (diff) |
add BR aspell-enfedora
-rw-r--r-- | php-pecl-pspell.spec | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/php-pecl-pspell.spec b/php-pecl-pspell.spec index cf5bbaa..293059f 100644 --- a/php-pecl-pspell.spec +++ b/php-pecl-pspell.spec @@ -33,6 +33,9 @@ BuildRequires: gcc BuildRequires: php-devel >= 8.4 BuildRequires: aspell-devel >= 0.50.0 BuildRequires: php-pear +%if %{with tests} +BuildRequires: aspell-en +%endif Requires: php(zend-abi) = %{php_zend_api} Requires: php(api) = %{php_core_api} |