From 1c6b39e51798938a2c30ec30ff0f15ce517b66b3 Mon Sep 17 00:00:00 2001 From: James Antill Date: Mon, 8 Aug 2022 14:08:18 -0400 Subject: [PATCH] Update yaml --- swig.yaml | 87 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 87 insertions(+) create mode 100644 swig.yaml diff --git a/swig.yaml b/swig.yaml new file mode 100644 index 0000000..06faae5 --- /dev/null +++ b/swig.yaml @@ -0,0 +1,87 @@ +--- +document: modulemd +version: 2 +data: + name: swig + stream: 4.0 + version: 8040020210111194419 + context: 9f9e2e7e + 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 + xmd: + mbs: + buildrequires: + platform: + context: 00000000 + filtered_rpms: [] + koji_tag: module-centos-8.4.0-build + ref: virtual + stream: el8.4.0 + stream_collision_modules: + ursine_rpms: + version: 2 + commit: 0c0179d63f6c322495cd429e4ec4ffec89f8c006 + mse: TRUE + rpms: + swig: + ref: 8c06700584beb0c80cf801beb93c4ef2930c5c72 + scmurl: git+https://git.centos.org/modules/swig.git?#0c0179d63f6c322495cd429e4ec4ffec89f8c006 + dependencies: + - buildrequires: + platform: [el8.4.0] + requires: + platform: [el8] + references: + community: http://swig.org/ + documentation: http://swig.org/doc.html + tracker: https://bugzilla.redhat.com/buglist.cgi?classification=Red%20Hat&component=swig-4.0-module&product=Red%20Hat%20Enterprise%20Linux%208 + profiles: + common: + description: Simplified Wrapper and Interface Generator (SWIG) + rpms: + - swig + complete: + description: SWIG, documentation and commands for easier debugging + rpms: + - swig + - swig-doc + - swig-gdb + api: + rpms: + - swig + - swig-doc + - swig-gdb + buildopts: + rpms: + macros: > + %golang 0 + + %guile 0 + + %javalang 0 + + %octave 0 + + %phplang 0 + + %Rlang 0 + + %_without_build_ccache_swig 1 + components: + rpms: + swig: + rationale: SWIG package + repository: git+https://git.centos.org/rpms/swig + cache: https://git.centos.org/repo/pkgs/swig + ref: 8c06700584beb0c80cf801beb93c4ef2930c5c72 + arches: [aarch64, i686, ppc64le, x86_64] +...