Update to modulemd v2
Enable building on all platforms Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
parent
ff416edf08
commit
51dd95376b
1 changed files with 45 additions and 43 deletions
88
nodejs.yaml
88
nodejs.yaml
|
|
@ -1,45 +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:
|
||||
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.
|
||||
buildorder: 10
|
||||
ref: 9
|
||||
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: []
|
||||
requires:
|
||||
platform: []
|
||||
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