Add missing BuildRequires on gcc

configure: error: no acceptable C compiler found in $PATH

References: https://bugzilla.redhat.com/show_bug.cgi?id=1603340
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
Igor Gnatenko 2018-07-24 16:44:10 +02:00
commit 7e5dee9cba
No known key found for this signature in database
GPG key ID: 695714BD1BBC5F4C

View file

@ -8,6 +8,7 @@ Group: Applications/System
Source0: http://downloads.sourceforge.net/project/acpiclient/acpiclient/%{version}/%{name}-%{version}.tar.gz
URL: http://sourceforge.net/projects/acpiclient/
BuildRequires: gcc
%description
Linux ACPI client is a small command-line program that attempts to
replicate the functionality of the 'old' apm command on ACPI systems.