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
|
Name: speech-dispatcher
|
||||||
Version: 0.10.2
|
Version: 0.11.0
|
||||||
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
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
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: https://github.com/brailcom/speechd.git/%{version}/speechd-%{version}.tar.bz2
|
||||||
#Source: http://www.freebsoft.org/pub/projects/speechd/speech-dispatcher-%{version}.tar.gz
|
#Source: http://www.freebsoft.org/pub/projects/speechd/speech-dispatcher-%{version}.tar.gz
|
||||||
Source1: speech-dispatcher.init
|
Source1: speech-dispatcher.init
|
||||||
@ -21,24 +21,19 @@ BuildRequires: libalsa-devel
|
|||||||
BuildRequires: libao-devel
|
BuildRequires: libao-devel
|
||||||
BuildRequires: libdotconf-devel
|
BuildRequires: libdotconf-devel
|
||||||
BuildRequires: libespeak-ng-devel
|
BuildRequires: libespeak-ng-devel
|
||||||
BuildRequires: libflac-devel
|
|
||||||
BuildRequires: libglib-devel
|
BuildRequires: libglib-devel
|
||||||
BuildRequires: libltdl-devel
|
BuildRequires: libltdl-devel
|
||||||
BuildRequires: libogg-devel
|
|
||||||
BuildRequires: libpulseaudio-devel
|
BuildRequires: libpulseaudio-devel
|
||||||
BuildRequires: libpython-devel
|
|
||||||
BuildRequires: libsndfile-devel
|
BuildRequires: libsndfile-devel
|
||||||
BuildRequires: libvorbis-devel
|
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
Requires(post):%{__install_info}
|
Requires(post):%{__install_info}
|
||||||
Obsoletes: opentts
|
Obsoletes: opentts <= 0.11.0
|
||||||
Provides: python-speech-dispatcher
|
Provides: python-speech-dispatcher <= 0.11.0
|
||||||
Requires: espeak-ng
|
Requires: espeak-ng
|
||||||
Obsoletes: python-speech-dispatcher
|
Obsoletes: python-speech-dispatcher <= 0.11.0
|
||||||
Requires: libspeechd = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: libspeechd = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
Requires: python-speechd = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: python-speechd = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
Requires: speech-dispatcher-espeak-ng = %{?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.
|
# *** IBM TTS ECI library missing. Compiling without IBM TTS support! See INSTALL.
|
||||||
# *** PulseAudio library missing. Compiling without PulseAudio 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: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
Requires: libspeechd = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: libspeechd = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
Provides: speech-dispatcher-devel
|
Provides: speech-dispatcher-devel
|
||||||
Obsoletes: speech-dispatcher-devel
|
Obsoletes: speech-dispatcher-devel <= 0.11.0
|
||||||
Obsoletes: opentts-devel
|
Obsoletes: opentts-devel <= 0.11.0
|
||||||
|
|
||||||
%description -n libspeechd-devel
|
%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.
|
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
|
%files espeak-ng
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%config(noreplace) %{_sysconfdir}/speech-dispatcher/modules/espeak-ng.conf
|
%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
|
%files festival
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%config(noreplace) %{_sysconfdir}/speech-dispatcher/modules/festival.conf
|
%config(noreplace) %{_sysconfdir}/speech-dispatcher/modules/festival.conf
|
||||||
%{_libdir}/speech-dispatcher-modules/sd_festival
|
%{_libexecdir}/speech-dispatcher-modules/sd_festival
|
||||||
|
|
||||||
%files flite
|
%files flite
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -247,11 +243,10 @@ rm -f %{buildroot}%{_libdir}/*.la
|
|||||||
%files -n libspeechd
|
%files -n libspeechd
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libspeechd.so.*
|
%{_libdir}/libspeechd.so.*
|
||||||
%dir %{_libdir}/speech-dispatcher-modules
|
%dir %{_libexecdir}/speech-dispatcher-modules
|
||||||
%{_libdir}/speech-dispatcher-modules/sd_cicero
|
%{_libexecdir}/speech-dispatcher-modules/sd_cicero
|
||||||
%{_libdir}/speech-dispatcher-modules/sd_dummy
|
%{_libexecdir}/speech-dispatcher-modules/sd_dummy
|
||||||
%{_libdir}/speech-dispatcher-modules/sd_generic
|
%{_libexecdir}/speech-dispatcher-modules/sd_generic
|
||||||
#%{_libdir}/speech-dispatcher-modules/sd_voxin
|
|
||||||
%dir %{_libdir}/speech-dispatcher
|
%dir %{_libdir}/speech-dispatcher
|
||||||
%{_libdir}/speech-dispatcher/spd_alsa.so
|
%{_libdir}/speech-dispatcher/spd_alsa.so
|
||||||
%{_libdir}/speech-dispatcher/spd_libao.so
|
%{_libdir}/speech-dispatcher/spd_libao.so
|
||||||
@ -271,6 +266,9 @@ rm -f %{buildroot}%{_libdir}/*.la
|
|||||||
%{python3_sitearch}/speechd*
|
%{python3_sitearch}/speechd*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Dec 04 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.10.2-2mamba
|
||||||
- disable voxin to fix unresolved requirement for libvoxin.so
|
- disable voxin to fix unresolved requirement for libvoxin.so
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user