# Generated from ride_the_chill_wave-2.0.3.gem by gem2rpm -*- rpm-spec -*- %global gem_name ride_the_chill_wave Name: rubygem-%{gem_name} Version: 2.0.3 Release: 1%{?dist} Summary: Everything is chill, man License: Launch URL: http://rubygems.org/gems/ride_the_chill_wave Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem BuildRequires: ruby(release) BuildRequires: rubygems-devel BuildRequires: ruby BuildArch: noarch %description Helps you chill out when coding Ruby. Require 'chill' and then call .chill? or .is_chill? on any of your Ruby objects to find out if they are chill or not (spoiler: they probably are). Version 1.0.1: Now even BasicObjects can be chill! Version 1.0.2: Unfortunately, certain people are not chill. Version 1.0.3: With time, chill status can be regained. Version 2.0.0: Now your puts statements are more chill with the addition of chill colors. Version 2.0.1: Fixed a totally not chill bug. %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_libdir} %exclude %{gem_cache} %{gem_spec} %files doc %doc %{gem_docdir} %changelog * Wed Apr 20 2022 mockbuilder - 2.0.3-1 - Initial package