From 99e7c53a3bd5d717772fff943094403b8db759bb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Tue, 10 Feb 2015 11:40:11 +0200 Subject: [PATCH] update BR, add BC, package files --- h2o.spec | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/h2o.spec b/h2o.spec index 85210a5..424d118 100644 --- a/h2o.spec +++ b/h2o.spec @@ -8,6 +8,11 @@ Source0: https://github.com/h2o/h2o/archive/v%{version}/%{name}-%{version}.tar.g # Source0-md5: 6e60db62200b95e0fee372887bf8a4e3 URL: https://github.com/h2o/h2o BuildRequires: cmake +BuildRequires: yaml-devel +# 1.0.2+ recommended +BuildRequires: openssl-devel +# conflicting headers +BuildConflicts: libuv-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -32,3 +37,6 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %doc README.md Changes LICENSE +%attr(755,root,root) %{_bindir}/h2o +%dir %{_datadir}/%{name} +%attr(755,root,root) %{_datadir}/%{name}/fetch-ocsp-response -- 2.44.0