aboutsummaryrefslogtreecommitdiffstats
path: root/blogc.spec.in
diff options
context:
space:
mode:
authorRafael G. Martins <rafael@rafaelmartins.eng.br>2016-09-22 04:08:47 +0200
committerRafael G. Martins <rafael@rafaelmartins.eng.br>2016-09-22 04:08:47 +0200
commit6202f4475af932d6d489f5e02ea6b5110a1f567d (patch)
treefa81cf8da40f49ebf1c4946c7c3e3058e74c59e0 /blogc.spec.in
parent0c7753ef37f875b288fc8c5d1c6a64fa61f4d149 (diff)
downloadblogc-6202f4475af932d6d489f5e02ea6b5110a1f567d.tar.gz
blogc-6202f4475af932d6d489f5e02ea6b5110a1f567d.tar.bz2
blogc-6202f4475af932d6d489f5e02ea6b5110a1f567d.zip
runserver: removed libmagic dependency
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 946631d..420a75b 100644
--- a/blogc.spec.in
+++ b/blogc.spec.in
@@ -7,7 +7,7 @@ Summary: A blog compiler
URL: @PACKAGE_URL@
Source0: https://github.com/blogc/blogc/releases/download/v@PACKAGE_VERSION@/blogc-@PACKAGE_VERSION@.tar.xz
%if ! 0%{?el6}
-BuildRequires: libevent-devel >= 2.0, file-devel
+BuildRequires: libevent-devel >= 2.0
%endif
%description
@@ -26,7 +26,7 @@ blogc-git-receiver is a simple login shell/git hook to deploy blogc websites.
%package runserver
Summary: A simple HTTP server to test blogc websites
Group: Development/Tools
-Requires: libevent >= 2.0, file-libs
+Requires: libevent >= 2.0
%description runserver
blogc-runserver is a simple HTTP server to test blogc websites.