Compare commits

...

No commits in common. "imports/c8s-stream-4.1/swig-4.1-8080020221213075530.fd72936b" and "c8-stream-3.0" have entirely different histories.

1 changed files with 56 additions and 48 deletions

View File

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