From 172232b151131812128aeb1ad2ef55c7917fb8bc Mon Sep 17 00:00:00 2001 From: zou_lin77 <422351577@qq.com> Date: Fri, 4 Jun 2021 11:45:11 +0800 Subject: [PATCH] Add gcc and make to BuildRequires to use gcc command --- ustr.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/ustr.spec b/ustr.spec index 6b3a107..74fc427 100644 --- a/ustr.spec +++ b/ustr.spec @@ -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 - 1.0.4-29 +- Add gcc and make to BuildRequires to use gcc command + * Tue Sep 3 2019 lizaiwang - 1.0.4-28 - Init package