From ceff1b6c6262479a652cd4a1447ed604c2e76c8e Mon Sep 17 00:00:00 2001 From: Jitka Plesnikova Date: Thu, 16 Sep 2021 16:58:35 +0200 Subject: [PATCH] Convert to modulemd-packager-v3 format --- swig.yaml | 78 +++++++++++++++++++++++++++++++++++++++++-------------- 1 file changed, 58 insertions(+), 20 deletions(-) diff --git a/swig.yaml b/swig.yaml index 8d251ee..9cd0005 100644 --- a/swig.yaml +++ b/swig.yaml @@ -1,6 +1,7 @@ -document: modulemd -version: 2 +document: modulemd-packager +version: 3 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 @@ -15,17 +16,62 @@ data: 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: - module: [MIT] + license: [MIT] + configurations: + - context: '601d93de' + platform: f33 + buildopts: + rpms: + macros: | + %golang 0 + %guile 0 + %javalang 0 + %octave 0 + %Rlang 0 + - context: '058368ca' + platform: f34 + buildopts: + rpms: + macros: | + %golang 0 + %guile 0 + %javalang 0 + %octave 0 + %Rlang 0 + - context: 'f27b74a8' + platform: f35 + buildopts: + rpms: + macros: | + %golang 0 + %guile 0 + %javalang 0 + %octave 0 + %Rlang 0 + - context: '5e5ad4a0' + platform: f36 + buildopts: + rpms: + macros: | + %golang 0 + %guile 0 + %javalang 0 + %octave 0 + %Rlang 0 + - context: '8b234a03' + platform: eln + buildopts: + rpms: + macros: | + %golang 0 + %guile 0 + %javalang 0 + %octave 0 + %Rlang 0 references: - community: https://docs.pagure.org/modularity/ - documentation: https://github.com/modularity-modules/swig - tracker: https://github.com/modularity-modules/swig - dependencies: - - buildrequires: - platform: [] - requires: - platform: [] + community: https://www.swig.org/ + documentation: http://www.swig.org/doc.html + tracker: https://bugzilla.redhat.com/buglist.cgi?classification=Fedora&product=Fedora%20Modules&component=swig profiles: default: rpms: @@ -42,14 +88,6 @@ data: - swig-doc - swig-gdb - ccache-swig - buildopts: - rpms: - macros: | - %golang 0 - %guile 0 - %javalang 0 - %octave 0 - %Rlang 0 components: rpms: swig: