use modulemd from rpms/nodejs/nodejs.yaml
Signed-off-by: Tomas Tomecek <ttomecek@redhat.com>
This commit is contained in:
parent
907d745a90
commit
825b23f196
1 changed files with 44 additions and 29 deletions
73
nodejs.yaml
73
nodejs.yaml
|
|
@ -1,31 +1,46 @@
|
|||
data:
|
||||
api:
|
||||
rpms:
|
||||
- nodejs
|
||||
dependencies:
|
||||
buildrequires:
|
||||
base-runtime: f26
|
||||
shared-userspace: f26
|
||||
requires:
|
||||
shared-userspace: f26
|
||||
base-runtime: f26
|
||||
components:
|
||||
rpms:
|
||||
nodejs:
|
||||
rationale: "Primary package"
|
||||
ref: f26
|
||||
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.'
|
||||
filter: {}
|
||||
license:
|
||||
module: [MIT and ASL 2.0 and ISC and BSD]
|
||||
summary: JavaScript runtime
|
||||
document: modulemd
|
||||
version: 1
|
||||
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: GPLv3
|
||||
content:
|
||||
- MIT
|
||||
- ASL 2.0
|
||||
- ISC
|
||||
- BSD
|
||||
dependencies:
|
||||
buildrequires:
|
||||
base-runtime: f26
|
||||
shared-userspace: f26
|
||||
requires:
|
||||
base-runtime: f26
|
||||
shared-userspace: f26
|
||||
references:
|
||||
community: https://fedoraproject.org/wiki/Modularity
|
||||
documentation: https://fedoraproject.org/wiki/Fedora_Packaging_Guidelines_for_Modules
|
||||
tracker: https://taiga.fedorainfracloud.org/project/modularity
|
||||
profiles:
|
||||
default:
|
||||
rpms:
|
||||
- nodejs
|
||||
- npm
|
||||
minimal:
|
||||
rpms:
|
||||
- nodejs
|
||||
components:
|
||||
rpms:
|
||||
nodejs:
|
||||
rationale: JavaScript runtime
|
||||
# commit from f26 which enables bootstrapping
|
||||
ref: b0da67b00a92f2ad570d91d6f50fb9b1786650c9
|
||||
buildorder: 0
|
||||
npm:
|
||||
rationale: npm package manager
|
||||
ref: f26
|
||||
buildorder: 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue