From 4c5ce141253a18e1ba394e8f7ba07d1a7de1e9cd Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 10 Apr 2025 11:55:13 +0200 Subject: add BR aspell-en --- php-pecl-pspell.spec | 3 +++ 1 file changed, 3 insertions(+) (limited to 'php-pecl-pspell.spec') 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} -- cgit