%{?scl:%scl_package rubygem-%{gem_name}} %{!?scl:%global pkg_name %{name}} %global gem_name audited Summary: Log all changes to your models Name: %{?scl_prefix}rubygem-%{gem_name} Version: 4.7.1 Release: 1%{?dist} Group: Development/Languages License: MIT URL: https://github.com/collectiveidea/audited Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem Requires: %{?scl_prefix_ruby}ruby(release) Requires: %{?scl_prefix_ruby}ruby(rubygems) Requires: %{?scl_prefix_ror}rubygem(activerecord) >= 4.0 Requires: %{?scl_prefix_ror}rubygem(activerecord) < 5.3 BuildRequires: %{?scl_prefix_ruby}ruby(release) BuildRequires: %{?scl_prefix_ruby}rubygems-devel BuildRequires: %{?scl_prefix_ruby}ruby BuildArch: noarch Provides: %{?scl_prefix}rubygem(%{gem_name}) = %{version} %{?scl:Obsoletes: ruby193-rubygem-%{gem_name}} %description Log all changes to your models %package doc Summary: Documentation for %{pkg_name} Group: Documentation Requires: %{?scl_prefix}%{pkg_name} = %{version}-%{release} %{?scl:Obsoletes: ruby193-rubygem-%{gem_name}-doc} BuildArch: noarch %description doc Documentation for %{pkg_name} %prep %setup -n %{pkg_name}-%{version} -q -c -T mkdir -p .%{gem_dir} %{?scl:scl enable %{scl} - < 4.7.1-1 - Update to 4.7.1 * Tue Mar 27 2018 Tomer Brisker 4.7.0-1 - Update to 4.7.0 * Tue Jan 16 2018 Ewoud Kohl van Wijngaarden 4.6.0-1 - Bump rubygem-audited to 4.6.0 (ewoud@kohlvanwijngaarden.nl) * Fri Jan 05 2018 Ewoud Kohl van Wijngaarden 4.4.1-2 - Rebuild for Rails 5.1 (ericdhelms@gmail.com) - Use HTTPS URLs for github and rubygems (ewoud@kohlvanwijngaarden.nl) * Thu Mar 30 2017 Dominic Cleal 4.4.1-1 - Update audited to 4.4.1 (dominic@cleal.org) * Tue Jan 24 2017 Dominic Cleal 4.3.0-1 - Update audited to 4.3.0 (dominic@cleal.org) * Tue Dec 22 2015 Dominic Cleal 4.2.0-1 - Update audited to 4.2.0 (dcleal@redhat.com) - Replace ruby(abi) for ruby22 rebuild (dcleal@redhat.com) * Tue Aug 25 2015 Dominic Cleal 3.0.0-4 - Converted to tfm SCL (dcleal@redhat.com) * Tue Mar 12 2013 Miroslav Suchý 3.0.0-2 - new package built with tito * Tue Nov 27 2012 Vít Ondruch - 3.0.0-1 - Initial package