Compare commits

...

No commits in common. "c8-stream-3.0" and "stream-swig-4.0-rhel-8.9.0" have entirely different histories.

5 changed files with 65 additions and 60 deletions

0
.gitignore vendored
View File

View File

View File

@ -1,60 +0,0 @@
---
document: modulemd
version: 2
data:
name: swig
stream: 3.0
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 primarily used with Perl, Python and Tcl/TK, but it has also
been extended to Java, Eiffel and Guile. SWIG is normally used to create high-level
interpreted programming environments, systems integration, and as a tool for building
user interfaces
license:
module:
- MIT
dependencies:
- buildrequires:
platform: [el8]
requires:
platform: [el8]
references:
community: http://swig.org/
documentation: http://swig.org/doc.html
tracker: http://bugzilla.redhat.com
profiles:
common:
rpms:
- swig
complete:
rpms:
- swig
- swig-doc
- swig-gdb
api:
rpms:
- swig
- swig-doc
- swig-gdb
buildopts:
rpms:
macros: |
%golang 0
%guile 0
%javalang 0
%lualang 0
%octave 0
%phplang 0
%python2lang 0
%Rlang 0
%rubylang 0
%tcl 0
%_without_build_ccache_swig 1
components:
rpms:
swig:
rationale: SWIG package
ref: stream-3.0-rhel-8.3.0
...

9
gating.yaml Normal file
View File

@ -0,0 +1,9 @@
--- !Policy
product_versions:
- rhel-8
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}

56
swig.yaml Normal file
View File

@ -0,0 +1,56 @@
---
document: modulemd
version: 2
data:
stream: '4.0'
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
primarily used with Perl, Python and Tcl/TK, but it has also been
extended to Java, Eiffel and Guile. SWIG is normally used to create
high-level interpreted programming environments, systems
integration, and as a tool for building user interfaces
license:
module: [MIT]
dependencies:
- buildrequires:
platform: [el8]
requires:
platform: [el8]
references:
community: http://swig.org/
documentation: http://swig.org/doc.html
tracker: https://bugzilla.redhat.com/buglist.cgi?classification=Red%20Hat&component=swig-4.0-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
buildopts:
rpms:
macros: |
%golang 0
%guile 0
%javalang 0
%octave 0
%phplang 0
%Rlang 0
%_without_build_ccache_swig 1
components:
rpms:
swig:
rationale: SWIG package
ref: stream-swig-4.0-rhel-8.9.0