# Generated from node_adapter_int-0.2.1.gem by gem2rpm -*- rpm-spec -*- %global gem_name node_adapter_int Name: rubygem-%{gem_name} Version: 0.2.1 Release: 1%{?dist} Summary: A NodeAdapter interface License: GPL-3.0 URL: https://docs.diligentsoftware.org/node-1/adapter/interface Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem BuildRequires: ruby(release) BuildRequires: rubygems-devel BuildRequires: ruby >= 2.6.5 # BuildRequires: rubygem(simplecov) # BuildRequires: rubygem(simplecov) < 1 # BuildRequires: rubygem(node_int) >= 3 # BuildRequires: rubygem(node_int) < 4 BuildArch: noarch %description A NodeAdapter interface. Donations support continuous improvement and maintenance. The aim is a reliable, integrable, and endurable Node library. Make a donation at the project's collective page: https://opencollective.com/node. One-time and recurring donations are available at $1, $2, $4, $8, and $16. Greatly appreciated. %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} # Run the test suite. popd %files %dir %{gem_instdir} %exclude %{gem_instdir}/.gitignore %{gem_instdir}/.idea %exclude %{gem_instdir}/.travis.yml %exclude %{gem_instdir}/.yardopts %{gem_instdir}/CODE_OF_CONDUCT.md %license %{gem_instdir}/LICENSE.txt %{gem_instdir}/bin %{gem_libdir} %exclude %{gem_cache} %{gem_spec} %files doc %doc %{gem_docdir} %doc %{gem_instdir}/Changelog.md %{gem_instdir}/Gemfile %{gem_instdir}/Gemfile.lock %doc %{gem_instdir}/README.md %{gem_instdir}/Rakefile %{gem_instdir}/node_adapter_int.gemspec %changelog * Tue Sep 14 2021 mockbuilder - 0.2.1-1 - Initial package