Merge branch '6' into 8
This commit is contained in:
commit
5d6ae7233b
2 changed files with 4 additions and 17 deletions
|
|
@ -6,8 +6,6 @@ build dependencies calculated by brt_dep_solver
|
|||
compat-openssl10
|
||||
gcc
|
||||
icu
|
||||
libuv
|
||||
|
||||
runtime dependencies calculated by brt_dep_solver
|
||||
-------------------------------------------------
|
||||
libuv
|
||||
|
|
|
|||
19
nodejs.yaml
19
nodejs.yaml
|
|
@ -12,18 +12,13 @@ data:
|
|||
module: MIT
|
||||
dependencies:
|
||||
buildrequires:
|
||||
# http-parser, libuv, c-ares and V8 are bundled
|
||||
# openssl, icu and zlib should be provided by platform
|
||||
platform: f27
|
||||
python2: 2.7
|
||||
platform: f28
|
||||
requires:
|
||||
platform: f27
|
||||
python2: 2.7
|
||||
platform: f28
|
||||
references:
|
||||
community: http://nodejs.org
|
||||
documentation: http://nodejs.org/en/docs
|
||||
github: http://github.com/nodejs/node
|
||||
npm: http://npmjs.com
|
||||
tracker: https://github.com/nodejs/node/issues
|
||||
profiles:
|
||||
default:
|
||||
rpms:
|
||||
|
|
@ -42,15 +37,9 @@ data:
|
|||
- nodejs
|
||||
- nodejs-devel
|
||||
- npm
|
||||
buildopts:
|
||||
rpms:
|
||||
macros: |
|
||||
%_with_bootstrap 1
|
||||
components:
|
||||
rpms:
|
||||
nodejs:
|
||||
rationale: Javascript runtime and npm package manager.
|
||||
buildorder: 10
|
||||
nodejs-packaging:
|
||||
rationale: Runtime dependency of nodejs-devel.
|
||||
buildorder: 10
|
||||
ref: 8
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue