%{!?scl:%global pkg_name %{name}} %{?scl:%scl_package rubygem-%{gem_name}} # Generated from thor-0.12.0.gem by gem2rpm -*- rpm-spec -*- %global gem_name thor %global rubyabi 1.9.1 Summary: Scripting framework that replaces rake, sake and rubigen Name: %{?scl_prefix}rubygem-%{gem_name} Version: 0.18.1 Release: 2%{?dist} Group: Development/Languages License: MIT URL: http://github.com/wycats/thor Source0: http://rubygems.org/downloads/%{gem_name}-%{version}.gem Requires: %{?scl_prefix}ruby(rubygems) Requires: %{?scl_prefix}ruby(abi) = %{rubyabi} Requires: %{?scl_prefix}rubygem(rake) Requires: %{?scl_prefix}rubygem(diff-lcs) BuildRequires: %{?scl_prefix}rubygems-devel BuildRequires: %{?scl_prefix}ruby(abi) = %{rubyabi} BuildRequires: %{?scl_prefix}rubygem(rspec) BuildRequires: %{?scl_prefix}rubygem(rake) BuildRequires: %{?scl_prefix}rubygem(rdoc) BuildRequires: %{?scl_prefix}rubygem(fakeweb) BuildArch: noarch Provides: %{?scl_prefix}rubygem(%{gem_name}) = %{version} # Filter auto requires from /spec %global __requires_exclude_from ^%{gem_instdir}/spec/.*$ %if ( 0%{?rhel} && 0%{?rhel} < 7 ) %filter_requires_in %{gem_instdir}/spec/.*$ %filter_setup %endif %description Thor is a scripting framework that replaces rake, sake and rubigen. %package doc Summary: Documentation for %{pkg_name} Group: Documentation Requires: %{?scl_prefix}%{pkg_name} = %{version}-%{release} %description doc This package contains documentation for %{pkg_name}. %prep %setup -q -c -T mkdir -p .%{gem_dir} %{?scl:scl enable %scl "} gem install -V \ --local \ --install-dir $(pwd)/%{gem_dir} \ --force --rdoc \ %{SOURCE0} %{?scl:"} %build %install rm -rf %{buildroot} mkdir -p %{buildroot}%{gem_dir} cp -a .%{gem_dir}/* %{buildroot}%{gem_dir}/ mkdir -p %{buildroot}/%{_bindir} mv %{buildroot}%{gem_dir}/bin/* %{buildroot}/%{_bindir} rmdir %{buildroot}%{gem_dir}/bin find %{buildroot}%{gem_instdir}/bin -type f | xargs chmod a+x find %{buildroot}%{gem_instdir}/bin -type f | \ xargs -n 1 sed -i -e 's"^#!/usr/bin/env ruby"#!%{?scl:%_scl_root}/usr/bin/ruby"' %clean rm -rf %{buildroot} %check pushd %{buildroot}%{gem_instdir} # Drop bundler dependency sed -i "/require 'bundler'/d" Thorfile # kill simplecov dependency sed -i '3,10d' spec/helper.rb # Fix failing tests # /components and .empty_directory are present in git under v0.18.1 tag, # but missing in .gem so the tests are failing mkdir spec/fixtures/doc/components touch spec/fixtures/doc/components/.empty_directory %{?scl:scl enable %scl - << \EOF} LANG=en_US.utf8 rspec spec %{?scl:EOF} popd %files %{_bindir}/thor %doc %{gem_instdir}/LICENSE.md %dir %{gem_instdir} %{gem_instdir}/bin %{gem_libdir} %exclude %{gem_instdir}/.* %exclude %{gem_cache} %{gem_spec} %files doc %doc %{gem_docdir} %doc %{gem_instdir}/CHANGELOG.md %doc %{gem_instdir}/README.md %{gem_instdir}/Thorfile %{gem_instdir}/spec %{gem_instdir}/thor.gemspec %changelog * Thu Feb 13 2014 Josef Stribny - 0.18.1-2 - Filter auto-generated requires from example .sh script included in tests - Related: rhbz#1063274 * Thu Feb 13 2014 Josef Stribny - 0.18.1-1 - Update to thor 0.18.1 - Resolves: rhbz#1063274 * Fri Nov 15 2013 Vít Ondruch - 0.15.4-2 - Drop bundler dependency. * Tue Jun 11 2013 Josef Stribny - 0.15.4-2 - Fix download URL Resolves: rhbz#969105 * Thu Jul 26 2012 Bohuslav Kabrda - 0.15.4-1 - Update to Thor 0.15.4. - Specfile cleanup * Thu May 31 2012 Bohuslav Kabrda - 0.14.6-7 - Fix patches to apply cleanly. * Tue Apr 03 2012 Bohuslav Kabrda - 0.14.6-6 - Rebuilt for scl. * Wed Feb 01 2012 Bohuslav Kabrda - 0.14.6-5 - Enable tests. - Add patches for the failing tests. - Removed unnecessary ParseTree dependency. * Mon Jan 30 2012 Bohuslav Kabrda - 0.14.6-4 - Rebuilt for Ruby 1.9.3. * Sat Jan 14 2012 Fedora Release Engineering - 0.14.6-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Wed Feb 09 2011 Fedora Release Engineering - 0.14.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Mon Jan 17 2011 Mohammed Morsi - 0.14.6-1 - Updated to latest upstream version * Wed May 5 2010 Matthew Kent - 0.13.6-1 - New upstream version. * Fri Dec 18 2009 Matthew Kent - 0.12.0-2 - Add Requires for rubygem(rake) (#542559). - Upstream replaced Source after the gemcutter migration, update to latest (#542559). - Add Requires for rubygem(diff-lcs) as Thor can take advantage of it for colourized diff output (#542559). * Mon Nov 16 2009 Matthew Kent - 0.12.0-1 - Initial package