# Generated from ascii_paradise-0.2.62.gem by gem2rpm -*- rpm-spec -*- %global gem_name ascii_paradise Name: rubygem-%{gem_name} Version: 0.2.62 Release: 1%{?dist} Summary: This gem is called ascii_paradise. AsciiParadise is an umbrella project that allows us to gather ascii-related code, in Ruby. The main focus for this project is to incorporate animated ASCII components, but the project will also store some non-animated ASCII - thus, essentially making it an umbrella project for (useful) ASCII content. The main focus will remain on animated ASCII, though. Presently, 113 ASCII components are registered in this project. For more information about this project, have a look at the documentation of this gem's homepage License: MIT URL: https://rubygems.org/gems/ascii_paradise Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem BuildRequires: ruby(release) BuildRequires: rubygems-devel >= 3.2.32 BuildRequires: ruby >= 2.5.8 BuildArch: noarch %description This gem is called ascii_paradise. AsciiParadise is an umbrella project that allows us to gather ascii-related code, in Ruby. The main focus for this project is to incorporate animated ASCII components, but the project will also store some non-animated ASCII - thus, essentially making it an umbrella project for (useful) ASCII content. The main focus will remain on animated ASCII, though. Presently, 113 ASCII components are registered in this project. For more information about this project, have a look at the documentation of this gem's homepage. . %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} %{gem_instdir}/bin %{gem_libdir} %exclude %{gem_cache} %{gem_spec} %files doc %doc %{gem_docdir} %doc %{gem_instdir}/README.md %{gem_instdir}/ascii_paradise.gemspec %doc %{gem_instdir}/doc %{gem_instdir}/test %changelog * Wed Dec 01 2021 mockbuilder - 0.2.62-1 - Initial package