automatic version update by autodist [release 0.8.1-1mamba;Thu Oct 16 2014]

This commit is contained in:
Automatic Build System 2024-01-05 18:03:02 +01:00
parent 2e1f02f3bb
commit 77394882f5

View File

@ -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 <autodist@mambasoft.it> 0.8.1-1mamba
- automatic version update by autodist
* Mon Apr 01 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 0.8-2mamba
- fix pkgconfig file to add includes path as required by chromium >= 26