[rubygem-rake/f16] use RUBYLIB

Mamoru Tasaka mtasaka at fedoraproject.org
Mon Dec 19 09:46:37 UTC 2011


commit 10d5c758ec498575cb9147919d24316aea62ef70
Author: TASAKA Mamoru <mtasaka at localhost.localdomain>
Date:   Mon Dec 19 18:46:36 2011 +0900

    use RUBYLIB

 rubygem-rake.spec |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/rubygem-rake.spec b/rubygem-rake.spec
index e402340..fbbed57 100644
--- a/rubygem-rake.spec
+++ b/rubygem-rake.spec
@@ -11,7 +11,7 @@
 
 %global	rubyabi	1.8
 
-%global	fedorarel	1
+%global	fedorarel	0.990
 
 Summary:	Ruby based make-like utility
 Name:		rubygem-%{gemname}
@@ -82,7 +82,8 @@ rm -f %{buildroot}%{geminstdir}/RRR
 
 %check
 pushd .%{geminstdir}
-ruby -Ilib ./bin/rake test
+export RUBYLIB=$(pwd)/lib
+ruby ./bin/rake test
 
 %files
 %defattr(-,root,root,-)


More information about the scm-commits mailing list