# Generated from multi_json-1.0.3.gem by gem2rpm -*- rpm-spec -*- %global gem_name multi_json Name: rubygem-%{gem_name} Version: 1.13.1 Release: 3%{?dist}.1 Summary: A common interface to multiple JSON libraries License: MIT URL: http://github.com/intridea/multi_json Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem # git clone https://github.com/intridea/multi_json.git && cd multi_json # git checkout v1.13.1 && tar czvf multi_json-1.13.1-tests.tgz ./spec/ Source1: %{gem_name}-%{version}-tests.tgz BuildRequires: ruby(release) BuildRequires: rubygems-devel >= 1.3.5 BuildRequires: ruby BuildRequires: rubygem(rspec) BuildRequires: %{_bindir}/rspec BuildRequires: rubygem(json_pure) BuildArch: noarch # OkJson is allowed to be bundled: # https://fedorahosted.org/fpc/ticket/113 Provides: bundled(okjson) = 45 %description A common interface to multiple JSON libraries, including Oj, Yajl, the JSON gem (with C-extensions), the pure-Ruby JSON gem, NSJSONSerialization, gson.rb, JrJackson, and OkJson. %package doc Summary: Documentation for %{name} Requires: %{name} = %{version}-%{release} BuildArch: noarch %description doc Documentation for %{name}. %prep %setup -q -c -T %gem_install -n %{SOURCE0} %build %install mkdir -p %{buildroot}%{gem_dir} cp -a .%{gem_dir}/* \ %{buildroot}%{gem_dir}/ %check pushd .%{gem_instdir} tar xf %{SOURCE1} # oj is not available on Fedora. sed -i '138,165 s/^/#/' spec/multi_json_spec.rb sed -i "/expect(MultiJson.adapter.to_s).to eq('MultiJson::Adapters::Oj')/ s/Oj/JsonGem/" spec/multi_json_spec.rb # Execute main test suite. rspec spec/{multi_json,options_cache}_spec.rb # Disable test of engines unsupported on Fedora (they may cause test suite to # exit). rm spec/{oj,yajl}_adapter_spec.rb # Adapters have to be tested separately. for adapter in spec/*_adapter_spec.rb; do rspec $adapter done popd %files %dir %{gem_instdir} %license %{gem_instdir}/LICENSE.md %{gem_libdir} %exclude %{gem_cache} %{gem_spec} %files doc %doc %{gem_docdir} %doc %{gem_instdir}/CHANGELOG.md %doc %{gem_instdir}/CONTRIBUTING.md %doc %{gem_instdir}/README.md %changelog * Sat Feb 02 2019 Fedora Release Engineering - 1.13.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Sat Jul 14 2018 Fedora Release Engineering - 1.13.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Fri Mar 23 2018 Vít Ondruch - 1.13.1-1 - Update to MultiJSON 1.13.1. * Fri Feb 09 2018 Fedora Release Engineering - 1.12.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering - 1.12.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sat Feb 11 2017 Fedora Release Engineering - 1.12.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Wed Oct 12 2016 Vít Ondruch - 1.12.1-1 - Update to MultiJSON 1.12.1. * Thu Feb 04 2016 Fedora Release Engineering - 1.10.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Thu Jun 18 2015 Fedora Release Engineering - 1.10.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Mon Mar 02 2015 Vít Ondruch - 1.10.1-1 - Update to MultiJSON 1.10.1. * Sun Jun 08 2014 Fedora Release Engineering - 1.8.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Wed Feb 12 2014 Vít Ondruch - 1.8.4-1 - Update to multi_json 1.8.4. * Sun Aug 04 2013 Fedora Release Engineering - 1.7.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Fri Jun 14 2013 Vít Ondruch - 1.7.7-1 - Update to multi_json 1.7.7. * Wed Mar 20 2013 Vít Ondruch - 1.7.1-1 - Update to multi_json 1.7.1. * Tue Feb 26 2013 Vít Ondruch - 1.3.6-4 - Rebuild for https://fedoraproject.org/wiki/Features/Ruby_2.0.0 * Thu Feb 14 2013 Fedora Release Engineering - 1.3.6-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Sat Jul 21 2012 Fedora Release Engineering - 1.3.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Mon Jul 16 2012 Bohuslav Kabrda - 1.3.6-1 - Update to multi_json 1.3.6. - Switch to rubygem(rspec) from rubygem(rspec-core). * Tue Jan 24 2012 Vít Ondruch - 1.0.3-5 - Rebuilt for Ruby 1.9.3. * Sat Jan 14 2012 Fedora Release Engineering - 1.0.3-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Fri Nov 11 2011 Vít Ondruch - 1.0.3-3 - Removed useless shebang. * Fri Nov 11 2011 Vít Ondruch - 1.0.3-2 - Review fixes. * Fri Jul 08 2011 Vít Ondruch - 1.0.3-1 - Initial package