[rubygem-minitest/el6/master] Readying for el6.

Michael Stahnke stahnma at fedoraproject.org
Tue Sep 14 17:57:48 UTC 2010


commit 4a4eb9a64c9f5cd3142b53e38d3d47fe72218f4c
Author: stahnma <stahnma at websages.com>
Date:   Tue Sep 14 13:57:43 2010 -0400

    Readying for el6.

 rubygem-minitest.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/rubygem-minitest.spec b/rubygem-minitest.spec
index 3bc893c..cd8a05b 100644
--- a/rubygem-minitest.spec
+++ b/rubygem-minitest.spec
@@ -8,7 +8,7 @@
 Summary: Small and fast replacement for ruby's huge and slow test/unit
 Name: rubygem-%{gemname}
 Version: 1.6.0
-Release: 1%{?dist}
+Release: 2%{?dist}
 Group: Development/Languages
 License: MIT
 URL: http://rubyforge.org/projects/bfts
@@ -18,7 +18,7 @@ Requires: ruby(rubygems)
 Requires: ruby(abi) = %{rubyabi}
 BuildRequires: ruby(rubygems)
 BuildRequires: ruby(abi) = %{rubyabi}
-BuildRequires(check): rubygem(rake), rubygem(hoe)
+#BuildRequires(check): rubygem(rake), rubygem(hoe)
 BuildArch: noarch
 Provides: rubygem(%{gemname}) = %{version}
 
@@ -71,7 +71,7 @@ rm -rf %{buildroot}
 
 %check
 pushd .%{geminstdir}
-rake test
+#rake test
 
 %files
 %defattr(-,root,root,-)
@@ -92,6 +92,9 @@ rake test
 %{gemdir}/doc/%{gemname}-%{version}
 
 %changelog
+* Tue Sep 14 2010 Michael Stahnke <stahnma at fedoraproject.org> - 1.6.0-2
+- Updating spec to remove %%check while bootstrapping el6
+
 * Tue May  4 2010 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 1.6.0-1
 - Update to 1.6.0 (#586505)
 - Patch0 removed


More information about the scm-commits mailing list