]> git.pld-linux.org Git - packages/h2o.git/commitdiff
update BR, add BC, package files
authorElan Ruusamäe <glen@delfi.ee>
Tue, 10 Feb 2015 09:40:11 +0000 (11:40 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Tue, 10 Feb 2015 09:40:11 +0000 (11:40 +0200)
h2o.spec

index 85210a521c0ee76e6018f095983e5d42624d16e6..424d11817507af05e93a555ec0e5501298351684 100644 (file)
--- 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
This page took 0.076591 seconds and 4 git commands to generate.