# Generated from msgpack-0.5.9.gem by gem2rpm -*- rpm-spec -*- %global gem_name msgpack Name: rubygem-%{gem_name} Version: 1.1.0 Release: 12%{?dist} Summary: MessagePack, a binary-based efficient data interchange format License: ASL 2.0 URL: http://msgpack.org/ Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem BuildRequires: gcc BuildRequires: ruby(release) BuildRequires: rubygems-devel BuildRequires: ruby-devel BuildRequires: rubygem(rspec) # BuildRequires: rubygem(rake-compiler) => 0.8.3 # BuildRequires: rubygem(rake-compiler) < 0.9 # BuildRequires: rubygem(rspec) => 2.11 # BuildRequires: rubygem(rspec) < 3 # BuildRequires: rubygem(json) => 1.7 # BuildRequires: rubygem(json) < 2 # BuildRequires: rubygem(yard) => 0.8.2 # BuildRequires: rubygem(yard) < 0.9 Provides: rubygem(%{gem_name}) = %{version} %description MessagePack is a binary-based efficient object serialization library. It enables to exchange structured objects between many languages like JSON. But unlike JSON, it is very fast and small. %package doc Summary: Documentation for %{name} 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 %install mkdir -p %{buildroot}%{gem_dir} cp -a .%{gem_dir}/* \ %{buildroot}%{gem_dir}/ %if 0%{?fedora} > 0 mkdir -p %{buildroot}%{gem_extdir_mri} cp -ar .%{gem_extdir_mri}/{gem.build_complete,%{gem_name}} %{buildroot}%{gem_extdir_mri}/ %endif %if 0%{?rhel} >= 7 mkdir -p %{buildroot}%{gem_extdir_mri}/lib/%{gem_name} cp -ar .%{gem_instdir}/lib/%{gem_name}/%{gem_name}.so %{buildroot}%{gem_extdir_mri}/lib/%{gem_name} %endif # Prevent dangling symlink in -debuginfo (rhbz#878863). rm -rf %{buildroot}%{gem_instdir}/ext/ rm -f %{buildroot}%{gem_instdir}/{.gitignore,.travis.yml} # Run the test suite %check pushd .%{gem_instdir} rm -rf spec/jruby rspec -Ilib -I%{buildroot}%{gem_extdir_mri} spec popd %files %dir %{gem_instdir} %{gem_extdir_mri} %exclude %{gem_instdir}/.rubocop.yml %license %{gem_instdir}/LICENSE %{gem_instdir}/appveyor.yml %{gem_instdir}/bench %{gem_libdir} %{gem_instdir}/msgpack.org.md %exclude %{gem_cache} %{gem_spec} %files doc %doc %{gem_docdir} %doc %{gem_instdir}/ChangeLog %{gem_instdir}/Gemfile %doc %{gem_instdir}/README.rdoc %{gem_instdir}/Rakefile %doc %{gem_instdir}/doclib %{gem_instdir}/msgpack.gemspec %{gem_instdir}/spec %changelog * Thu Jan 30 2020 Fedora Release Engineering - 1.1.0-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Sat Jan 18 2020 Mamoru TASAKA - 1.1.0-11 - F-32: rebuild against ruby27 * Fri Jul 26 2019 Fedora Release Engineering - 1.1.0-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Sat Feb 02 2019 Fedora Release Engineering - 1.1.0-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Thu Jan 17 2019 Vít Ondruch - 1.1.0-8 - Rebuilt for https://fedoraproject.org/wiki/Changes/Ruby_2.6 * Mon Aug 13 2018 Mamoru TASAKA - 1.1.0-7 - Add C compiler as BR * Sat Jul 14 2018 Fedora Release Engineering - 1.1.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Fri Feb 09 2018 Fedora Release Engineering - 1.1.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Sat Jan 20 2018 Björn Esser - 1.1.0-4 - Rebuilt for switch to libxcrypt * Thu Jan 04 2018 Mamoru TASAKA - 1.1.0-3 - F-28: rebuild for ruby25 * Fri Jul 21 2017 Sandro Bonazzola - 1.1.0-2 - Re-applied changes lost during rebase * Thu Jun 29 2017 Rich Megginson - 1.1.0-1 - version 1.1.0 * Thu Jan 19 2017 Sandro Bonazzola - 0.5.12-2 - Rebuilding adding ppc64le arch * Fri Sep 16 2016 Rich Megginson - 0.5.12-1 - update to 0.5.12 * Mon Jan 05 2015 Graeme Gillies - 0.5.11-1 - Initial package