# template: default %global gem_name gettext_i18n_rails Name: rubygem-%{gem_name} Version: 1.12.0 Release: 1%{?dist} Summary: Simple FastGettext Rails integration License: MIT URL: https://github.com/grosser/gettext_i18n_rails Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem # start specfile generated dependencies Requires: ruby >= 2.1.0 BuildRequires: ruby >= 2.1.0 BuildRequires: rubygems-devel BuildArch: noarch # end specfile generated dependencies %description Simple FastGettext Rails integration. %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} %license %{gem_instdir}/MIT-LICENSE.txt %{gem_libdir} %exclude %{gem_cache} %{gem_spec} %files doc %doc %{gem_docdir} %changelog * Sun Jul 02 2023 Foreman Packaging Automation 1.12.0-1 - Update to 1.12.0 * Sun Jun 04 2023 Foreman Packaging Automation 1.11.0-1 - Update to 1.11.0 * Sun Apr 30 2023 Foreman Packaging Automation 1.10.1-1 - Update to 1.10.1 * Tue Jan 10 2023 Foreman Packaging Automation 1.10.0-1 - Update to 1.10.0 * Sun Oct 16 2022 Foreman Packaging Automation 1.9.0-1 - Update to 1.9.0 * Wed Jul 13 2022 Foreman Packaging Automation 1.8.1-1 - Update to 1.8.1 * Thu Mar 11 2021 Eric D. Helms - 1.8.0-3 - Rebuild against rh-ruby27 * Wed Apr 08 2020 Zach Huntington-Meath - 1.8.0-2 - Bump to release for EL8 * Tue Jan 08 2019 Ondřej Ezr 1.8.0-1 - Update to 1.8.0 * Wed Sep 05 2018 Eric D. Helms - 1.2.1-5 - Rebuild for Rails 5.2 and Ruby 2.5 * Fri Jan 05 2018 Ewoud Kohl van Wijngaarden 1.2.1-4 - More rebuilds for Rails 5.1 (ericdhelms@gmail.com) - Use HTTPS URLs for github and rubygems (ewoud@kohlvanwijngaarden.nl) - Switch to using gem_install macro (ericdhelms@gmail.com) * Tue Dec 22 2015 Dominic Cleal 1.2.1-3 - Replace ruby(abi) for ruby22 rebuild (dcleal@redhat.com) * Tue Aug 25 2015 Dominic Cleal 1.2.1-2 - Converted to tfm SCL (dcleal@redhat.com) * Tue Feb 24 2015 Dominic Cleal 1.2.1-1 - Update gettext_i18n_rails to 1.2.1 (dcleal@redhat.com) * Thu Jan 08 2015 Dominic Cleal 1.2.0-1 - Update gettext_i18n_rails to 1.2.0 (dcleal@redhat.com) * Tue Nov 25 2014 Dominic Cleal 1.0.5-1 - Modernise and update gettext_i18n_rails to 1.0.5 (dcleal@redhat.com) * Thu Sep 12 2013 Lukas Zapletal 0.10.0-3 - Revert "update rubygems to include wrapper BuildRequires and Requires" (jmontleo@redhat.com) - update rubygems to include wrapper BuildRequires and Requires (jmontleo@redhat.com) * Thu Jul 04 2013 Dominic Cleal 0.10.0-2 - change ruby(abi) to ruby(release) for F19+ (dcleal@redhat.com) * Mon Jun 10 2013 Dmitri Dolguikh 0.10.0-1 - updated gettext_i18n_rails gem to version 0.10.0 (dmitri@redhat.com) * Tue May 14 2013 Dominic Cleal 0.9.4-1 - remove empty tito.props and definition which are duplicate with default from rel-eng/tito.props (msuchy@redhat.com) - with recent tito you do not need SCL meta package (msuchy@redhat.com) * Tue Feb 26 2013 Miroslav Suchý 0.2.13-4 - BR rubygems-devel (msuchy@redhat.com) * Tue Feb 26 2013 Miroslav Suchý 0.2.13-3 - new package built with tito * Fri Feb 03 2012 Mike McCune 0.2.13-2 - moving to possibly a more appropriate specname (mmccune@redhat.com) * Mon Jan 17 2011 Shannon Hughes 0.2.13-1 - new package built with tito * Mon Jan 17 2011 Shannon Hughes - 0.2.13-1 - Initial package