37 lines
1 KiB
YAML
37 lines
1 KiB
YAML
---
|
|
document: modulemd
|
|
version: 2
|
|
data:
|
|
summary: OpenJDK 10
|
|
description: >-
|
|
JDK 10 is the open-source reference implementation of the Java
|
|
SE 10 Platform as defined by JSR 383 in the Java Community Process.
|
|
license:
|
|
module:
|
|
- MIT
|
|
dependencies:
|
|
- buildrequires:
|
|
platform: [f28]
|
|
requires:
|
|
platform: [f28]
|
|
references:
|
|
documentation: http://openjdk.java.net/
|
|
profiles:
|
|
default:
|
|
rpms:
|
|
- java-openjdk-devel
|
|
minimal:
|
|
rpms:
|
|
- java-openjdk-headless
|
|
# A set of packages which should be installed into the buildroot of a
|
|
# module which depends on this module. Specifically, it is used to
|
|
# flesh out the build group in koji.
|
|
buildroot:
|
|
rpms:
|
|
- java-openjdk-devel
|
|
components:
|
|
rpms:
|
|
java-openjdk:
|
|
rationale: OpenJDK 10 package.
|
|
# Build from branch jdk-10
|
|
ref: jdk-10
|