diff options
| -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}  | 
