%{?scl:%scl_package rubygem-%{gem_name}} %{!?scl:%global pkg_name %{name}} %global gem_name syntax Summary: Ruby library for performing simple syntax highlighting Name: %{?scl_prefix}rubygem-%{gem_name} Version: 1.0.0 Release: 12%{?dist} Group: Development/Languages License: Public Domain URL: http://syntax.rubyforge.org/ Source0: http://gems.rubyforge.org/gems/%{gem_name}-%{version}.gem Source1: %{gem_name}-LICENSE Patch0: rubygem-syntax-fix-yaml-parse-for-ruby-1.9.patch BuildRoot: %{_tmppath}/%{pkg_name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: %{?scl_prefix_ruby}ruby(release) Requires: %{?scl_prefix_ruby}ruby(rubygems) BuildRequires: %{?scl_prefix_ruby}rubygems-devel BuildRequires: %{?scl_prefix_ruby}rubygem(test-unit) BuildArch: noarch Provides: %{?scl_prefix}rubygem(%{gem_name}) = %{version} %{?scl:Obsoletes: ruby193-rubygem-%{gem_name}} %description Syntax is a lexical analysis framework. It supports pluggable syntax modules, and comes with modules for Ruby, XML, and YAML. %prep %{?scl:scl enable %{scl} - < 1.0.0-12 - Final set of rebuilds (ericdhelms@gmail.com) - Switch to using gem_install macro (ericdhelms@gmail.com) * Tue Dec 22 2015 Dominic Cleal 1.0.0-11 - Fix build errors and modernise specs (dcleal@redhat.com) - Replace ruby(abi) for ruby22 rebuild (dcleal@redhat.com) * Tue Aug 25 2015 Dominic Cleal 1.0.0-10 - Converted to tfm SCL (dcleal@redhat.com) * Fri Mar 15 2013 Lukas Zapletal 1.0.0-8 - new package built with tito * Sat Jul 21 2012 Fedora Release Engineering - 1.0.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Tue Jan 31 2012 Bohuslav Kabrda - 1.0.0-6 - Rebuilt for Ruby 1.9.3. - Introduced %%check section. - Added patch for Ruby 1.9.3 tests. * Sat Jan 14 2012 Fedora Release Engineering - 1.0.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Wed Feb 09 2011 Fedora Release Engineering - 1.0.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Sun Jul 26 2009 Fedora Release Engineering - 1.0.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Mon Jul 06 2009 Lubomir Rintel (Good Data) - 1.0.0-2 - Bring tests back - Depend on ruby(abi) - Replace defines with globals * Fri Jul 03 2009 Lubomir Rintel (Good Data) - 1.0.0-1 - Package generated by gem2rpm - Don't ship tests - Fix up License