Compare commits
18 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
27e867b23b |
||
|
|
068fef4e6b |
||
|
|
123d05ea45 |
||
|
|
1a2b4947d2 |
||
|
|
b498a993db |
||
|
|
2d349c5055 |
||
|
|
2396aa57de |
||
|
|
4c1de66ffb |
||
|
|
84eb28bf47 |
||
|
|
e371f80487 |
||
|
|
dbefdd467d |
||
|
|
ed051a3a76 |
||
|
|
7e35ebf601 | ||
|
|
58aead876a | ||
|
|
2e477ad115 | ||
|
|
30d4fe4819 |
||
|
|
01dadb7a39 | ||
|
|
f5701461d8 |
2 changed files with 45 additions and 53 deletions
|
|
@ -6,8 +6,6 @@ build dependencies calculated by brt_dep_solver
|
||||||
compat-openssl10
|
compat-openssl10
|
||||||
gcc
|
gcc
|
||||||
icu
|
icu
|
||||||
libuv
|
|
||||||
|
|
||||||
runtime dependencies calculated by brt_dep_solver
|
runtime dependencies calculated by brt_dep_solver
|
||||||
-------------------------------------------------
|
-------------------------------------------------
|
||||||
libuv
|
|
||||||
|
|
|
||||||
96
nodejs.yaml
96
nodejs.yaml
|
|
@ -1,53 +1,47 @@
|
||||||
|
---
|
||||||
document: modulemd
|
document: modulemd
|
||||||
version: 1
|
version: 2
|
||||||
data:
|
data:
|
||||||
summary: Javascript runtime
|
summary: Javascript runtime
|
||||||
description: >-
|
description: >-
|
||||||
Node.js is a platform built on Chrome''s JavaScript runtime
|
Node.js is a platform built on Chrome''s JavaScript runtime for easily building
|
||||||
for easily building fast, scalable network applications.
|
fast, scalable network applications. Node.js uses an event-driven, non-blocking
|
||||||
Node.js uses an event-driven, non-blocking I/O model that
|
I/O model that makes it lightweight and efficient, perfect for data-intensive
|
||||||
makes it lightweight and efficient, perfect for data-intensive
|
real-time applications that run across distributed devices.
|
||||||
real-time applications that run across distributed devices.
|
license:
|
||||||
license:
|
module:
|
||||||
module: MIT
|
- MIT
|
||||||
dependencies:
|
dependencies:
|
||||||
buildrequires:
|
- buildrequires:
|
||||||
# http-parser, libuv, c-ares and V8 are bundled
|
platform: [f28]
|
||||||
# openssl, icu and zlib should be provided by platform
|
requires:
|
||||||
platform: master
|
platform: [f28]
|
||||||
python2: master
|
references:
|
||||||
requires:
|
community: http://nodejs.org
|
||||||
platform: master
|
documentation: http://nodejs.org/en/docs
|
||||||
python2: master
|
tracker: https://github.com/nodejs/node/issues
|
||||||
references:
|
profiles:
|
||||||
community: http://nodejs.org
|
default:
|
||||||
documentation: http://nodejs.org/en/docs
|
rpms:
|
||||||
github: http://github.com/nodejs/node
|
- nodejs
|
||||||
npm: http://npmjs.com
|
- npm
|
||||||
profiles:
|
development:
|
||||||
default:
|
rpms:
|
||||||
rpms:
|
- nodejs
|
||||||
- nodejs
|
- nodejs-devel
|
||||||
- npm
|
- npm
|
||||||
development:
|
minimal:
|
||||||
rpms:
|
rpms:
|
||||||
- nodejs
|
- nodejs
|
||||||
- nodejs-devel
|
api:
|
||||||
- npm
|
rpms:
|
||||||
minimal:
|
- nodejs
|
||||||
rpms:
|
- nodejs-devel
|
||||||
- nodejs
|
- npm
|
||||||
api:
|
components:
|
||||||
rpms:
|
rpms:
|
||||||
- nodejs
|
nodejs:
|
||||||
- nodejs-devel
|
rationale: Javascript runtime and npm package manager.
|
||||||
- npm
|
ref: 6
|
||||||
components:
|
buildorder: 10
|
||||||
rpms:
|
...
|
||||||
nodejs:
|
|
||||||
rationale: Javascript runtime and npm package manager.
|
|
||||||
buildorder: 10
|
|
||||||
ref: d54471
|
|
||||||
nodejs-packaging:
|
|
||||||
rationale: Runtime dependency of nodejs-devel.
|
|
||||||
buildorder: 10
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue