From aaffc099fedd5bbde5b717fb205a7e014e1bf781 Mon Sep 17 00:00:00 2001 From: Jun Aruga Date: Tue, 8 Aug 2017 14:26:10 +0200 Subject: [PATCH] Fix to pass "mbs-build local". --- ruby.yaml | 112 ++++++++++++++++++++++++++++++++++++++++-------------- 1 file changed, 84 insertions(+), 28 deletions(-) diff --git a/ruby.yaml b/ruby.yaml index 4eabe52..13c4159 100644 --- a/ruby.yaml +++ b/ruby.yaml @@ -1,30 +1,86 @@ -data: - api: - rpms: - - ruby - components: - rpms: - autoconf: {rationale: Build dependency.} - checksec: {rationale: Build dependency.} - cmake: {rationale: Build dependency.} - libyaml: {rationale: Build dependency.} - multilib-rpm-config: {rationale: Build dependency.} - ruby: {rationale: Runtime dependency.} - rubypick: {rationale: Runtime dependency.} - systemtap: {rationale: Build dependency.} - 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.' - filter: {} - license: - module: [(Ruby or BSD) and Public Domain and MIT and CC0 and zlib and UCD] - name: '' - stream: '' - summary: An interpreter of object-oriented scripting language - version: 0 +# 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.' + # From *.spec License + license: + module: + - Ruby or BSD + - Public Domain + - MIT + - CC0 + - zlib + - UCD + 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 + filiter: + # RPMs + rpms: + - rubypick + - ruby-doc + - rubygem-bundler-doc + 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