import parfait-0.5-8020020191213041021.d1ef4bed

This commit is contained in:
CentOS Sources 2020-04-28 04:57:06 -04:00 committed by Stepan Oksanichenko
parent 7f53800509
commit 9a68063ea6
1 changed files with 60 additions and 72 deletions

View File

@ -2,89 +2,77 @@
document: modulemd document: modulemd
version: 2 version: 2
data: data:
name: parfait
stream: 0.5
summary: Parfait Module summary: Parfait Module
description: >- description: >-
Parfait is a Java performance monitoring library that exposes and Parfait is a Java performance monitoring library that exposes and collects metrics
collects metrics through a variety of outputs. It provides APIs through a variety of outputs. It provides APIs for extracting performance metrics
for extracting performance metrics from the JVM and other sources. from the JVM and other sources. It interfaces to Performance Co-Pilot (PCP) using
It interfaces to Performance Co-Pilot (PCP) using the Memory Mapped the Memory Mapped Value (MMV) machinery for extremely lightweight instrumentation.
Value (MMV) machinery for extremely lightweight instrumentation.
license: license:
module: module:
- ASL 2.0 - ASL 2.0
dependencies: dependencies:
- buildrequires: - buildrequires:
javapackages-tools: [201801] javapackages-tools: [201801]
pki-deps: [10.6] pki-deps: [10.6]
platform: [el8] platform: [el8]
requires: requires:
platform: [el8] javapackages-runtime: [201801]
pki-deps: [10.6] pki-deps: [10.6]
javapackages-runtime: [201801] platform: [el8]
profiles: profiles:
common: common:
rpms: rpms:
- parfait - parfait
- pcp-parfait-agent - parfait-examples
- parfait-examples - pcp-parfait-agent
api: api:
rpms: rpms:
- parfait - parfait
- pcp-parfait-agent - parfait-examples
- parfait-examples - pcp-parfait-agent
components: components:
rpms: rpms:
unit-api:
buildorder: 10
ref: stream-0.5
rationale: >-
The Unit of Measurement library provides a set of
Java language programming interfaces for handling
units and quantities. The interfaces provide a layer
which separates client code, which would call the
API, from library code, which implements the API.
The specification contains Interfaces and abstract
classes with methods for unit operations:
* Checking of unit compatibility
* Expression of a quantity in various units
* Arithmetic operations on units
uom-parent:
buildorder: 20
ref: stream-0.5
rationale: >-
Main parent POM for all Units of Measurement Maven projects.
uom-lib:
buildorder: 30
ref: stream-0.5
rationale: >-
Units of Measurement Libraries - extending and complementing JSR 363.
uom-se:
buildorder: 40
ref: stream-0.5
rationale: >-
This package contains documentation for the Units Standard (JSR 363)
Java SE 8 Implementation.
si-units:
buildorder: 50
ref: stream-0.5
rationale: >-
A library of SI quantities and unit types (JSR 363).
uom-systems:
buildorder: 60
ref: stream-0.5
rationale: >-
Units of Measurement Systems - modules for JSR 363.
parfait:
buildorder: 70
ref: stream-0.5
rationale: >-
Main Parfait Package
log4j12: log4j12:
rationale: Needed as a runtime dep for parfait.
ref: stream-javapackages-tools-201801-rhel-8.2.0
buildorder: 80 buildorder: 80
ref: stream-javapackages-tools-201801 parfait:
rationale: >- rationale: Main Parfait Package
Needed as a runtime dep for parfait. ref: stream-0.5-rhel-8.2.0
buildorder: 70
si-units:
rationale: A library of SI quantities and unit types (JSR 363).
ref: stream-0.5-rhel-8.2.0
buildorder: 50
unit-api:
rationale: "The Unit of Measurement library provides a set of Java language
programming interfaces for handling units and quantities. The interfaces
provide a layer which separates client code, which would call the API, from
library code, which implements the API.\nThe specification contains Interfaces
and abstract classes with methods for unit operations:\n\n * Checking of
unit compatibility\n * Expression of a quantity in various units\n * Arithmetic
operations on units"
ref: stream-0.5-rhel-8.2.0
buildorder: 10
uom-lib:
rationale: Units of Measurement Libraries - extending and complementing JSR
363.
ref: stream-0.5-rhel-8.2.0
buildorder: 30
uom-parent:
rationale: Main parent POM for all Units of Measurement Maven projects.
ref: stream-0.5-rhel-8.2.0
buildorder: 20
uom-se:
rationale: This package contains documentation for the Units Standard (JSR
363) Java SE 8 Implementation.
ref: stream-0.5-rhel-8.2.0
buildorder: 40
uom-systems:
rationale: Units of Measurement Systems - modules for JSR 363.
ref: stream-0.5-rhel-8.2.0
buildorder: 60
...