]> 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:13 +0000 (17:38 +0200)
php.spec

index a54b4ae45c8f02b3a12e6c73e4bd7432e45613ed..b0ef41b28c8a01463b6ec6afce983bffd88adbe9 100644 (file)
--- 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)
This page took 0.052348 seconds and 4 git commands to generate.