[packages/php/PHP_5_5] Make the enchant bcond actually work
glen
glen at pld-linux.org
Wed Dec 5 16:38:31 CET 2012
commit e5448b0f72d12781d15c5069f5c6f6aee85b1e2b
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 8ad8044..6bf9f5e 100644
--- a/php.spec
+++ b/php.spec
@@ -2801,11 +2801,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/e5448b0f72d12781d15c5069f5c6f6aee85b1e2b
More information about the pld-cvs-commit
mailing list