rebuilt with python3 == 3.11 [release 0.11.5-2mamba;Sun Oct 15 2023]
This commit is contained in:
parent
bc92efcf9d
commit
286b37ec1a
@ -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 <silvan.calarco@mambasoft.it>
|
||||
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 <silvan.calarco@mambasoft.it> 0.11.5-2mamba
|
||||
- rebuilt with python3 == 3.11
|
||||
|
||||
* Mon Aug 07 2023 Automatic Build System <autodist@mambasoft.it> 0.11.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user