File gem2rpm.yml of Package rubygem-rails-7.0
# ---
# ## used by gem2rpm
# :summary: this is a custom summary
# ## used by gem2rpm
# :description: |-
# this is a custom description
#
# it can be multiline
# ## used by gem2rpm
# :license: MIT or Ruby
# ## used by gem2rpm and gem_packages
:version_suffix: '-7.0'
# ## used by gem2rpm and gem_packages
# :disable_docs: true
# ## used by gem2rpm
# :disable_automatic_rdoc_dep: true
# ## used by gem2rpm
# :preamble: |-
# BuildRequires: foobar
# Requires: foobar
# ## used by gem2rpm
# :patches:
# foo.patch: -p1
# bar.patch:
# :post_patch:
# if you need to fiddle with the source dir before rebuilding the gem
# ## used by gem2rpm
# :sources:
# - foo.desktop
# - bar.desktop
# :gem_install_args: '....'
# ## used by gem2rpm
# :pre_install: |-
# %if 0%{?use_system_libev}
# export USE_VENDORED_LIBEV="no"
# %endif
# ## used by gem2rpm
# :post_install: |-
# # delete custom files here or do other fancy stuff
# install -D -m 0644 %{S:1} %{buildroot}%{_bindir}/gem2rpm-opensuse
# ## used by gem2rpm
# :testsuite_command: |-
# (pushd %{buildroot}%{gem_base}/gems/%{mod_full_name} && rake test)
# ## used by gem2rpm
# :filelist: |-
# /usr/bin/gem2rpm-opensuse
# ## used by gem2rpm
# :scripts:
# :post: |-
# /bin/echo foo
# ## used by gem_packages
# :main:
# :preamble: |-
# Requires: util-linux
# Recommends: pwgen
# :filelist: |-
# /usr/bin/gem2rpm-opensuse
# ## used by gem_packages
# :custom_pkgs:
# apache:
# :preamble: |-
# Requires: .....
# :filelist: |-
# /etc/apache2/conf.d/passenger.conf
# :summary: Custom summary is optional
# :description: |-
# Custom description is optional
#
# bar
# :post: |-
# /bin/echo foo
:version_suffix: '-7.0'
:preamble: |-
BuildRequires: ruby-common >= 3.2.1
#!BuildIgnore: ruby3.1-rubygem-sprockets-3.7
BuildRequires: %{rubygem railties:7.0}
BuildRequires: %{rubygem activemodel:7.0}
BuildRequires: %{rubygem activejob >= 7.0}
# keep in sync with below
BuildRequires: %{rubygem puma >= 5.0}
BuildRequires: %{rubygem sprockets-rails}
BuildRequires: %{rubygem sqlite3 >= 1.4}
BuildRequires: %{rubygem importmap-rails}
BuildRequires: %{rubygem bootsnap}
BuildRequires: %{rubygem turbo-rails}
BuildRequires: %{rubygem stimulus-rails}
BuildRequires: %{rubygem jbuilder}
BuildRequires: %{rubygem web-console }
# It says 3.0, but to avoid any question for the 3.7 we
# still have in Factory, let's go newer
BuildRequires: %{rubygem sprockets > 3.8}
:main:
:preamble: |-
Recommends: git
Recommends: nodejs
Recommends: yarn
# keep in sync with above
Requires: rubygem(puma) >= 5.0
Requires: rubygem(sprockets-rails)
Requires: rubygem(sqlite3) >= 1.4
Requires: rubygem(importmap-rails)
Requires: rubygem(bootsnap)
Requires: rubygem(turbo-rails)
Requires: rubygem(stimulus-rails)
Requires: rubygem(jbuilder)
Requires: rubygem(web-console)
Requires: rubygem(sprockets) > 3.8