Blame parfait.yaml

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