delete -S git from %autosetup, and delete BuildRequires git
This commit is contained in:
parent
c74b955773
commit
34e8fa59c3
@ -1,6 +1,6 @@
|
|||||||
Name: speech-dispatcher
|
Name: speech-dispatcher
|
||||||
Version: 0.8.8
|
Version: 0.8.8
|
||||||
Release: 11
|
Release: 12
|
||||||
Summary: Common high-level interface to speech synthesis
|
Summary: Common high-level interface to speech synthesis
|
||||||
License: GPLv2+ and GPLv2
|
License: GPLv2+ and GPLv2
|
||||||
URL: http://devel.freebsoft.org/speechd
|
URL: http://devel.freebsoft.org/speechd
|
||||||
@ -12,7 +12,7 @@ Patch0002: 0001-Remove-pyxdg-dependency.patch
|
|||||||
Patch0003: 0002-Fix-global-variable-gcc10.patch
|
Patch0003: 0002-Fix-global-variable-gcc10.patch
|
||||||
BuildRequires: alsa-lib-devel desktop-file-utils dotconf-devel espeak-ng-devel flite-devel
|
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: glib2-devel intltool libao-devel libtool-ltdl-devel libsndfile-devel
|
||||||
BuildRequires: pulseaudio-libs-devel python3-devel python3-setuptools texinfo systemd git gcc
|
BuildRequires: pulseaudio-libs-devel python3-devel python3-setuptools texinfo systemd gcc
|
||||||
Provides: speech-dispatcher-utils = %{version}-%{release}
|
Provides: speech-dispatcher-utils = %{version}-%{release}
|
||||||
Obsoletes: speech-dispatcher-utils < %{version}-%{release}
|
Obsoletes: speech-dispatcher-utils < %{version}-%{release}
|
||||||
Requires: python3-speechd = %{version}-%{release} speech-dispatcher-espeak-ng
|
Requires: python3-speechd = %{version}-%{release} speech-dispatcher-espeak-ng
|
||||||
@ -79,7 +79,7 @@ Requires: speech-dispatcher = %{version}-%{release}
|
|||||||
Python v3 module for speech-dispatcher
|
Python v3 module for speech-dispatcher
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n speech-dispatcher-%{version} -S git
|
%autosetup -n speech-dispatcher-%{version} -p1
|
||||||
tar xf %{SOURCE1}
|
tar xf %{SOURCE1}
|
||||||
%build
|
%build
|
||||||
%configure --with-alsa --with-pulse --with-libao --without-oss --without-nas --with-flite --without-espeak \
|
%configure --with-alsa --with-pulse --with-libao --without-oss --without-nas --with-flite --without-espeak \
|
||||||
@ -178,6 +178,9 @@ fi
|
|||||||
%{python3_sitearch}/speechd*
|
%{python3_sitearch}/speechd*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jul 31 2021 chenyanpanHW <chenyanpan@huawei.com> - 0.8.8-12
|
||||||
|
- DESC: delete -S git from %autosetup, and delete BuildRequires git
|
||||||
|
|
||||||
* Fri Jul 30 2021 yaokai <yaokai13@huawei.com> - 0.8.8-11
|
* Fri Jul 30 2021 yaokai <yaokai13@huawei.com> - 0.8.8-11
|
||||||
- Fix global variable gcc10
|
- Fix global variable gcc10
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user