[rubygem-jnunemaker-matchy/el5] Remove %check on epel due to missing deps

Michael Stahnke stahnma at fedoraproject.org
Thu Dec 29 07:58:53 UTC 2011


commit effc2de2e568256039cf18a5fe70290fd9842ae2
Author: Michael Stahnke <stahnma at puppetlabs.com>
Date:   Thu Dec 29 01:58:23 2011 -0600

    Remove %check on epel due to missing deps
    
    Signed-off-by: Michael Stahnke <stahnma at puppetlabs.com>

 rubygem-jnunemaker-matchy.spec |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/rubygem-jnunemaker-matchy.spec b/rubygem-jnunemaker-matchy.spec
index 4c33299..8396f66 100644
--- a/rubygem-jnunemaker-matchy.spec
+++ b/rubygem-jnunemaker-matchy.spec
@@ -14,9 +14,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires: rubygems
 Requires: ruby(abi) = 1.8
 BuildRequires: rubygems
-BuildRequires: rubygem(newgem)
 BuildRequires: rubygem(rake)
-BuildRequires: rubygem(hoe)
+# The following are only required for tests
+##BuildRequires: rubygem(newgem)
+##BuildRequires: rubygem(hoe)
 BuildArch: noarch
 Provides: rubygem(%{gemname}) = %{version}
 
@@ -45,9 +46,10 @@ rm -f %{buildroot}/%{geminstdir}/matchy.gemspec
 %clean
 rm -rf %{buildroot}
 
+# Check disabled on EPEL as newgem isn't ready yet
 %check
 cd %{buildroot}%{geminstdir}
-rake test
+#rake test
 
 %files
 %defattr(-, root, root, -)


More information about the scm-commits mailing list