]> 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)
committerElan Ruusamäe <glen@delfi.ee>
Wed, 5 Dec 2012 15:38:27 +0000 (17:38 +0200)
php.spec

index 8ad804421fe0de0083891110adfabd96843ba1fe..6bf9f5e2c310d6130afd4f66fd7028c8ac24ae94 100644 (file)
--- 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)
This page took 0.059121 seconds and 4 git commands to generate.