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