%{?scl:%scl_package rubygem-%{gem_name}} %{!?scl:%global pkg_name %{name}} %global gem_name unicode-display_width Summary: Determines the monospace display width of a string in Ruby Name: %{?scl_prefix}rubygem-%{gem_name} Version: 1.0.5 Release: 2%{?dist} Group: Development/Ruby License: MIT URL: https://github.com/janlelis/unicode-display_width Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem Requires: %{?scl_prefix_ruby}ruby(release) BuildRequires: %{?scl_prefix_ruby}rubygems-devel BuildRequires: %{?scl_prefix_ruby}rubygems BuildArch: noarch Provides: %{?scl_prefix}rubygem(unicode-display_width) = %{version} %{?scl:Obsoletes: ruby193-rubygem-%{gem_name}} %description Determines the monospace display width of a string using EastAsianWidth.txt, Unicode general category, and other data. %package doc BuildArch: noarch Requires: %{?scl_prefix}%{pkg_name} = %{version}-%{release} %{?scl:Obsoletes: ruby193-rubygem-%{gem_name}-doc} Summary: Documentation for rubygem-%{gem_name} %description doc This package contains documentation for rubygem-%{gem_name}. %prep %setup -n %{pkg_name}-%{version} -T -c %{?scl:scl enable %{scl} - < 1.0.5-2 - Final set of rebuilds (ericdhelms@gmail.com) - Use HTTPS URLs for github and rubygems (ewoud@kohlvanwijngaarden.nl) - Set proper download URLs for rubygems (komidore64@gmail.com) * Mon May 09 2016 Dominic Cleal 1.0.5-1 - Update unicode-display_width to 1.0.5 (dominic@cleal.org) * Tue Dec 22 2015 Dominic Cleal 0.1.1-8 - Replace ruby(abi) for ruby22 rebuild (dcleal@redhat.com) * Tue Aug 25 2015 Dominic Cleal 0.1.1-7 - Converted to tfm SCL (dcleal@redhat.com) - Fixes #9703 - change %%{dist} to %%{?dist} (jmontleo@redhat.com) - Add full rubygems.org source URL (dcleal@redhat.com) * Thu Jul 04 2013 Dominic Cleal 0.1.1-6 - change ruby(abi) to ruby(release) for F19+ (dcleal@redhat.com) - delete all zero sized tito.props (msuchy@redhat.com) - with recent tito you do not need SCL meta package (msuchy@redhat.com) * Thu Mar 14 2013 Miroslav Suchý 0.1.1-4 - new package built with tito * Mon Sep 10 2012 Miroslav Suchý 0.1.1-3 - remove yardoc (msuchy@redhat.com) * Mon Sep 10 2012 Miroslav Suchý 0.1.1-2 - new package built with tito