]> git.pld-linux.org Git - packages/php.git/commitdiff
Make the enchant bcond actually work
authorMariusz Mazur <mmazur@pld-linux.org>
Wed, 5 Dec 2012 14:14:55 +0000 (15:14 +0100)
committerMariusz Mazur <mmazur@pld-linux.org>
Wed, 5 Dec 2012 14:14:55 +0000 (15:14 +0100)
php.spec

index d6b243357e412c4e5455fff761ea045fa503a242..0e25b794c2973cdd7f668140bca900bf35ebfe15 100644 (file)
--- 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)
This page took 0.053722 seconds and 4 git commands to generate.