# Generated from hashie-2.0.5.gem by gem2rpm -*- rpm-spec -*- %global gem_name hashie # tests require rspec >= 3.0 %if 0%{?rhel} && 0%{?rhel} <= 7 %global with_tests 0 %else %global with_tests 1 %endif Name: rubygem-%{gem_name} Version: 3.5.6 Release: 1%{?dist} Summary: Your friendly neighborhood hash library Group: Development/Languages License: MIT URL: https://github.com/intridea/hashie Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem BuildRequires: ruby(release) BuildRequires: rubygems-devel BuildRequires: ruby %if 0%{?with_tests} BuildRequires: rubygem(pry) BuildRequires: rubygem(rails) >= 5.0.1 BuildRequires: rubygem(rspec) >= 3.0 BuildRequires: rubygem(rspec) < 4 BuildRequires: rubygem(rspec-pending_for) >= 0.1 BuildRequires: rubygem(rspec-pending_for) < 1 BuildRequires: rubygem(rspec-rails) %endif BuildArch: noarch %if 0%{?rhel} && 0%{?rhel} <= 7 Requires: ruby(rubygems) Provides: rubygem(%{gem_name}) = %{version}-%{release} %endif %description Hashie is a collection of classes and mixins that make hashes more powerful. %package doc Summary: Documentation for %{name} Group: Documentation Requires: %{name} = %{version}-%{release} BuildArch: noarch %description doc Documentation for %{name}. %prep gem unpack %{SOURCE0} %setup -q -D -T -n %{gem_name}-%{version} gem spec %{SOURCE0} -l --ruby > %{gem_name}.gemspec %build # Create the gem as gem install only works on a gem file gem build %{gem_name}.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 # skip omniauth tests rm -rfv .%{gem_instdir}/spec/integration/* %install mkdir -p %{buildroot}%{gem_dir} cp -pa .%{gem_dir}/* \ %{buildroot}%{gem_dir}/ %check %if 0%{?with_tests} pushd .%{gem_instdir} rspec spec/ popd %endif %files %dir %{gem_instdir} %{gem_libdir} %doc %{gem_instdir}/LICENSE %exclude %{gem_cache} %exclude %{gem_instdir}/.* %{gem_spec} %files doc %doc %{gem_docdir} %doc %{gem_instdir}/CHANGELOG.md %doc %{gem_instdir}/CONTRIBUTING.md %doc %{gem_instdir}/README.md %doc %{gem_instdir}/UPGRADING.md %{gem_instdir}/Rakefile %{gem_instdir}/%{gem_name}.gemspec %{gem_instdir}/spec/ %changelog * Thu Jul 20 2017 František Dvořák - 3.5.6-1 - Update to 3.5.6 (#1087377) * Sat Feb 11 2017 Fedora Release Engineering - 2.0.5-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Thu Feb 04 2016 Fedora Release Engineering - 2.0.5-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Mon Jun 29 2015 Josef Stribny - 2.0.5-5 - Fix FTBFS: use RSpec 2.x * Thu Jun 18 2015 Fedora Release Engineering - 2.0.5-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Sun Jun 08 2014 Fedora Release Engineering - 2.0.5-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Sun Aug 04 2013 Fedora Release Engineering - 2.0.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Mon Jul 08 2013 Axilleas Pipinellis - 2.0.5-1 - Initial package