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,34 +1,41 @@
--- 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:
- context: 'rhel9'
platform: el9
buildopts:
rpms:
macros: |
%_without_build_ccache_swig 1
references: references:
community: http://swig.org/ community: https://www.swig.org/
documentation: http://swig.org/doc.html documentation: http://www.swig.org/doc.html
tracker: http://bugzilla.redhat.com tracker: https://bugzilla.redhat.com/buglist.cgi?classification=Red%20Hat&component=swig-4.1-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
@ -38,23 +45,8 @@ data:
- swig - swig
- swig-doc - swig-doc
- swig-gdb - swig-gdb
buildopts:
rpms:
macros: |
%golang 0
%guile 0
%javalang 0
%lualang 0
%octave 0
%phplang 0
%python2lang 0
%Rlang 0
%rubylang 0
%tcl 0
%_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-swig-4.1-rhel-9.2.0
...