automatic version update by autodist [release 0.8.1-1mamba;Thu Oct 16 2014]
This commit is contained in:
parent
2e1f02f3bb
commit
77394882f5
@ -1,6 +1,6 @@
|
|||||||
Name: speech-dispatcher
|
Name: speech-dispatcher
|
||||||
Version: 0.8
|
Version: 0.8.1
|
||||||
Release: 2mamba
|
Release: 1mamba
|
||||||
Summary: A high-level device independent layer for speech synthesis
|
Summary: A high-level device independent layer for speech synthesis
|
||||||
Group: System/Multimedia
|
Group: System/Multimedia
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -104,6 +104,7 @@ install -D -m0755 %{S:1} %{buildroot}%{_initrddir}/speech-dispatcherd
|
|||||||
# /sbin/service speech-dispatcherd restart >/dev/null 2>&1
|
# /sbin/service speech-dispatcherd restart >/dev/null 2>&1
|
||||||
#fi
|
#fi
|
||||||
%install_info spd-say.info
|
%install_info spd-say.info
|
||||||
|
%install_info speech-dispatcher-cs.info
|
||||||
%install_info speech-dispatcher.info
|
%install_info speech-dispatcher.info
|
||||||
%install_info ssip.info
|
%install_info ssip.info
|
||||||
exit 0
|
exit 0
|
||||||
@ -114,8 +115,10 @@ exit 0
|
|||||||
# /sbin/chkconfig --del speech-dispatcherd
|
# /sbin/chkconfig --del speech-dispatcherd
|
||||||
#fi
|
#fi
|
||||||
%uninstall_info spd-say.info
|
%uninstall_info spd-say.info
|
||||||
|
%uninstall_info speech-dispatcher-cs.info
|
||||||
%uninstall_info speech-dispatcher.info
|
%uninstall_info speech-dispatcher.info
|
||||||
%uninstall_info ssip.info
|
%uninstall_info ssip.info
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
@ -157,9 +160,10 @@ exit 0
|
|||||||
%dir /var/log/speech-dispatcher
|
%dir /var/log/speech-dispatcher
|
||||||
%dir /var/run/speech-dispatcher
|
%dir /var/run/speech-dispatcher
|
||||||
%{_infodir}/spd-say.info.*
|
%{_infodir}/spd-say.info.*
|
||||||
|
%{_infodir}/speech-dispatcher-cs.info.*
|
||||||
%{_infodir}/speech-dispatcher.info.*
|
%{_infodir}/speech-dispatcher.info.*
|
||||||
%{_infodir}/ssip.info.*
|
%{_infodir}/ssip.info.*
|
||||||
%{python3_sitelib}/speechd*
|
%{python3_sitearch}/speechd*
|
||||||
%doc AUTHORS COPYING
|
%doc AUTHORS COPYING
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
@ -172,12 +176,15 @@ exit 0
|
|||||||
%{_libdir}/speech-dispatcher/*.a
|
%{_libdir}/speech-dispatcher/*.a
|
||||||
%{_libdir}/speech-dispatcher/*.la
|
%{_libdir}/speech-dispatcher/*.la
|
||||||
%{_libdir}/pkgconfig/speech-dispatcher.pc
|
%{_libdir}/pkgconfig/speech-dispatcher.pc
|
||||||
%doc ChangeLog NEWS README TODO
|
#%doc ChangeLog NEWS README TODO
|
||||||
|
|
||||||
#%files -n python-%{name}
|
#%files -n python-%{name}
|
||||||
#%defattr(-,root,root)
|
#%defattr(-,root,root)
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- fix pkgconfig file to add includes path as required by chromium >= 26
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user