From 6ceba3f53727bd54a9485bab45b0f16bb73c4cfc Mon Sep 17 00:00:00 2001 From: Jitka Plesnikova Date: Mon, 19 Dec 2022 14:45:33 +0100 Subject: [PATCH] Create new stream swig:4.1 Resolves: rhbz#2139101 --- gating.yaml | 9 +++++++++ swig.yaml | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 61 insertions(+) create mode 100644 gating.yaml create mode 100644 swig.yaml diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..b21e20e --- /dev/null +++ b/gating.yaml @@ -0,0 +1,9 @@ +--- !Policy +product_versions: + - rhel-9 +decision_context: osci_compose_gate_modules +subject_type: redhat-module +rules: + - !PassingTestCaseRule {test_case_name: baseos-ci.redhat-module.acceptance-tier.functional} + - !PassingTestCaseRule {test_case_name: baseos-ci.redhat-module.tier1.functional} + - !PassingTestCaseRule {test_case_name: baseos-ci.redhat-module.tier2.functional} diff --git a/swig.yaml b/swig.yaml new file mode 100644 index 0000000..5d6eec3 --- /dev/null +++ b/swig.yaml @@ -0,0 +1,52 @@ +document: modulemd-packager +version: 3 +data: + name: swig + stream: '4.1' + summary: Connects C/C++/Objective C to some high-level programming languages + description: > + Simplified Wrapper and Interface Generator (SWIG) is a software + development tool for connecting C, C++ and Objective C programs + with a variety of high-level programming languages. SWIG is used + with different types of target languages including common scripting + languages such as Javascript, Perl, PHP, Python, Tcl and Ruby. The + list of supported languages also includes non-scripting languages + such as C#, D, Go language, Java including Android, Lua, OCaml, + Octave, Scilab and R. Also several interpreted and compiled Scheme + implementations (Guile, MzScheme/Racket) are supported. SWIG is + most commonly used to create high-level interpreted or compiled + programming environments, user interfaces, and as a tool for + testing and prototyping C/C++ software + license: [MIT] + configurations: + - context: 'rhel9' + platform: el9 + buildopts: + rpms: + macros: | + %_without_build_ccache_swig 1 + references: + community: https://www.swig.org/ + documentation: http://www.swig.org/doc.html + tracker: https://bugzilla.redhat.com/buglist.cgi?classification=Red%20Hat&component=swig-4.1-module&product=Red%20Hat%20Enterprise%20Linux%208 + profiles: + common: + description: Simplified Wrapper and Interface Generator (SWIG) + rpms: + - swig + complete: + description: SWIG, documentation and commands for easier debugging + rpms: + - swig + - swig-doc + - swig-gdb + api: + rpms: + - swig + - swig-doc + - swig-gdb + components: + rpms: + swig: + rationale: SWIG package + ref: stream-swig-4.1-rhel-9.2.0