Compare commits

...

No commits in common. "imports/c9-beta-stream-4.1/swig-4.1-9020020221219141850.rhel9" and "c8-stream-3.0" have entirely different histories.

1 changed files with 59 additions and 51 deletions

View File

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