]> git.pld-linux.org Git - packages/ruby-test-unit.git/commitdiff
up to 2.5.5 master auto/th/ruby-test-unit-2.5.5-1
authorElan Ruusamäe <glen@delfi.ee>
Sun, 3 Aug 2014 14:05:34 +0000 (17:05 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Sun, 3 Aug 2014 14:05:34 +0000 (17:05 +0300)
ruby-test-unit.spec

index 8cd820d050e3b7413915f8c4687167b97576e1a9..995fcefced021c79a8998a90c616a4db4c84e9f4 100644 (file)
@@ -5,23 +5,31 @@
 %define pkgname test-unit
 Summary:       Improved version of Test::Unit bundled in Ruby 1.8.x
 Name:          ruby-%{pkgname}
-Version:       2.5.4
-Release:       2
+Version:       2.5.5
+Release:       1
 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:       (GPL v2 or Ruby) and (GPL v2 or Ruby or Python) and (LGPL v2+ or Ruby)
 Source0:       http://rubygems.org/gems/%{pkgname}-%{version}.gem
-# Source0-md5: af76916d97034e9f4f8936ab1dc90b8f
+# Source0-md5: 330ec9fb1cb03f869bbb20274672e297
 URL:           http://rubyforge.org/projects/test-unit/
 BuildRequires: rpm-rubyprov
 BuildRequires: rpmbuild(macros) >= 1.665
+%if %{with tests}
+#BuildRequires:        ruby-RedCloth 
+BuildRequires: ruby-bundler 
+#BuildRequires:        ruby-packnga 
+BuildRequires: ruby-rake 
+#BuildRequires:        ruby-yard 
+%endif
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %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.
@@ -64,7 +72,6 @@ ruby -Ilib ./test/run-test.rb
 
 rdoc --ri --op ri lib
 rdoc --op rdoc lib
-# rm -r ri/NOT_THIS_MODULE_RELATED_DIRS
 rm ri/created.rid
 rm ri/cache.ri
 rm -r ri/Object
This page took 0.072217 seconds and 4 git commands to generate.