Upgrade to version 0.11.4

This commit is contained in:
chen-jan 2023-07-25 15:10:14 +08:00
parent 8f69bfeb4b
commit aeae39f7c5
4 changed files with 9 additions and 15 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,13 +1,14 @@
Name: speech-dispatcher
Version: 0.11.1
Version: 0.11.4
Release: 1
Summary: Common high-level interface to speech synthesis
License: GPLv2+ and GPLv2
License: GPL-2.0-or-later and LGPL-2.1-only or LGPL-2.0-only
URL: http://devel.freebsoft.org/speechd
Source0: https://github.com/brailcom/speechd/releases/download/%{version}/speech-dispatcher-%{version}.tar.gz
Source1: http://www.freebsoft.org/pub/projects/sound-icons/sound-icons-0.1.tar.gz
Source2: speech-dispatcherd.service
Patch0001: 0001-Remove-pyxdg-dependency.patch
BuildRequires: alsa-lib-devel desktop-file-utils dotconf-devel espeak-ng-devel flite-devel
BuildRequires: glib2-devel intltool libao-devel libtool-ltdl-devel libsndfile-devel
BuildRequires: pulseaudio-libs-devel python3-devel python3-setuptools texinfo systemd gcc gcc-c++ make
@ -83,7 +84,7 @@ tar xf %{SOURCE1}
%build
%configure --with-alsa --with-pulse --with-libao --without-oss --without-nas --with-flite --without-espeak \
--with-espeak-ng --sysconfdir=%{_sysconfdir} --with-default-audio-method=pulse \
--with-kali=no --with-baratinoo=no --with-voxin=no \
--with-kali=no --with-baratinoo=no --with-voxin=no --with-ibmtts=no --disable-static \
--with-module-bindir=%{_libdir}/speech-dispatcher-modules/
%make_build V=1
@ -91,7 +92,6 @@ tar xf %{SOURCE1}
%install
%make_install
install -d %{buildroot}%{_unitdir}
install -p -m 0644 %SOURCE2 %{buildroot}%{_unitdir}/
install -p -m 0644 sound-icons-0.1/* %{buildroot}%{_datadir}/sounds/speech-dispatcher/
%find_lang speech-dispatcher
%delete_la_and_a
@ -140,7 +140,7 @@ if [ $1 = 0 ]; then
fi
%files -f speech-dispatcher.lang
%license COPYING.LGPL COPYING.GPL-2 COPYING.GPL-3
%license COPYING.LGPL
%doc NEWS README.md
%dir %{_sysconfdir}/speech-dispatcher/{clients,modules}
%config(noreplace) %{_sysconfdir}/speech-dispatcher/speechd.conf
@ -183,6 +183,9 @@ fi
%{python3_sitearch}/speechd*
%changelog
* Tue Jul 25 2023 chenchen <chen_aka_jan@163.com> - 0.11.4-1
- Upgrade to version 0.11.4
* Mon May 23 2022 wulei <wulei80@h-partners.com> - 0.11.1-1
- Update package

View File

@ -1,9 +0,0 @@
[Unit]
Description=Common high-level interface to speech synthesis.
[Service]
Type=forking
ExecStart=/usr/bin/speech-dispatcher -d
[Install]
WantedBy=multi-user.target