automatic version update by autodist [release 0.11.0-1mamba;Fri Dec 31 2021]
This commit is contained in:
parent
7827d1473a
commit
d9201b0555
@ -1,12 +1,12 @@
|
||||
Name: speech-dispatcher
|
||||
Version: 0.10.2
|
||||
Release: 2mamba
|
||||
Version: 0.11.0
|
||||
Release: 1mamba
|
||||
Summary: A high-level device independent layer for speech synthesis
|
||||
Group: System/Multimedia
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://www.freebsoft.org/speechd
|
||||
URL: https://freebsoft.org/speechd
|
||||
Source: https://github.com/brailcom/speechd.git/%{version}/speechd-%{version}.tar.bz2
|
||||
#Source: http://www.freebsoft.org/pub/projects/speechd/speech-dispatcher-%{version}.tar.gz
|
||||
Source1: speech-dispatcher.init
|
||||
@ -21,24 +21,19 @@ BuildRequires: libalsa-devel
|
||||
BuildRequires: libao-devel
|
||||
BuildRequires: libdotconf-devel
|
||||
BuildRequires: libespeak-ng-devel
|
||||
BuildRequires: libflac-devel
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libltdl-devel
|
||||
BuildRequires: libogg-devel
|
||||
BuildRequires: libpulseaudio-devel
|
||||
BuildRequires: libpython-devel
|
||||
BuildRequires: libsndfile-devel
|
||||
BuildRequires: libvorbis-devel
|
||||
## AUTOBUILDREQ-END
|
||||
Requires(post):%{__install_info}
|
||||
Obsoletes: opentts
|
||||
Provides: python-speech-dispatcher
|
||||
Obsoletes: opentts <= 0.11.0
|
||||
Provides: python-speech-dispatcher <= 0.11.0
|
||||
Requires: espeak-ng
|
||||
Obsoletes: python-speech-dispatcher
|
||||
Obsoletes: python-speech-dispatcher <= 0.11.0
|
||||
Requires: libspeechd = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Requires: python-speechd = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Requires: speech-dispatcher-espeak-ng = %{?epoch:%epoch:}%{version}-%{release}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
# *** IBM TTS ECI library missing. Compiling without IBM TTS support! See INSTALL.
|
||||
# *** PulseAudio library missing. Compiling without PulseAudio support! See INSTALL.
|
||||
@ -71,8 +66,8 @@ Summary: Static libraries and headers for %{name}
|
||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Requires: libspeechd = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Provides: speech-dispatcher-devel
|
||||
Obsoletes: speech-dispatcher-devel
|
||||
Obsoletes: opentts-devel
|
||||
Obsoletes: speech-dispatcher-devel <= 0.11.0
|
||||
Obsoletes: opentts-devel <= 0.11.0
|
||||
|
||||
%description -n libspeechd-devel
|
||||
The goal of Speech Dispatcher project is to provide a high-level device independent layer for speech synthesis through a simple, stable and well documented interface.
|
||||
@ -232,12 +227,13 @@ rm -f %{buildroot}%{_libdir}/*.la
|
||||
%files espeak-ng
|
||||
%defattr(-,root,root)
|
||||
%config(noreplace) %{_sysconfdir}/speech-dispatcher/modules/espeak-ng.conf
|
||||
%{_libdir}/speech-dispatcher-modules/sd_espeak-ng
|
||||
%{_libexecdir}/speech-dispatcher-modules/sd_espeak-ng
|
||||
%{_libexecdir}/speech-dispatcher-modules/sd_espeak-ng-mbrola
|
||||
|
||||
%files festival
|
||||
%defattr(-,root,root)
|
||||
%config(noreplace) %{_sysconfdir}/speech-dispatcher/modules/festival.conf
|
||||
%{_libdir}/speech-dispatcher-modules/sd_festival
|
||||
%{_libexecdir}/speech-dispatcher-modules/sd_festival
|
||||
|
||||
%files flite
|
||||
%defattr(-,root,root)
|
||||
@ -247,11 +243,10 @@ rm -f %{buildroot}%{_libdir}/*.la
|
||||
%files -n libspeechd
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libspeechd.so.*
|
||||
%dir %{_libdir}/speech-dispatcher-modules
|
||||
%{_libdir}/speech-dispatcher-modules/sd_cicero
|
||||
%{_libdir}/speech-dispatcher-modules/sd_dummy
|
||||
%{_libdir}/speech-dispatcher-modules/sd_generic
|
||||
#%{_libdir}/speech-dispatcher-modules/sd_voxin
|
||||
%dir %{_libexecdir}/speech-dispatcher-modules
|
||||
%{_libexecdir}/speech-dispatcher-modules/sd_cicero
|
||||
%{_libexecdir}/speech-dispatcher-modules/sd_dummy
|
||||
%{_libexecdir}/speech-dispatcher-modules/sd_generic
|
||||
%dir %{_libdir}/speech-dispatcher
|
||||
%{_libdir}/speech-dispatcher/spd_alsa.so
|
||||
%{_libdir}/speech-dispatcher/spd_libao.so
|
||||
@ -271,6 +266,9 @@ rm -f %{buildroot}%{_libdir}/*.la
|
||||
%{python3_sitearch}/speechd*
|
||||
|
||||
%changelog
|
||||
* Fri Dec 31 2021 Automatic Build System <autodist@mambasoft.it> 0.11.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Dec 04 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.10.2-2mamba
|
||||
- disable voxin to fix unresolved requirement for libvoxin.so
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user