aboutsummaryrefslogtreecommitdiffstats
path: root/blogc.spec.in
diff options
context:
space:
mode:
authorRafael G. Martins <rafael@rafaelmartins.eng.br>2016-09-25 03:09:43 +0200
committerRafael G. Martins <rafael@rafaelmartins.eng.br>2016-09-25 03:09:43 +0200
commit104c28139d8ca15ef17aa5559d5eef2aa0081179 (patch)
tree8d597bda75c0f79bac041758377a36bc0839c274 /blogc.spec.in
parent6ac53d4c783340ae9139c7f4dcfe9bfddace5892 (diff)
downloadblogc-104c28139d8ca15ef17aa5559d5eef2aa0081179.tar.gz
blogc-104c28139d8ca15ef17aa5559d5eef2aa0081179.tar.bz2
blogc-104c28139d8ca15ef17aa5559d5eef2aa0081179.zip
cleanup libevent dep
Diffstat (limited to 'blogc.spec.in')
-rw-r--r--blogc.spec.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/blogc.spec.in b/blogc.spec.in
index 420a75b..0fe16f3 100644
--- a/blogc.spec.in
+++ b/blogc.spec.in
@@ -7,7 +7,6 @@ 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
%endif
%description
@@ -26,7 +25,6 @@ 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
%description runserver
blogc-runserver is a simple HTTP server to test blogc websites.