Add BuildRequires: gcc

This commit is contained in:
Andrew J. Schorr 2018-03-30 13:27:37 -04:00
parent b12fa4b8e7
commit 10ef4bd6ab
1 changed files with 5 additions and 1 deletions

View File

@ -1,7 +1,7 @@
Name: gawkextlib
Summary: Library providing common infrastructure for gawk extension libraries
Version: 1.0.4
Release: 2%{?dist}
Release: 3%{?dist}
License: GPLv3+
URL: https://sourceforge.net/projects/gawkextlib
@ -9,6 +9,7 @@ Source: %{url}/files/%{name}-%{version}.tar.gz
Requires: gawk
BuildRequires: gawk-devel
BuildRequires: gcc
# Make sure the API version is compatible with our source code:
BuildRequires: gawk(abi) >= 1.1
@ -66,6 +67,9 @@ make check
# =============================================================================
%changelog
* Fri Mar 30 2018 Andrew J. Schorr <ajschorr@fedoraproject.org> - 1.0.4-3
- Add BuildRequires: gcc
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild