Add BuildRequires: make

https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot
This commit is contained in:
Tom Stellard 2020-12-19 00:49:12 +00:00
parent 9d689101bd
commit 722ed2657a

View File

@ -11,6 +11,7 @@ URL: https://github.com/ndevilla/%{name}
Source0: https://github.com/ndevilla/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires: gcc
BuildRequires: make
%description
iniParser is an ANSI C library to parse "INI-style" files, often used to