Convert to modulemd-packager-v3 format
This commit is contained in:
parent
eeb58e599f
commit
ceff1b6c62
1 changed files with 58 additions and 20 deletions
78
swig.yaml
78
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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue