From 77394882f5bda4437fea3391aa6f6fb9e19594ff Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 18:03:02 +0100 Subject: [PATCH] automatic version update by autodist [release 0.8.1-1mamba;Thu Oct 16 2014] --- speech-dispatcher.spec | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/speech-dispatcher.spec b/speech-dispatcher.spec index dccfd9b..40af3b5 100644 --- a/speech-dispatcher.spec +++ b/speech-dispatcher.spec @@ -1,6 +1,6 @@ Name: speech-dispatcher -Version: 0.8 -Release: 2mamba +Version: 0.8.1 +Release: 1mamba Summary: A high-level device independent layer for speech synthesis Group: System/Multimedia Vendor: openmamba @@ -104,6 +104,7 @@ install -D -m0755 %{S:1} %{buildroot}%{_initrddir}/speech-dispatcherd # /sbin/service speech-dispatcherd restart >/dev/null 2>&1 #fi %install_info spd-say.info +%install_info speech-dispatcher-cs.info %install_info speech-dispatcher.info %install_info ssip.info exit 0 @@ -114,8 +115,10 @@ exit 0 # /sbin/chkconfig --del speech-dispatcherd #fi %uninstall_info spd-say.info +%uninstall_info speech-dispatcher-cs.info %uninstall_info speech-dispatcher.info %uninstall_info ssip.info + exit 0 %postun @@ -157,9 +160,10 @@ exit 0 %dir /var/log/speech-dispatcher %dir /var/run/speech-dispatcher %{_infodir}/spd-say.info.* +%{_infodir}/speech-dispatcher-cs.info.* %{_infodir}/speech-dispatcher.info.* %{_infodir}/ssip.info.* -%{python3_sitelib}/speechd* +%{python3_sitearch}/speechd* %doc AUTHORS COPYING %files devel @@ -172,12 +176,15 @@ exit 0 %{_libdir}/speech-dispatcher/*.a %{_libdir}/speech-dispatcher/*.la %{_libdir}/pkgconfig/speech-dispatcher.pc -%doc ChangeLog NEWS README TODO +#%doc ChangeLog NEWS README TODO #%files -n python-%{name} #%defattr(-,root,root) %changelog +* Thu Oct 16 2014 Automatic Build System 0.8.1-1mamba +- automatic version update by autodist + * Mon Apr 01 2013 Silvan Calarco 0.8-2mamba - fix pkgconfig file to add includes path as required by chromium >= 26