Compare commits

...

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

1 changed files with 51 additions and 59 deletions

View File

@ -1,60 +1,52 @@
--- document: modulemd-packager
document: modulemd version: 3
version: 2
data: data:
name: swig name: swig
stream: 3.0 stream: '4.1'
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 used
been extended to Java, Eiffel and Guile. SWIG is normally used to create high-level with different types of target languages including common scripting
interpreted programming environments, systems integration, and as a tool for building languages such as Javascript, Perl, PHP, Python, Tcl and Ruby. The
user interfaces list of supported languages also includes non-scripting languages
license: such as C#, D, Go language, Java including Android, Lua, OCaml,
module: Octave, Scilab and R. Also several interpreted and compiled Scheme
- MIT implementations (Guile, MzScheme/Racket) are supported. SWIG is
dependencies: most commonly used to create high-level interpreted or compiled
- buildrequires: programming environments, user interfaces, and as a tool for
platform: [el8] testing and prototyping C/C++ software
requires: license: [MIT]
platform: [el8] configurations:
references: - context: 'rhel9'
community: http://swig.org/ platform: el9
documentation: http://swig.org/doc.html buildopts:
tracker: http://bugzilla.redhat.com rpms:
profiles: macros: |
common: %_without_build_ccache_swig 1
rpms: references:
- swig community: https://www.swig.org/
complete: documentation: http://www.swig.org/doc.html
rpms: tracker: https://bugzilla.redhat.com/buglist.cgi?classification=Red%20Hat&component=swig-4.1-module&product=Red%20Hat%20Enterprise%20Linux%208
- swig profiles:
- swig-doc common:
- swig-gdb description: Simplified Wrapper and Interface Generator (SWIG)
api: rpms:
rpms: - swig
- swig complete:
- swig-doc description: SWIG, documentation and commands for easier debugging
- swig-gdb rpms:
buildopts: - swig
rpms: - swig-doc
macros: | - swig-gdb
%golang 0 api:
%guile 0 rpms:
%javalang 0 - swig
%lualang 0 - swig-doc
%octave 0 - swig-gdb
%phplang 0 components:
%python2lang 0 rpms:
%Rlang 0 swig:
%rubylang 0 rationale: SWIG package
%tcl 0 ref: stream-swig-4.1-rhel-9.2.0
%_without_build_ccache_swig 1
components:
rpms:
swig:
rationale: SWIG package
ref: stream-3.0-rhel-8.3.0
...