From e0670abd1cd013507141f7fb65c8f1bdf3a8b5fe Mon Sep 17 00:00:00 2001 From: Jingwiw Date: Fri, 22 May 2026 16:50:55 +0800 Subject: [PATCH] SPECS: enchant: Align provider build conditions Signed-off-by: Jingwiw --- SPECS/enchant/enchant.spec | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/SPECS/enchant/enchant.spec b/SPECS/enchant/enchant.spec index 9ed932ffef..8d6d0a1f49 100644 --- a/SPECS/enchant/enchant.spec +++ b/SPECS/enchant/enchant.spec @@ -21,6 +21,13 @@ BuildSystem: autotools %if %{with aspell} BuildOption(conf): --with-aspell +%else +BuildOption(conf): --without-aspell +%endif +%if %{with nuspell} +BuildOption(conf): --with-nuspell +%else +BuildOption(conf): --without-nuspell %endif BuildOption(conf): --disable-static