From: Jakub Bogusz Date: Mon, 16 Apr 2012 15:55:45 +0000 (+0000) Subject: - added ibmtts files X-Git-Tag: auto/th/speech-dispatcher-0.8-1~6 X-Git-Url: https://git.pld-linux.org/?a=commitdiff_plain;h=44dec7f777ab50430fb4ad755ab79510c176f9f3;p=packages%2Fspeech-dispatcher.git - added ibmtts files Changed files: speech-dispatcher.spec -> 1.27 --- diff --git a/speech-dispatcher.spec b/speech-dispatcher.spec index 8bb0539..506b343 100644 --- a/speech-dispatcher.spec +++ b/speech-dispatcher.spec @@ -153,7 +153,7 @@ install %{SOURCE3} $RPM_BUILD_ROOT/usr/lib/tmpfiles.d/%{name}.conf %py_ocomp $RPM_BUILD_ROOT%{py_sitescriptdir}/speechd %py_postclean # library for engines output, API not included in -devel -rm $RPM_BUILD_ROOT%{_libdir}/speech-dispatcher/libsdaudio.{so,la,a} +%{__rm} $RPM_BUILD_ROOT%{_libdir}/speech-dispatcher/libsdaudio.{so,la,a} %clean rm -rf $RPM_BUILD_ROOT @@ -213,6 +213,9 @@ fi %attr(755,root,root) %{_libdir}/speech-dispatcher-modules/sd_flite %endif %attr(755,root,root) %{_libdir}/speech-dispatcher-modules/sd_generic +%if %{with ibmtts} +%attr(755,root,root) %{_libdir}/speech-dispatcher-modules/sd_ibmtts +%endif %if %{with ivona} %attr(755,root,root) %{_libdir}/speech-dispatcher-modules/sd_ivona %endif