Add gcc and make to BuildRequires to use gcc command

This commit is contained in:
zou_lin77 2021-06-04 11:45:11 +08:00
parent 8238b7fbc4
commit 172232b151

View File

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