From 51342c2c9081fa38db07e17dc29aebd74b24aad1 Mon Sep 17 00:00:00 2001 From: Mariusz Mazur Date: Wed, 5 Dec 2012 15:14:55 +0100 Subject: [PATCH] Make the enchant bcond actually work --- php.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/php.spec b/php.spec index a54b4ae..b0ef41b 100644 --- a/php.spec +++ b/php.spec @@ -2798,11 +2798,13 @@ fi %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/dom.ini %attr(755,root,root) %{php_extensiondir}/dom.so +%if %{with enchant} %files enchant %defattr(644,root,root,755) %doc ext/enchant/{CREDITS,docs/examples} %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/enchant.ini %attr(755,root,root) %{php_extensiondir}/enchant.so +%endif %files exif %defattr(644,root,root,755) -- 2.44.0