# Generated from dcc-0.1.0.gem by gem2rpm -*- rpm-spec -*- %global gem_name dcc Name: rubygem-%{gem_name} Version: 0.1.0 Release: 1%{?dist} Summary: Work with the NMRA's Digital Command Control standards License: BSD 3 clause URL: https://github.com/robertgauld/dcc Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem BuildRequires: ruby(release) BuildRequires: rubygems-devel >= 2.6.14 BuildRequires: ruby >= 2.7 # BuildRequires: rubygem(coveralls) >= 0.8 # BuildRequires: rubygem(coveralls) < 1 # BuildRequires: rubygem(guard) >= 2.15 # BuildRequires: rubygem(guard) < 3 # BuildRequires: rubygem(guard-bundler) >= 2.2 # BuildRequires: rubygem(guard-bundler) < 3 # BuildRequires: rubygem(guard-rspec) >= 4.2 # BuildRequires: rubygem(guard-rspec) < 5 # BuildRequires: rubygem(guard-rspec) >= 4.2.5 # BuildRequires: rubygem(guard-rubocop) >= 1.3 # BuildRequires: rubygem(guard-rubocop) < 2 # BuildRequires: rubygem(rb-inotify) >= 0.9 # BuildRequires: rubygem(rb-inotify) < 1 # BuildRequires: rubygem(rspec) >= 3.7 # BuildRequires: rubygem(rspec) < 4 # BuildRequires: rubygem(rspec-its) >= 1.3 # BuildRequires: rubygem(rspec-its) < 2 # BuildRequires: rubygem(rubocop) >= 0.87 # BuildRequires: rubygem(rubocop) < 1 # BuildRequires: rubygem(rubocop-performance) >= 1.7 # BuildRequires: rubygem(rubocop-performance) < 2 # BuildRequires: rubygem(simplecov) >= 0.7 # BuildRequires: rubygem(simplecov) < 1 BuildArch: noarch %description Work with the NMRA's Digital Command Control standards. %package doc Summary: Documentation for %{name} Requires: %{name} = %{version}-%{release} BuildArch: noarch %description doc Documentation for %{name}. %prep %setup -q -n %{gem_name}-%{version} %build # Create the gem as gem install only works on a gem file gem build ../%{gem_name}-%{version}.gemspec # %%gem_install compiles any C extensions and installs the gem into ./%%gem_dir # by default, so that we can move it into the buildroot in %%install %gem_install %install mkdir -p %{buildroot}%{gem_dir} cp -a .%{gem_dir}/* \ %{buildroot}%{gem_dir}/ %check pushd .%{gem_instdir} # rspec spec popd %files %dir %{gem_instdir} %license %{gem_instdir}/LICENSE.md %{gem_libdir} %exclude %{gem_cache} %{gem_spec} %files doc %doc %{gem_docdir} %doc %{gem_instdir}/CHANGELOG.md %doc %{gem_instdir}/README.md %{gem_instdir}/spec %changelog * Mon Aug 23 2021 mockbuilder - 0.1.0-1 - Initial package