diff --git a/speech-dispatcher.spec b/speech-dispatcher.spec index a19f8f3..ba50c10 100644 --- a/speech-dispatcher.spec +++ b/speech-dispatcher.spec @@ -1,5 +1,5 @@ Name: speech-dispatcher -Version: 0.11.0 +Version: 0.11.1 Release: 1mamba Summary: A high-level device independent layer for speech synthesis Group: System/Multimedia @@ -24,6 +24,7 @@ BuildRequires: libespeak-ng-devel BuildRequires: libglib-devel BuildRequires: libltdl-devel BuildRequires: libpulseaudio-devel +BuildRequires: libpython3-devel BuildRequires: libsndfile-devel ## AUTOBUILDREQ-END Requires(post):%{__install_info} @@ -112,10 +113,8 @@ This package contains the flite module. %prep %setup -q -n speechd-%{version} -#%patch0 -p1 -#%patch1 -p1 %patch2 -p1 -%patch3 -p1 +#%patch3 -p1 #sed -i "s|env python3$|env python3.6|" src/api/python/speechd_config/spd-conf cat > .tarball-version << _EOF @@ -143,6 +142,9 @@ autoreconf -f -i # --with-flite \ +# FIXME: build workaround since help2man 1.49.1 +sed -i "s|help2man -N|help2man -N --no-discard-stderr|" src/api/python/speechd_config/Makefile + %make %install @@ -266,6 +268,9 @@ rm -f %{buildroot}%{_libdir}/*.la %{python3_sitearch}/speechd* %changelog +* Mon Feb 14 2022 Automatic Build System 0.11.1-1mamba +- automatic version update by autodist + * Fri Dec 31 2021 Automatic Build System 0.11.0-1mamba - automatic version update by autodist