%global gem_name test-unit # svn repository # http://test-unit.rubyforge.org/svn/trunk/ Summary: Improved version of Test::Unit bundled in Ruby 1.8.x Name: rubygem-%{gem_name} Version: 2.5.4 Release: 3%{?dist} Group: Development/Languages # lib/test/unit/diff.rb is under GPLv2 or Ruby or Python # lib/test-unit.rb is under LGPLv2+ or Ruby # Other file: GPLv2 or Ruby License: (GPLv2 or Ruby) and (GPLv2 or Ruby or Python) and (LGPLv2+ or Ruby) URL: http://rubyforge.org/projects/test-unit/ Source0: http://rubygems.org/gems/%{gem_name}-%{version}.gem # https://github.com/test-unit/test-unit/issues/54 # https://github.com/test-unit/test-unit/commit/936bb463e1e47f5bee76702.patch Patch0: rubygem-gettext-2.3.7-CSV-detect-newer.patch BuildRequires: ruby(release) BuildRequires: rubygems BuildRequires: rubygems-devel # For %%check #BuildRequires: rubygem(rake) #BuildRequires: rubygem(hoe) Requires: ruby(release) Requires: rubygems BuildArch: noarch Provides: rubygem(%{gem_name}) = %{version}-%{release} %description Test::Unit 2.x - Improved version of Test::Unit bundled in Ruby 1.8.x. Ruby 1.9.x bundles minitest not Test::Unit. Test::Unit bundled in Ruby 1.8.x had not been improved but unbundled Test::Unit (Test::Unit 2.x) will be improved actively. %package doc Summary: Documentation for %{name} Group: Documentation Requires: %{name} = %{version}-%{release} %description doc This package contains documentation for %{name}. %prep %setup -q -c -T # Gem repack TOPDIR=$(pwd) mkdir tmpunpackdir pushd tmpunpackdir gem unpack %{SOURCE0} cd %{gem_name}-%{version} %patch0 -p1 gem specification -l --ruby %{SOURCE0} > %{gem_name}.gemspec gem build %{gem_name}.gemspec mv %{gem_name}-%{version}.gem $TOPDIR popd rm -rf tmpunpackdir %build %gem_install #find . -name \*.gem | xargs chmod 0644 find . -type f | xargs chmod ugo+r %install mkdir -p %{buildroot}%{gem_dir} cp -a .%{gem_dir}/* \ %{buildroot}%{gem_dir}/ # Keep testrb2 mkdir %{buildroot}%{_bindir} cat %{_bindir}/testrb | \ sed -e '\@require@s|test/unit|test-unit|' \ > %{buildroot}%{_bindir}/testrb2 chmod 0755 %{buildroot}%{_bindir}/testrb2 %check pushd .%{gem_instdir} #rake test --trace ruby -Ilib ./test/run-test.rb popd %files %defattr(-,root,root,-) %dir %{gem_instdir} %doc %{gem_instdir}/[A-Z]* %exclude %{gem_instdir}/Rakefile %{_bindir}/testrb2 %{gem_instdir}/lib/ %exclude %{gem_cache} %{gem_spec} %files doc %defattr(-,root,root,-) # Keep below for this package %{gem_instdir}/Rakefile %{gem_instdir}/sample/ %{gem_instdir}/test/ %{gem_docdir}/ %changelog * Thu Feb 28 2013 Mamoru TASAKA - 2.5.4-3 - Patch for CSV support (patch by upstream) * Wed Feb 27 2013 Mamoru TASAKA - 2.5.4-2 - Rebuild for ruby 2.0.0 * Sun Feb 3 2013 Mamoru TASAKA - 2.5.4-1 - 2.5.4 * Wed Jan 3 2013 Mamoru TASAKA - 2.5.3-1 - 2.5.3 * Sat Jul 21 2012 Fedora Release Engineering - 2.4.5-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Tue Apr 03 2012 Bohuslav Kabrda - 2.4.5-3 - Fix conditionals for F17 to work for RHEL 7 as well. * Sun Jan 22 2012 Mamoru Tasaka - 2.4.5-2 - 2.4.5 * Sun Jan 15 2012 Mamoru Tasaka - 2.4.4-1 - 2.4.4 * Sat Jan 14 2012 Fedora Release Engineering - 2.4.3-2 - F-17: Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Sun Dec 18 2011 Mamoru Tasaka - 2.4.3-1 - 2.4.3 * Sun Nov 27 2011 Mamoru Tasaka - 2.4.2-1 - 2.4.2 * Wed Nov 16 2011 Mamoru Tasaka - 2.4.1-1 - 2.4.1 * Mon Sep 19 2011 Mamoru Tasaka - 2.4.0-1 - 2.4.0 * Thu Aug 18 2011 Mamoru Tasaka - 2.3.2-1 - 2.3.2 * Sun Aug 14 2011 Mamoru Tasaka - 2.3.1-1 - 2.3.1 * Sun Apr 24 2011 Mamoru Tasaka - 2.3.0-1 - 2.3.0 * Fri Feb 18 2011 Mamoru Tasaka - 2.2.0-1 - 2.2.0 * Mon Feb 14 2011 Mamoru Tasaka - 2.1.2-2 - F-15 mass rebuild * Thu Nov 26 2010 Mamoru Tasaka - 2.1.2-1 - 2.1.2 * Sun Sep 19 2010 Mamoru Tasaka - 2.1.1-2 - Fix up license tag * Sat Sep 18 2010 Mamoru Tasaka - 2.1.1-1 - Initial package