automatic version update by autodist [release 0.11.1-1mamba;Mon Feb 14 2022]
This commit is contained in:
parent
d9201b0555
commit
bb629f2c67
@ -1,5 +1,5 @@
|
|||||||
Name: speech-dispatcher
|
Name: speech-dispatcher
|
||||||
Version: 0.11.0
|
Version: 0.11.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A high-level device independent layer for speech synthesis
|
Summary: A high-level device independent layer for speech synthesis
|
||||||
Group: System/Multimedia
|
Group: System/Multimedia
|
||||||
@ -24,6 +24,7 @@ BuildRequires: libespeak-ng-devel
|
|||||||
BuildRequires: libglib-devel
|
BuildRequires: libglib-devel
|
||||||
BuildRequires: libltdl-devel
|
BuildRequires: libltdl-devel
|
||||||
BuildRequires: libpulseaudio-devel
|
BuildRequires: libpulseaudio-devel
|
||||||
|
BuildRequires: libpython3-devel
|
||||||
BuildRequires: libsndfile-devel
|
BuildRequires: libsndfile-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
Requires(post):%{__install_info}
|
Requires(post):%{__install_info}
|
||||||
@ -112,10 +113,8 @@ This package contains the flite module.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n speechd-%{version}
|
%setup -q -n speechd-%{version}
|
||||||
#%patch0 -p1
|
|
||||||
#%patch1 -p1
|
|
||||||
%patch2 -p1
|
%patch2 -p1
|
||||||
%patch3 -p1
|
#%patch3 -p1
|
||||||
#sed -i "s|env python3$|env python3.6|" src/api/python/speechd_config/spd-conf
|
#sed -i "s|env python3$|env python3.6|" src/api/python/speechd_config/spd-conf
|
||||||
|
|
||||||
cat > .tarball-version << _EOF
|
cat > .tarball-version << _EOF
|
||||||
@ -143,6 +142,9 @@ autoreconf -f -i
|
|||||||
|
|
||||||
# --with-flite \
|
# --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
|
%make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -266,6 +268,9 @@ rm -f %{buildroot}%{_libdir}/*.la
|
|||||||
%{python3_sitearch}/speechd*
|
%{python3_sitearch}/speechd*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 14 2022 Automatic Build System <autodist@mambasoft.it> 0.11.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Fri Dec 31 2021 Automatic Build System <autodist@mambasoft.it> 0.11.0-1mamba
|
* Fri Dec 31 2021 Automatic Build System <autodist@mambasoft.it> 0.11.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user