From e7bd2deeaba1b108bfa06b6c0ac2be62b9556e95 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Jul 28 2020 14:41:42 +0000 Subject: import swig-3.0-8030020200407110056.30b713e6 --- diff --git a/SOURCES/modulemd.src.txt b/SOURCES/modulemd.src.txt index 59f4547..88faa04 100644 --- a/SOURCES/modulemd.src.txt +++ b/SOURCES/modulemd.src.txt @@ -1,56 +1,60 @@ +--- document: modulemd version: 2 data: - summary: Connects C/C++/Objective C to some high-level programming languages - description: > - Simplified Wrapper and Interface Generator (SWIG) is a software - development tool for connecting C, C++ and Objective C programs with a - variety of high-level programming languages. SWIG is primarily used with - Perl, Python and Tcl/TK, but it has also been extended to Java, Eiffel - and Guile. SWIG is normally used to create high-level interpreted - programming environments, systems integration, and as a tool for - building user interfaces - license: - module: [ MIT ] - references: - community: http://swig.org/ - documentation: http://swig.org/doc.html - tracker: http://bugzilla.redhat.com - dependencies: - - buildrequires: - platform: [ el8 ] - requires: - platform: [ el8 ] - profiles: - common: - rpms: - - swig - complete: - rpms: - - swig - - swig-doc - - swig-gdb - api: - rpms: - - swig - - swig-doc - - 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: - rpms: - swig: - rationale: SWIG package - ref: stream-3.0 + name: swig + stream: 3.0 + summary: Connects C/C++/Objective C to some high-level programming languages + description: > + Simplified Wrapper and Interface Generator (SWIG) is a software development tool + for connecting C, C++ and Objective C programs with a variety of high-level programming + languages. SWIG is primarily used with Perl, Python and Tcl/TK, but it has also + been extended to Java, Eiffel and Guile. SWIG is normally used to create high-level + interpreted programming environments, systems integration, and as a tool for building + user interfaces + license: + module: + - MIT + dependencies: + - buildrequires: + platform: [el8] + requires: + platform: [el8] + references: + community: http://swig.org/ + documentation: http://swig.org/doc.html + tracker: http://bugzilla.redhat.com + profiles: + common: + rpms: + - swig + complete: + rpms: + - swig + - swig-doc + - swig-gdb + api: + rpms: + - swig + - swig-doc + - 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: + rpms: + swig: + rationale: SWIG package + ref: stream-3.0-rhel-8.3.0 +...