Require http-parser-devel, enable bootstrap

This commit is contained in:
Zuzana Svetlikova 2017-06-06 14:40:56 +02:00
parent 67880f7f5a
commit 8951f32866
1 changed files with 9 additions and 2 deletions

View File

@ -1,6 +1,6 @@
%global with_debug 1
%{!?_with_bootstrap: %global bootstrap 0}
%{!?_with_bootstrap: %global bootstrap 1}
%{?!_pkgdocdir:%global _pkgdocdir %{_docdir}/%{name}-%{version}}
@ -21,7 +21,7 @@
%global nodejs_patch 3
%global nodejs_abi %{nodejs_major}.%{nodejs_minor}
%global nodejs_version %{nodejs_major}.%{nodejs_minor}.%{nodejs_patch}
%global nodejs_release 2
%global nodejs_release 3
# == Bundled Dependency Versions ==
# v8 - from deps/v8/include/v8-version.h
@ -203,6 +203,9 @@ Requires: libuv-devel%{?_isa}
Requires: openssl-devel%{?_isa}
Requires: zlib-devel%{?_isa}
Requires: nodejs-packaging
%if ! 0%{?bootstrap}
Requires: http-parser-devel%{?_isa}
%endif
%description devel
Development headers for the Node.js JavaScript runtime.
@ -447,6 +450,10 @@ NODE_PATH=%{buildroot}%{_prefix}/lib/node_modules %{buildroot}/%{_bindir}/node -
%{_pkgdocdir}/npm/doc
%changelog
* Tue Jun 06 2017 Zuzana Svetlikova <zsvetlik@redhat.com> - 1:6.10.3-3
- Require http-parser-devel when using system http-parser
- enable bootstraping
* Thu May 11 2017 Zuzana Svetlikova <zsvetlik@redhat.com> - 1:6.10.3-2
- Provide bundled http-parser in case of boostraping