%{?scl:%scl_package rubygem-%{gem_name}} %{!?scl:%global pkg_name %{name}} %define gem_name oauth Summary: OAuth Core Ruby implementation Name: %{?scl_prefix}rubygem-%{gem_name} Version: 0.5.4 Release: 2%{?dist} Group: Development/Languages License: MIT URL: http://rubydoc.info/gems/oauth Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem Requires: %{?scl_prefix_ruby}rubygems Requires: %{?scl_prefix_ruby}ruby(release) >= 2.0 BuildRequires: %{?scl_prefix_ruby}rubygems BuildRequires: %{?scl_prefix_ruby}rubygems-devel BuildArch: noarch Provides: %{?scl_prefix}rubygem(%{gem_name}) = %{version} %{?scl:Obsoletes: ruby193-rubygem-%{gem_name}} %description OAuth Core Ruby implementation %package doc Summary: Documentation for %{pkg_name} Group: Documentation Requires: %{?scl_prefix}%{pkg_name} = %{version}-%{release} BuildArch: noarch %description doc Documentation for %{pkg_name} %prep %setup -q -c -T %{?scl:scl enable %{scl} - < 0.5.4-2 - Final set of rebuilds (ericdhelms@gmail.com) * Mon Dec 11 2017 Ewoud Kohl van Wijngaarden 0.5.4-1 - Update oauth to 0.5.4 (oprazak@redhat.com) - Use HTTPS URLs for github and rubygems (ewoud@kohlvanwijngaarden.nl) * Thu Feb 09 2017 Dominic Cleal 0.5.1-1 - Update oauth to 0.5.1 (dominic@cleal.org) * Tue Dec 22 2015 Dominic Cleal 0.4.7-8 - Fix build errors and modernise specs (dcleal@redhat.com) - Replace ruby(abi) for ruby22 rebuild (dcleal@redhat.com) * Tue Aug 25 2015 Dominic Cleal 0.4.7-7 - Fix checks against scl name, optimise rhel/empty SCL conditional (dcleal@redhat.com) - Converted to tfm SCL (dcleal@redhat.com) * Thu May 29 2014 Dominic Cleal 0.4.7-6 - Modernise and update for EL7 (dcleal@redhat.com) * Wed Jul 03 2013 Lukas Zapletal 0.4.7-5 - rubygem-oauth works for non-SCL as well (lzap+git@redhat.com) - 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) * Wed Feb 27 2013 Miroslav Suchý 0.4.7-3 - new package built with tito * Thu Nov 08 2012 Miroslav Suchý 0.4.7-2 - fixing requires and buildrequires for F17 (msuchy@redhat.com) * Tue Nov 06 2012 Ivan Necas 0.4.7-1 - rebase so 0.4.7 * Fri Jan 14 2011 Shannon Hughes 0.4.4-1 - new package built with tito * Fri Jan 14 2011 Shannon Hughes - 0.4.4-1 - Initial package