Compare commits

...

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

@ -1,41 +1,34 @@
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'
platform: el9
buildopts:
rpms:
macros: |
%_without_build_ccache_swig 1
references: references:
community: https://www.swig.org/ community: http://swig.org/
documentation: http://www.swig.org/doc.html documentation: http://swig.org/doc.html
tracker: https://bugzilla.redhat.com/buglist.cgi?classification=Red%20Hat&component=swig-4.1-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,8 +38,23 @@ 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-swig-4.1-rhel-9.2.0 ref: stream-3.0-rhel-8.3.0
...

Loading…
Cancel
Save