Rebuilt for flite-2.2
Added manual dependencies on flite 2.0+ for register_cmu_us_kal16 symbol
This commit is contained in:
parent
fd34fb7f1d
commit
ff4f4ee2e3
@ -1,6 +1,6 @@
|
||||
Name: speech-dispatcher
|
||||
Version: 0.10.2
|
||||
Release: 5%{?dist}
|
||||
Release: 6%{?dist}
|
||||
Summary: To provide a high-level device independent layer for speech synthesis
|
||||
|
||||
# Almost all files are under GPLv2+, however
|
||||
@ -17,7 +17,7 @@ BuildRequires: alsa-lib-devel
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: dotconf-devel
|
||||
BuildRequires: espeak-ng-devel
|
||||
BuildRequires: flite-devel
|
||||
BuildRequires: flite-devel >= 2.0
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gcc-c++
|
||||
Buildrequires: glib2-devel
|
||||
@ -33,6 +33,7 @@ BuildRequires: python3-setuptools
|
||||
BuildRequires: systemd
|
||||
BuildRequires: texinfo
|
||||
|
||||
Requires: flite%{?_isa} >= 2.0
|
||||
Requires: speech-dispatcher-espeak-ng
|
||||
Requires(post): systemd
|
||||
Requires(preun): systemd
|
||||
@ -222,6 +223,10 @@ sed 's/# AudioOutputMethod "pulse,alsa"/AudioOutputMethod "pulse,alsa"/' %{build
|
||||
%{python3_sitearch}/speechd*
|
||||
|
||||
%changelog
|
||||
* Wed Oct 06 2021 Dominik Mierzejewski <rpm@greysector.net> - 0.10.2-6
|
||||
- Rebuilt for flite-2.2
|
||||
- Added manual dependencies on flite 2.0+ for register_cmu_us_kal16 symbol
|
||||
|
||||
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.10.2-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user