]> git.pld-linux.org Git - packages/speech-dispatcher.git/commitdiff
- fixed files wrt. espeak/flite/ivona bconds
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 15 Apr 2012 18:18:13 +0000 (18:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    speech-dispatcher.spec -> 1.26

speech-dispatcher.spec

index 46b98efb9775d3266892129d9d1e6ecacae46f73..8bb05392ee9493f2390ce4df4fd69f752d0b4819 100644 (file)
@@ -205,11 +205,17 @@ fi
 %dir %{_libdir}/speech-dispatcher-modules
 %attr(755,root,root) %{_libdir}/speech-dispatcher-modules/sd_cicero
 %attr(755,root,root) %{_libdir}/speech-dispatcher-modules/sd_dummy
+%if %{with espeak}
 %attr(755,root,root) %{_libdir}/speech-dispatcher-modules/sd_espeak
+%endif
 %attr(755,root,root) %{_libdir}/speech-dispatcher-modules/sd_festival
+%if %{with flite}
 %attr(755,root,root) %{_libdir}/speech-dispatcher-modules/sd_flite
+%endif
 %attr(755,root,root) %{_libdir}/speech-dispatcher-modules/sd_generic
+%if %{with ivona}
 %attr(755,root,root) %{_libdir}/speech-dispatcher-modules/sd_ivona
+%endif
 %{_datadir}/speech-dispatcher
 %{_datadir}/sounds/speech-dispatcher
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/speech-dispatcher/speechd.conf
This page took 0.091593 seconds and 4 git commands to generate.