From 393b20d8d3f81bb20317c4f20252248b7e68fef4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Fri, 29 Sep 2017 14:37:26 +0300 Subject: [PATCH 1/1] deps from cmakefile --- h2o.spec | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/h2o.spec b/h2o.spec index 64d94ed..441452e 100644 --- a/h2o.spec +++ b/h2o.spec @@ -1,3 +1,5 @@ +# TODO +# - libwslay for websockets Summary: H2O - an optimized HTTP server with support for HTTP/1.x and HTTP/2 Name: h2o Version: 2.2.2 @@ -7,10 +9,13 @@ Group: Networking/Daemons/HTTP Source0: https://github.com/h2o/h2o/archive/v%{version}/%{name}-%{version}.tar.gz # Source0-md5: efc3a98cd21d3b91d66b2a99b1518255 URL: https://github.com/h2o/h2o -BuildRequires: cmake +BuildRequires: cmake >= 2.8.11 +BuildRequires: libstdc++-devel +BuildRequires: libuv-devel >= 1.0.0 +BuildRequires: openssl-devel >= 1.0.2 +BuildRequires: pkgconfig BuildRequires: yaml-devel -# 1.0.2+ recommended -BuildRequires: openssl-devel +BuildRequires: zlib-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description -- 2.44.0