From: Elan Ruusamäe Date: Tue, 10 Feb 2015 09:40:11 +0000 (+0200) Subject: update BR, add BC, package files X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=99e7c53a3bd5d717772fff943094403b8db759bb;p=packages%2Fh2o.git update BR, add BC, package files --- 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