Compare commits

...

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

1 changed files with 52 additions and 56 deletions

View File

@ -2,59 +2,55 @@
document: modulemd document: modulemd
version: 2 version: 2
data: data:
name: swig stream: '4.0'
stream: 3.0 summary: Connects C/C++/Objective C to some high-level programming languages
summary: Connects C/C++/Objective C to some high-level programming languages description: >
description: > Simplified Wrapper and Interface Generator (SWIG) is a software
Simplified Wrapper and Interface Generator (SWIG) is a software development tool development tool for connecting C, C++ and Objective C programs
for connecting C, C++ and Objective C programs with a variety of high-level programming with a variety of high-level programming languages. SWIG is
languages. SWIG is primarily used with Perl, Python and Tcl/TK, but it has also primarily used with Perl, Python and Tcl/TK, but it has also been
been extended to Java, Eiffel and Guile. SWIG is normally used to create high-level extended to Java, Eiffel and Guile. SWIG is normally used to create
interpreted programming environments, systems integration, and as a tool for building high-level interpreted programming environments, systems
user interfaces integration, and as a tool for building user interfaces
license: license:
module: module: [MIT]
- MIT dependencies:
dependencies: - buildrequires:
- buildrequires: platform: [el8]
platform: [el8] requires:
requires: platform: [el8]
platform: [el8] references:
references: community: http://swig.org/
community: http://swig.org/ documentation: http://swig.org/doc.html
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
tracker: http://bugzilla.redhat.com profiles:
profiles: common:
common: description: Simplified Wrapper and Interface Generator (SWIG)
rpms: rpms:
- swig - swig
complete: complete:
rpms: description: SWIG, documentation and commands for easier debugging
- swig rpms:
- swig-doc - swig
- swig-gdb - swig-doc
api: - swig-gdb
rpms: api:
- swig rpms:
- swig-doc - swig
- swig-gdb - swig-doc
buildopts: - swig-gdb
rpms: buildopts:
macros: | rpms:
%golang 0 macros: |
%guile 0 %golang 0
%javalang 0 %guile 0
%lualang 0 %javalang 0
%octave 0 %octave 0
%phplang 0 %phplang 0
%python2lang 0 %Rlang 0
%Rlang 0 %_without_build_ccache_swig 1
%rubylang 0 components:
%tcl 0 rpms:
%_without_build_ccache_swig 1 swig:
components: rationale: SWIG package
rpms: ref: stream-4.0-rhel-8.4.0
swig:
rationale: SWIG package
ref: stream-3.0-rhel-8.3.0
...