diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2016-10-16 13:26:25 +0200 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2016-10-16 13:26:25 +0200 |
commit | 57a56f04f68f5f731baa14f4c1cd679ff25b1e92 (patch) | |
tree | e823a4a7b41c83ca92937571a2564c53bb013cdc /blogc.spec.in | |
parent | 9367adcb7006acc4783ec8d453e73ec14938a92d (diff) | |
download | blogc-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.in | 4 |
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 |