aboutsummaryrefslogtreecommitdiffstats
path: root/blogc.spec.in
diff options
context:
space:
mode:
authorRafael G. Martins <rafael@rafaelmartins.eng.br>2016-10-16 13:26:25 +0200
committerRafael G. Martins <rafael@rafaelmartins.eng.br>2016-10-16 13:26:25 +0200
commit57a56f04f68f5f731baa14f4c1cd679ff25b1e92 (patch)
treee823a4a7b41c83ca92937571a2564c53bb013cdc /blogc.spec.in
parent9367adcb7006acc4783ec8d453e73ec14938a92d (diff)
downloadblogc-57a56f04f68f5f731baa14f4c1cd679ff25b1e92.tar.gz
blogc-57a56f04f68f5f731baa14f4c1cd679ff25b1e92.tar.bz2
blogc-57a56f04f68f5f731baa14f4c1cd679ff25b1e92.zip
build: added missing dependencies
Diffstat (limited to 'blogc.spec.in')
-rw-r--r--blogc.spec.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/blogc.spec.in b/blogc.spec.in
index 5a8d685..f3a7785 100644
--- a/blogc.spec.in
+++ b/blogc.spec.in
@@ -6,9 +6,9 @@ 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
+BuildRequires: libcmocka-devel, bash, coreutils, diffutils
%if ! 0%{?el6}
-BuildRequires: git
+BuildRequires: git, tar, make
%endif
%description