[packages/php] Make the enchant bcond actually work

mmazur mmazur at pld-linux.org
Wed Dec 5 15:15:09 CET 2012


commit 60102b883dacdcecbaf929c7add2ee514f55c609
Author: Mariusz Mazur <mmazur at pld-linux.org>
Date:   Wed Dec 5 15:14:55 2012 +0100

    Make the enchant bcond actually work

 php.spec | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/php.spec b/php.spec
index d6b2433..0e25b79 100644
--- a/php.spec
+++ b/php.spec
@@ -2806,11 +2806,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)
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/php.git/commitdiff/60102b883dacdcecbaf929c7add2ee514f55c609



More information about the pld-cvs-commit mailing list