# template: default %global gem_name fast_gettext Name: rubygem-%{gem_name} Version: 2.3.0 Release: 1%{?dist} Summary: A simple, fast, memory-efficient and threadsafe implementation of GetText License: MIT and Ruby URL: https://github.com/grosser/fast_gettext Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem # start specfile generated dependencies Requires: ruby >= 2.5.0 BuildRequires: ruby >= 2.5.0 BuildRequires: rubygems-devel BuildArch: noarch # end specfile generated dependencies %description A simple, fast, memory-efficient and threadsafe implementation of GetText. %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}/ %files %dir %{gem_instdir} %{gem_libdir} %exclude %{gem_cache} %{gem_spec} %license %{gem_instdir}/LICENSE %files doc %doc %{gem_docdir} %doc %{gem_instdir}/CHANGELOG %doc %{gem_instdir}/Readme.md %changelog * Fri Mar 01 2024 Evgeni Golov - 2.3.0-1 - Update to 2.3.0 * Wed Jul 13 2022 Foreman Packaging Automation 1.8.0-1 - Update to 1.8.0 * Thu Mar 11 2021 Eric D. Helms - 1.4.1-5 - Rebuild against rh-ruby27 * Wed Apr 08 2020 Zach Huntington-Meath - 1.4.1-4 - Bump to release for EL8 * Wed Sep 05 2018 Eric D. Helms - 1.4.1-3 - Rebuild for Rails 5.2 and Ruby 2.5 * Fri Jan 05 2018 Ewoud Kohl van Wijngaarden 1.4.1-2 - More rebuilds for Rails 5.1 (ericdhelms@gmail.com) - Use HTTPS URLs for github and rubygems (ewoud@kohlvanwijngaarden.nl) * Wed Jul 12 2017 Eric D. Helms 1.4.1-1 - Update fast_gettext to 1.4.1 (tbrisker@gmail.com) * Tue May 31 2016 Dominic Cleal 1.1.0-1 - Update fast_gettext to 1.1.0 (dominic@cleal.org) * Tue Apr 12 2016 Dominic Cleal 1.0.0-1 - Update fast_gettext to 1.0.0 (dominic@cleal.org) * Tue Dec 22 2015 Dominic Cleal 0.9.2-3 - Replace ruby(abi) for ruby22 rebuild (dcleal@redhat.com) * Tue Aug 25 2015 Dominic Cleal 0.9.2-2 - Fix checks against scl name, optimise rhel/empty SCL conditional (dcleal@redhat.com) - Converted to tfm SCL (dcleal@redhat.com) * Mon Jan 12 2015 Dominic Cleal 0.9.2-1 - Update fast_gettext to 0.9.2 (dcleal@redhat.com) * Thu Jan 08 2015 Dominic Cleal 0.9.1-1 - Update fast_gettext to 0.9.1 (dcleal@redhat.com) * Mon Nov 24 2014 Dominic Cleal 0.8.1-1 - Update fast_gettext to 0.8.1 (dcleal@redhat.com) * Thu May 29 2014 Dominic Cleal 0.8.0-15 - Modernise and update for EL7 (dcleal@redhat.com) * Wed Mar 19 2014 Jason Montleon 0.8.0-14 - remove unnecessary Require for rubygems-devel. Only needed as a BuildRequire (jmontleo@redhat.com) * Tue Mar 18 2014 Jason Montleon 0.8.0-13 - fix fedora 19 builds, add rubygems-devel dependency (jmontleo@redhat.com) * Mon Mar 17 2014 Jason Montleon 0.8.0-7 - update build dependencies (jmontleo@redhat.com) * Mon Mar 17 2014 Jason Montleon 0.8.0-6 - update build dependencies (jmontleo@redhat.com) * Mon Mar 17 2014 Jason Montleon 0.8.0-5 - update build dependencies (jmontleo@redhat.com) * Mon Mar 17 2014 Jason Montleon 0.8.0-4 - * Mon Dec 02 2013 Jason Montleon 0.8.0-3 - Temporary file permission fix for string.rb (lzap+git@redhat.com) - SCL-enable shebang lines (dcleal@redhat.com) * Tue Sep 17 2013 Jason Montleon 0.8.0-2 - update rubygem-fast_gettext to 0.8.0 for Foreman 1.3 (jmontleo@redhat.com) * Thu Sep 12 2013 Lukas Zapletal 0.8.0-2 - Revert "update rubygems to include wrapper BuildRequires and Requires" (jmontleo@redhat.com) - update rubygems to include wrapper BuildRequires and Requires (jmontleo@redhat.com) * Fri Aug 30 2013 Lukas Zapletal - 0.8.0-1 - update to 0.8.0 (multi-domain support) - renamed spec name to comply with standards - new SPEC content derived from F19 (0.7.1-1) and spec2scl * Mon Aug 19 2013 Vít Ondruch - 0.7.1-1 - Update to fast_gettext 0.7.1. * Sun Aug 04 2013 Fedora Release Engineering - 0.7.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Thu Mar 07 2013 Vít Ondruch - 0.7.0-1 - Rebuild for https://fedoraproject.org/wiki/Features/Ruby_2.0.0 - Update to fast_gettext 0.7.0. * Thu Feb 14 2013 Fedora Release Engineering - 0.6.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Sat Jul 21 2012 Fedora Release Engineering - 0.6.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Thu Feb 02 2012 Vít Ondruch - 0.6.1-3 - Rebuilt for Ruby 1.9.3. * Sat Jan 14 2012 Fedora Release Engineering - 0.6.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Mon Oct 17 2011 Vít Ondruch - 0.6.1-1 - Update to fast_gettext 6.1. * Mon Aug 01 2011 Vít Ondruch - 0.5.13-1 - Initial package