Compare commits

...

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

4 changed files with 115 additions and 9 deletions

0
.gitignore vendored
View File

View File

79
swig-4.1.yaml Normal file
View File

@ -0,0 +1,79 @@
---
document: modulemd
version: 2
data:
name: swig
stream: 4.1
version: 8080020230117182029
context: fd72936b
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
xmd:
mbs:
buildrequires:
platform:
context: 00000000
filtered_rpms: []
koji_tag: module-centos-8.8.0-build
ref: virtual
stream: el8.8.0
stream_collision_modules:
ursine_rpms:
version: 2
commit: 942f75abd145f73e6b0d66c969db82d4c7eda2f6
mse: TRUE
rpms:
swig:
ref: 55450cd5fc400ea58814ea532a8bfa941ae06b34
scmurl: git+https://git.centos.org/modules/swig.git?#942f75abd145f73e6b0d66c969db82d4c7eda2f6
dependencies:
- buildrequires:
platform: [el8.8.0]
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.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
buildopts:
rpms:
macros: >
%javalang 0
%phplang 0
%_without_build_ccache_swig 1
components:
rpms:
swig:
rationale: SWIG package
repository: git+https://git.centos.org/rpms/swig
cache: https://git.centos.org/repo/pkgs/swig
ref: 55450cd5fc400ea58814ea532a8bfa941ae06b34
arches: [aarch64, i686, ppc64le, x86_64]
...

View File

@ -3,7 +3,9 @@ document: modulemd
version: 2
data:
name: swig
stream: 3.0
stream: 4.0
version: 8040020210111194419
context: 9f9e2e7e
summary: Connects C/C++/Objective C to some high-level programming languages
description: >
Simplified Wrapper and Interface Generator (SWIG) is a software development tool
@ -15,20 +17,40 @@ data:
license:
module:
- MIT
xmd:
mbs:
buildrequires:
platform:
context: 00000000
filtered_rpms: []
koji_tag: module-centos-8.4.0-build
ref: virtual
stream: el8.4.0
stream_collision_modules:
ursine_rpms:
version: 2
commit: 0c0179d63f6c322495cd429e4ec4ffec89f8c006
mse: TRUE
rpms:
swig:
ref: 8c06700584beb0c80cf801beb93c4ef2930c5c72
scmurl: git+https://git.centos.org/modules/swig.git?#0c0179d63f6c322495cd429e4ec4ffec89f8c006
dependencies:
- buildrequires:
platform: [el8]
platform: [el8.4.0]
requires:
platform: [el8]
references:
community: http://swig.org/
documentation: http://swig.org/doc.html
tracker: http://bugzilla.redhat.com
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
@ -40,21 +62,26 @@ data:
- swig-gdb
buildopts:
rpms:
macros: |
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
repository: git+https://git.centos.org/rpms/swig
cache: https://git.centos.org/repo/pkgs/swig
ref: 8c06700584beb0c80cf801beb93c4ef2930c5c72
arches: [aarch64, i686, ppc64le, x86_64]
...