This addresses two topics: - The license/module key describes the license of the module (i.e. files in this repository) not that of the components contained in it. - The license/components key should be left empty and filled in by the module build tools. This way, the respective current licenses of the components used for building are put in, and we don't have to maintain their licenses in two places.
80 lines
2.5 KiB
YAML
80 lines
2.5 KiB
YAML
# Keep a generated ruby.yaml file URL here to follow latest configuration.
|
|
# https://github.com/fedora-modularity/dependency-report/blob/master/modules/ruby/ruby.yaml
|
|
document: modulemd
|
|
version: 1
|
|
data:
|
|
# From ruby.spec Summary
|
|
summary: An interpreter of object-oriented scripting language
|
|
# From ruby.spec description
|
|
description: >-
|
|
Ruby is the interpreted scripting language for quick and easy
|
|
object-oriented programming. It has many features to process text
|
|
files and to do system management tasks (as in Perl). It is simple,
|
|
straight-forward, and extensible.
|
|
license:
|
|
module:
|
|
- MIT
|
|
references:
|
|
community: http://ruby-lang.org/
|
|
documentation: https://www.ruby-lang.org/en/documentation/
|
|
tracker: https://bugs.ruby-lang.org/
|
|
dependencies:
|
|
buildrequires:
|
|
bootstrap: master
|
|
requires:
|
|
platform: master
|
|
platform-placeholder: master
|
|
components:
|
|
# SRPMs
|
|
rpms:
|
|
ruby:
|
|
# From ruby.spec Summary
|
|
rationale: An interpreter of object-oriented scripting language
|
|
buildorder: 101
|
|
ref: master
|
|
rubygem-bundler:
|
|
# From rubygem-bundler.spec Summary
|
|
rationale: >-
|
|
Library and utilities to manage a Ruby application's gem
|
|
dependencies
|
|
buildorder: 102
|
|
ref: master
|
|
rubypick:
|
|
# From rubypick.spec Summary
|
|
rationale: Stub to allow choosing Ruby runtime
|
|
buildorder: 103
|
|
ref: master
|
|
api:
|
|
# RPMs
|
|
# From *.spec %package
|
|
rpms:
|
|
# From ruby.spec
|
|
- ruby
|
|
- ruby-devel
|
|
# - ruby-doc
|
|
- ruby-irb
|
|
- ruby-libs
|
|
- rubygems
|
|
- rubygems-devel
|
|
- rubygem-bigdecimal
|
|
- rubygem-did_you_mean
|
|
- rubygem-io-console
|
|
- rubygem-json
|
|
- rubygem-minitest
|
|
- rubygem-net-telnet
|
|
- rubygem-openssl
|
|
- rubygem-power_assert
|
|
- rubygem-psych
|
|
- rubygem-rake
|
|
- rubygem-rdoc
|
|
- rubygem-test-unit
|
|
- rubygem-xmlrpc
|
|
# From rubygem-bundler.spec
|
|
- rubygem-bundler
|
|
# - rubygem-bundler-doc
|
|
filiter:
|
|
# RPMs
|
|
rpms:
|
|
- rubypick
|
|
- ruby-doc
|
|
- rubygem-bundler-doc
|