From 286b37ec1a192723a5e888e3db5bc54968011fc4 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 18:03:04 +0100 Subject: [PATCH] rebuilt with python3 == 3.11 [release 0.11.5-2mamba;Sun Oct 15 2023] --- speech-dispatcher.spec | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/speech-dispatcher.spec b/speech-dispatcher.spec index 85fb401..ea801f3 100644 --- a/speech-dispatcher.spec +++ b/speech-dispatcher.spec @@ -1,14 +1,13 @@ Name: speech-dispatcher Version: 0.11.5 -Release: 1mamba +Release: 2mamba Summary: A high-level device independent layer for speech synthesis Group: System/Multimedia Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: https://freebsoft.org/speechd +URL: https://github.com/brailcom/speechd Source: https://github.com/brailcom/speechd.git/%{version}/speechd-%{version}.tar.bz2 -#Source: http://www.freebsoft.org/pub/projects/speechd/speech-dispatcher-%{version}.tar.gz Source1: speech-dispatcher.init Patch0: %{name}-0.7.1-alsa_set_default.patch Patch1: %{name}-0.8-enable_espeak_mbrola.patch @@ -24,14 +23,13 @@ BuildRequires: libespeak-ng-devel BuildRequires: libglib-devel BuildRequires: libltdl-devel BuildRequires: libpulseaudio-devel -BuildRequires: libpython3-devel +BuildRequires: libpython311-devel BuildRequires: libsndfile-devel ## AUTOBUILDREQ-END +BuildRequires: libpython3-devel >= 3.11 Requires(post):%{__install_info} Obsoletes: opentts <= 0.11.0 -Provides: python-speech-dispatcher <= 0.11.0 Requires: espeak-ng -Obsoletes: python-speech-dispatcher <= 0.11.0 Requires: libspeechd = %{?epoch:%epoch:}%{version}-%{release} Requires: python-speechd = %{?epoch:%epoch:}%{version}-%{release} Requires: speech-dispatcher-espeak-ng = %{?epoch:%epoch:}%{version}-%{release} @@ -78,6 +76,8 @@ This package contains static libraries and header files needed for development. Summary: Python wrapper for %{name} Group: Development/Libraries Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} +Provides: python-speech-dispatcher +Obsoletes: python-speech-dispatcher <= 0.11.0 %description -n python-speechd Contains Python language bindings for developing Python applications that use %{name}. @@ -160,6 +160,7 @@ install -d -m0755 \ rm -f %{buildroot}%{_libdir}/speech-dispatcher/*.la rm -f %{buildroot}%{_libdir}/*.la +rm -f %{buildroot}%{_infodir}/dir %find_lang %{name} @@ -268,6 +269,9 @@ rm -f %{buildroot}%{_libdir}/*.la %{python3_sitearch}/speechd* %changelog +* Sun Oct 15 2023 Silvan Calarco 0.11.5-2mamba +- rebuilt with python3 == 3.11 + * Mon Aug 07 2023 Automatic Build System 0.11.5-1mamba - automatic version update by autodist