aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael G. Martins <rafael@rafaelmartins.eng.br>2018-10-11 01:06:45 +0200
committerRafael G. Martins <rafael@rafaelmartins.eng.br>2018-10-11 01:06:45 +0200
commit339ee98eea55acbfde954b2d245d6933b4b16ba6 (patch)
tree85ac1728a9b48390dec884f70c9a801e1911cbc0
parent3059b81502e73660e991856019fe762228cb1680 (diff)
downloadblogc-339ee98eea55acbfde954b2d245d6933b4b16ba6.tar.gz
blogc-339ee98eea55acbfde954b2d245d6933b4b16ba6.tar.bz2
blogc-339ee98eea55acbfde954b2d245d6933b4b16ba6.zip
build: spec: added explicit gcc build dependency
-rw-r--r--blogc.spec.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/blogc.spec.in b/blogc.spec.in
index 69ae911..ae7b38b 100644
--- a/blogc.spec.in
+++ b/blogc.spec.in
@@ -6,7 +6,7 @@ Group: Applications/Text
Summary: A blog compiler
URL: @PACKAGE_URL@
Source0: https://github.com/blogc/blogc/releases/download/v@PACKAGE_VERSION@/blogc-@PACKAGE_VERSION@.tar.xz
-BuildRequires: libcmocka-devel, bash, coreutils, diffutils
+BuildRequires: gcc, libcmocka-devel, bash, coreutils, diffutils
%if ! 0%{?el6}
BuildRequires: git, tar, make
%endif