Compare commits
41 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c0846bf28d |
||
|
|
6af95f5e5d |
||
|
|
b5b86d8178 |
||
|
|
af0c61dcfd |
||
|
|
08d1d03632 |
||
|
|
51dd95376b |
||
|
|
ff416edf08 |
||
|
|
2d813f7b5a |
||
|
|
8613feb577 |
||
|
|
abe82cd5a0 |
||
|
|
9852050089 |
||
|
|
c4a0d0594a |
||
|
|
3f3665745c |
||
|
|
f62be20ba0 |
||
|
|
8933bcfcfb |
||
|
|
d6a0368868 |
||
|
|
5d6ae7233b |
||
|
|
84eb28bf47 |
||
|
|
e371f80487 |
||
|
|
dbefdd467d |
||
|
|
ed051a3a76 |
||
|
|
7e35ebf601 | ||
|
|
c7dca915ea | ||
|
|
58aead876a | ||
|
|
2e477ad115 | ||
|
|
89be8fb5b0 | ||
|
|
30d4fe4819 |
||
|
|
6e5b46ec68 | ||
|
|
5d94a7a452 | ||
|
|
01dadb7a39 | ||
|
|
4a667fe689 | ||
|
|
e11153ce7f | ||
|
|
efb301db1d | ||
|
|
55e1788d45 | ||
|
|
f5701461d8 | ||
|
|
e3ef40f307 | ||
|
|
1324e0b54c | ||
|
|
79ee01ba5b | ||
|
|
fe98ae5a27 | ||
|
|
825b23f196 | ||
|
|
907d745a90 |
2 changed files with 45 additions and 53 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
|
||||
|
|
|
|||
96
nodejs.yaml
96
nodejs.yaml
|
|
@ -1,53 +1,47 @@
|
|||
---
|
||||
document: modulemd
|
||||
version: 1
|
||||
version: 2
|
||||
data:
|
||||
summary: Javascript runtime
|
||||
description: >-
|
||||
Node.js is a platform built on Chrome''s JavaScript runtime
|
||||
for easily building fast, scalable network applications.
|
||||
Node.js uses an event-driven, non-blocking I/O model that
|
||||
makes it lightweight and efficient, perfect for data-intensive
|
||||
real-time applications that run across distributed devices.
|
||||
license:
|
||||
module: MIT
|
||||
dependencies:
|
||||
buildrequires:
|
||||
# http-parser, libuv, c-ares and V8 are bundled
|
||||
# openssl, icu and zlib should be provided by platform
|
||||
platform: master
|
||||
python2: master
|
||||
requires:
|
||||
platform: master
|
||||
python2: master
|
||||
references:
|
||||
community: http://nodejs.org
|
||||
documentation: http://nodejs.org/en/docs
|
||||
github: http://github.com/nodejs/node
|
||||
npm: http://npmjs.com
|
||||
profiles:
|
||||
default:
|
||||
rpms:
|
||||
- nodejs
|
||||
- npm
|
||||
development:
|
||||
rpms:
|
||||
- nodejs
|
||||
- nodejs-devel
|
||||
- npm
|
||||
minimal:
|
||||
rpms:
|
||||
- nodejs
|
||||
api:
|
||||
rpms:
|
||||
- nodejs
|
||||
- nodejs-devel
|
||||
- npm
|
||||
components:
|
||||
rpms:
|
||||
nodejs:
|
||||
rationale: Javascript runtime and npm package manager.
|
||||
buildorder: 10
|
||||
ref: d54471
|
||||
nodejs-packaging:
|
||||
rationale: Runtime dependency of nodejs-devel.
|
||||
buildorder: 10
|
||||
summary: Javascript runtime
|
||||
description: >-
|
||||
Node.js is a platform built on Chrome''s JavaScript runtime for easily building
|
||||
fast, scalable network applications. Node.js uses an event-driven, non-blocking
|
||||
I/O model that makes it lightweight and efficient, perfect for data-intensive
|
||||
real-time applications that run across distributed devices.
|
||||
license:
|
||||
module:
|
||||
- MIT
|
||||
dependencies:
|
||||
- buildrequires:
|
||||
platform: [f28]
|
||||
requires:
|
||||
platform: [f28]
|
||||
references:
|
||||
community: http://nodejs.org
|
||||
documentation: http://nodejs.org/en/docs
|
||||
tracker: https://github.com/nodejs/node/issues
|
||||
profiles:
|
||||
default:
|
||||
rpms:
|
||||
- nodejs
|
||||
- npm
|
||||
development:
|
||||
rpms:
|
||||
- nodejs
|
||||
- nodejs-devel
|
||||
- npm
|
||||
minimal:
|
||||
rpms:
|
||||
- nodejs
|
||||
api:
|
||||
rpms:
|
||||
- nodejs
|
||||
- nodejs-devel
|
||||
- npm
|
||||
components:
|
||||
rpms:
|
||||
nodejs:
|
||||
rationale: Javascript runtime and npm package manager.
|
||||
ref: 9
|
||||
buildorder: 10
|
||||
...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue