# Generated from table-for-3.7.0.gem by gem2rpm -*- rpm-spec -*- %global gem_name table-for Name: rubygem-%{gem_name} Version: 3.7.0 Release: 1%{?dist} Summary: table-for is a table builder for an array of objects, easily allowing overriding of how any aspect of the table is generated License: MIT URL: http://github.com/hunterae/table-for Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem BuildRequires: ruby(release) BuildRequires: rubygems-devel BuildRequires: ruby # BuildRequires: rubygem(rspec-rails) >= 2.0.0.beta.20 # BuildRequires: rubygem(mocha) = 0.10.3 # BuildRequires: rubygem(xml-simple) = 1.1.1 # BuildRequires: rubygem(supermodel) # BuildRequires: rubygem(sqlite3) # BuildRequires: rubygem(with_model) # BuildRequires: rubygem(nokogiri) BuildArch: noarch %description table-for is a table builder for an array of objects, easily allowing overriding of how any aspect of the table is generated. %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 %exclude %{gem_instdir}/.travis.yml %{gem_instdir}/app %{gem_instdir}/example_table.png %{gem_libdir} %{gem_instdir}/rails %exclude %{gem_cache} %{gem_spec} %files doc %doc %{gem_docdir} %doc %{gem_instdir}/.byebug_history %doc %{gem_instdir}/CHANGELOG.rdoc %{gem_instdir}/Gemfile %{gem_instdir}/Gemfile.lock %doc %{gem_instdir}/README.rdoc %{gem_instdir}/Rakefile %doc %{gem_instdir}/example.rdoc %{gem_instdir}/spec %{gem_instdir}/table-for.gemspec %changelog * Thu Sep 16 2021 mockbuilder - 3.7.0-1 - Initial package