diff --git a/speech-dispatcher.spec b/speech-dispatcher.spec index 294a76743e21b543afd76eeb47fddd1009fa968d..87df31b9020fb16ebff512c7e0b9804fcc2fb0bd 100644 --- a/speech-dispatcher.spec +++ b/speech-dispatcher.spec @@ -1,6 +1,6 @@ Name: speech-dispatcher Version: 0.11.5 -Release: 1 +Release: 2 Summary: Common high-level interface to speech synthesis License: GPL-2.0-or-later and LGPL-2.1-only or LGPL-2.0-only URL: http://devel.freebsoft.org/speechd @@ -11,7 +11,7 @@ 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 +BuildRequires: pulseaudio-libs-devel python3-devel python3-setuptools texinfo systemd gcc gcc-c++ make libtool Provides: speech-dispatcher-utils = %{version}-%{release} Obsoletes: speech-dispatcher-utils < %{version}-%{release} Requires: python3-speechd = %{version}-%{release} speech-dispatcher-espeak-ng @@ -82,6 +82,9 @@ Python v3 module for speech-dispatcher tar xf %{SOURCE1} %build +# Reinitialize libtool to remove Rpath +autoreconf -vif + %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-ibmtts=no --disable-static \ @@ -183,6 +186,9 @@ fi %{python3_sitearch}/speechd* %changelog +* Thu May 09 2024 guoqinglan - 0.11.5-2 +- Reinitialize libtool to remove Rpath + * Thu Sep 28 2023 wulei - 0.11.5-1 - Update to 0.11.5