!2 Add gcc and make to BuildRequires to use gcc command

From: @zou_lin77
Reviewed-by: @xiezhipeng1
Signed-off-by: @xiezhipeng1
This commit is contained in:
openeuler-ci-bot 2021-06-07 09:27:56 +08:00 committed by Gitee
commit b3768d0add

View File

@ -1,6 +1,6 @@
Name: ustr
Version: 1.0.4
Release: 28
Release: 29
Summary: Micro String API for C
License: MIT or LGPLv2+ or BSD
URL: http://www.and.org/ustr/
@ -8,6 +8,9 @@ Source0: http://www.and.org/ustr/%{version}/%{name}-%{version}.tar.bz2
#Acknowledge Patch0 from Fedora
Patch0: c99-inline.patch
BuildRequires: make
BuildRequires: gcc
%description
Micro string api is easier to be integrated into existing code
than conventioal string api due to it's excellent compatibility.
@ -99,5 +102,8 @@ make $@ install-multilib-linux prefix=%{_prefix} \
%changelog
* Fri Jun 4 2021 zoulin<zoulin13@huawei.com> - 1.0.4-29
- Add gcc and make to BuildRequires to use gcc command
* Tue Sep 3 2019 lizaiwang<lizaiwang1@huawei.com> - 1.0.4-28
- Init package