diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2016-09-25 03:09:43 +0200 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2016-09-25 03:09:43 +0200 |
commit | 104c28139d8ca15ef17aa5559d5eef2aa0081179 (patch) | |
tree | 8d597bda75c0f79bac041758377a36bc0839c274 | |
parent | 6ac53d4c783340ae9139c7f4dcfe9bfddace5892 (diff) | |
download | blogc-104c28139d8ca15ef17aa5559d5eef2aa0081179.tar.gz blogc-104c28139d8ca15ef17aa5559d5eef2aa0081179.tar.bz2 blogc-104c28139d8ca15ef17aa5559d5eef2aa0081179.zip |
cleanup libevent dep
-rw-r--r-- | .travis.yml | 1 | ||||
-rw-r--r-- | blogc.spec.in | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index 0c5bd6c..9d47280 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,6 @@ addons: apt: packages: - libcmocka-dev - - libevent-dev - rpm - valgrind 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. |