Compare commits

...

No commits in common. "imports/c8s-stream-4.0/swig-4.0-8040020201001104431.9f9e2e7e" and "c8-stream-3.0" have entirely different histories.

1 changed files with 56 additions and 52 deletions

View File

@ -2,18 +2,19 @@
document: modulemd document: modulemd
version: 2 version: 2
data: data:
stream: '4.0' name: swig
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: [MIT] module:
- MIT
dependencies: dependencies:
- buildrequires: - buildrequires:
platform: [el8] platform: [el8]
@ -22,14 +23,12 @@ data:
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:
description: SWIG, documentation and commands for easier debugging
rpms: rpms:
- swig - swig
- swig-doc - swig-doc
@ -45,12 +44,17 @@ 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-4.0-rhel-8.4.0 ref: stream-3.0-rhel-8.3.0
...