Compare commits

...

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

1 changed files with 48 additions and 56 deletions

View File

@ -2,59 +2,51 @@
document: modulemd document: modulemd
version: 2 version: 2
data: data:
name: swig stream: '4.1'
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.1-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 %javalang 0
%javalang 0 %phplang 0
%lualang 0 %_without_build_ccache_swig 1
%octave 0 components:
%phplang 0 rpms:
%python2lang 0 swig:
%Rlang 0 rationale: SWIG package
%rubylang 0 ref: stream-4.1-rhel-8.8.0
%tcl 0
%_without_build_ccache_swig 1
components:
rpms:
swig:
rationale: SWIG package
ref: stream-3.0-rhel-8.3.0
...