[fedora-arm] [PATCH] ruby: Incase of gnueabi, pick the correct directory

Kedar Sovani kedars at marvell.com
Mon Jan 5 05:32:00 UTC 2009


Signed-off-by: Kedar Sovani <kedars at marvell.com>
---
 ruby.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/ruby.spec b/ruby.spec
index 2206c3b..de1c233 100644
--- a/ruby.spec
+++ b/ruby.spec
@@ -12,7 +12,7 @@
 
 Name:		ruby
 Version:	%{rubyver}%{?dotpatchlevel}
-Release:	2%{?dist}
+Release:	2%{?dist}.fa1
 License:	Ruby or GPLv2
 URL:		http://www.ruby-lang.org/
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -378,8 +378,12 @@ rm -rf tmp-ruby-docs
 %dir %{_prefix}/lib/ruby
 %dir %{_prefix}/lib/ruby/%{rubyxver}
 %ifnarch ppc64 s390x sparc64 x86_64
+%if "%{_gnu}" == "-gnueabi"
+%dir %{_prefix}/lib/ruby/%{rubyxver}/%{_normalized_cpu}-%{_target_os}-eabi
+%else
 %dir %{_prefix}/lib/ruby/%{rubyxver}/%{_normalized_cpu}-%{_target_os}
 %endif
+%endif
 %ifarch ppc64 s390x sparc64 x86_64
 %dir %{_libdir}/ruby
 %dir %{_libdir}/ruby/%{rubyxver}
-- 
1.5.3.4





More information about the arm mailing list