!4 add a buildrequires for gcc

From: @kerongw
Reviewed-by: @dwl301
Signed-off-by: @dwl301
This commit is contained in:
openeuler-ci-bot 2021-06-04 09:49:12 +08:00 committed by Gitee
commit 7445831643

View File

@ -1,6 +1,6 @@
Name: gsm Name: gsm
Version: 1.0.18 Version: 1.0.18
Release: 4 Release: 5
Summary: GSM speech compressor Shared libraries and Utilities Summary: GSM speech compressor Shared libraries and Utilities
License: MIT License: MIT
URL: http://www.quut.com/gsm/ URL: http://www.quut.com/gsm/
@ -13,6 +13,8 @@ Patch1: gsm-warnings.patch
Provides: gsm-tool Provides: gsm-tool
Obsoletes: gsm-tool Obsoletes: gsm-tool
BuildRequires: gcc
%description %description
Contains the library for a GSM speech compressor, libgsm implements the European Contains the library for a GSM speech compressor, libgsm implements the European
GSM 06.10 provisional standard for full-rate speech transcoding, prI-ETS 300 036, GSM 06.10 provisional standard for full-rate speech transcoding, prI-ETS 300 036,
@ -72,5 +74,8 @@ make addtst
%{_mandir}/man*/* %{_mandir}/man*/*
%changelog %changelog
* Fri Jun 4 2021 wangkerong <wangkerong@huawei.com> 1.0.18-5
- Add a BuildRequires for gcc
* Wed Sep 18 2019 chenzhenyu <chenzhenyu13@huawei.com> - 1.0.8-4 * Wed Sep 18 2019 chenzhenyu <chenzhenyu13@huawei.com> - 1.0.8-4
- Package init - Package init