[rubygem-rcov/el5/master] Fixing to build in epel5

Michael Stahnke stahnma at fedoraproject.org
Mon Sep 13 22:58:45 UTC 2010


commit b80afc875882714afbb27820118d6e14b01f08b4
Author: stahnma <stahnma at websages.com>
Date:   Mon Sep 13 18:58:38 2010 -0400

    Fixing to build in epel5

 rubygem-rcov.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/rubygem-rcov.spec b/rubygem-rcov.spec
index 239d6e0..20c340f 100644
--- a/rubygem-rcov.spec
+++ b/rubygem-rcov.spec
@@ -9,7 +9,7 @@
 Summary: Code coverage analysis tool for Ruby
 Name: rubygem-%{gemname}
 Version: 0.9.8
-Release: 1%{?dist}
+Release: 2%{?dist}
 Group: Development/Languages
 License: GPLv2 or Ruby
 URL: http://github.com/relevance/rcov
@@ -81,6 +81,7 @@ find %{buildroot}%{geminstdir}/bin -type f | \
 rm -rf %{buildroot}
 
 %check
+export RUBYOPT=rubygems
 pushd .%{geminstdir}
 rake test
 
@@ -106,6 +107,9 @@ rake test
 %{gemdir}/doc/%{gemname}-%{version}
 
 %changelog
+* Mon Sep 13 2010 Michael Stahnke <stahnma at fedoraproject.org> - 0.9.8-2
+- Fixing to build in EPEL5
+
 * Tue May 04 2010 Matthew Kent <mkent at magoazul.com> - 0.9.8-1
 - New upstream version - fix for occasional SEGV.
 - Enable tests.


More information about the scm-commits mailing list