diff --git a/speech-dispatcher-0.11.1.tar.gz b/speech-dispatcher-0.11.4.tar.gz similarity index 45% rename from speech-dispatcher-0.11.1.tar.gz rename to speech-dispatcher-0.11.4.tar.gz index 7d10bbc871e016f35bb3e3b1d7fed7df4e7fccd7..21e9f6e26800c22eec7a18cd3e091712d5e82051 100644 Binary files a/speech-dispatcher-0.11.1.tar.gz and b/speech-dispatcher-0.11.4.tar.gz differ diff --git a/speech-dispatcher.spec b/speech-dispatcher.spec index eee73638db4874b11ce28de444503aa585994816..19b437a1ab8081669500668917a8cc777945c862 100644 --- a/speech-dispatcher.spec +++ b/speech-dispatcher.spec @@ -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 - 0.11.4-1 +- Upgrade to version 0.11.4 + * Mon May 23 2022 wulei - 0.11.1-1 - Update package diff --git a/speech-dispatcherd.service b/speech-dispatcherd.service deleted file mode 100644 index e0fe19638569f440e9db6ac10d12a8f45d017f55..0000000000000000000000000000000000000000 --- a/speech-dispatcherd.service +++ /dev/null @@ -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