# Generated from safety_cone-1.3.2.gem by gem2rpm -*- rpm-spec -*- %global gem_name safety_cone Name: rubygem-%{gem_name} Version: 1.3.2 Release: 1%{?dist} Summary: Blocks or warns requests as cofigured by the admin License: MIT URL: https://github.com/boost/safety_cone Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem BuildRequires: ruby(release) BuildRequires: rubygems-devel BuildRequires: ruby # BuildRequires: rubygem(sqlite3) = 1.3.13 # BuildRequires: rubygem(capybara) = 2.14.0 # BuildRequires: rubygem(factory_girl_rails) = 4.8.0 # BuildRequires: rubygem(database_cleaner) = 1.6.1 # BuildRequires: rubygem(pry) = 0.10.4 # BuildRequires: rubygem(rspec-rails) = 3.5.2 # BuildRequires: rubygem(rails-controller-testing) = 1.0.2 # BuildRequires: rubygem(mock_redis) >= 0.17.3 # BuildRequires: rubygem(mock_redis) < 0.18 # BuildRequires: rubygem(launchy) = 2.4.3 BuildArch: noarch %description At times we would want to block certain requests. SafetyCone allows this to be controlled from an interface. It also provides a feature flipper for the views. %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} %license %{gem_instdir}/MIT-LICENSE %{gem_instdir}/app %{gem_instdir}/config %{gem_libdir} %exclude %{gem_cache} %{gem_spec} %files doc %doc %{gem_docdir} %doc %{gem_instdir}/README.md %{gem_instdir}/Rakefile %changelog * Wed Sep 15 2021 mockbuilder - 1.3.2-1 - Initial package