add buildrequires pulseaudio for fix build error

This commit is contained in:
chen-jan 2022-01-06 05:46:58 +08:00
parent 73541fefed
commit cd97ad124d

View File

@ -1,6 +1,6 @@
Name: speech-dispatcher
Version: 0.8.8
Release: 12
Release: 13
Summary: Common high-level interface to speech synthesis
License: GPLv2+ and GPLv2
URL: http://devel.freebsoft.org/speechd
@ -11,7 +11,7 @@ Patch0001: 0001-Make-espeak-ng-the-default-output-module.patch
Patch0002: 0001-Remove-pyxdg-dependency.patch
Patch0003: 0002-Fix-global-variable-gcc10.patch
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 pulseaudio
BuildRequires: pulseaudio-libs-devel python3-devel python3-setuptools texinfo systemd gcc
Provides: speech-dispatcher-utils = %{version}-%{release}
Obsoletes: speech-dispatcher-utils < %{version}-%{release}
@ -178,6 +178,9 @@ fi
%{python3_sitearch}/speechd*
%changelog
* Thu Jan 06 2022 Chen Chen <chen_aka_jan@163.com> - 0.8.8-13
- add buildrequires pulseaudio for fix build error
* Sat Jul 31 2021 chenyanpanHW <chenyanpan@huawei.com> - 0.8.8-12
- DESC: delete -S git from %autosetup, and delete BuildRequires git