From ef79b41b28cc715a569970af9a2629353cfa6fad Mon Sep 17 00:00:00 2001 From: Adam Samalik Date: Thu, 23 Feb 2023 11:47:58 +0000 Subject: [PATCH] update modulemd etc --- gating.yaml | 6 ++++++ inkscape.yaml | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 61 insertions(+) create mode 100644 gating.yaml create mode 100644 inkscape.yaml diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..ea86f9d --- /dev/null +++ b/gating.yaml @@ -0,0 +1,6 @@ +--- !Policy +product_versions: + - rhel-8 +decision_context: osci_compose_gate +rules: + - !PassingTestCaseRule {test_case_name: desktop-qe.desktop-ci.tier1-gating.functional} diff --git a/inkscape.yaml b/inkscape.yaml new file mode 100644 index 0000000..9f557f1 --- /dev/null +++ b/inkscape.yaml @@ -0,0 +1,55 @@ +--- +document: modulemd +version: 2 +data: + name: inkscape + stream: 0.92.3 + summary: Unsupported. Obsoleted by the inkscape1 package + description: >- + Inkscape is a vector graphics editor, with capabilities similar to + Illustrator, CorelDraw, or Xara X, using the W3C standard Scalable Vector + Graphics (SVG) file format. It is therefore a very useful tool for web + designers and as an interchange format for desktop publishing. + + Inkscape supports many advanced SVG features (markers, clones, alpha + blending, etc.) and great care is taken in designing a streamlined + interface. It is very easy to edit nodes, perform complex path operations, + trace bitmaps and much more. + license: + module: + - GPL-2.0 + dependencies: + - buildrequires: + platform: [el8] + python27: [2.7] + requires: + platform: [el8] + python27: [2.7] + references: + documentation: https://inkscape.org/en/learn/ + tracker: https://bugs.launchpad.net/inkscape + profiles: + common: + rpms: + - inkscape + api: + rpms: + - inkscape + filter: + rpms: + - python3-* + - python3-dns + - python3-scour + buildopts: + rpms: + macros: | + %_with_python2 1 + components: + rpms: + inkscape: + rationale: Module API. + ref: stream-0.92.3-rhel-8.8.0 + python-scour: + rationale: Runtime requirement of inkscape, should not be in API. + ref: stream-0.35-rhel-8.2.0 +...