[ruby] Once fix FTBFS (bug 716021)

Mamoru Tasaka mtasaka at fedoraproject.org
Wed Jul 13 16:16:28 UTC 2011


commit 13bbaded9051d90afba8c753d69894a727eab667
Author: Mamoru Tasaka <tasaka1 at localhost.localdomain>
Date:   Thu Jul 14 01:16:14 2011 +0900

    Once fix FTBFS (bug 716021)

 ruby.spec |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/ruby.spec b/ruby.spec
index 3d178dc..1d9f8bd 100644
--- a/ruby.spec
+++ b/ruby.spec
@@ -17,7 +17,7 @@
 
 Name:		ruby
 Version:	%{rubyver}%{?dotpatchlevel}
-Release:	3%{?dist}
+Release:	4%{?dist}
 # Please check if ruby upstream changes this to "Ruby or GPLv2+"
 License:	Ruby or GPLv2
 URL:		http://www.ruby-lang.org/
@@ -189,6 +189,11 @@ pushd %{name}-%{arcver}
 
 popd
 
+# Once fix FTBTS issue (bug 716021). Remove the below
+# when it is no longer needed.
+sed -i.redirect  -e '\@RUBY at s@\.rb >@\.rb | cat >@' %{name}-%{arcver}/ext/dl/depend
+
+
 %build
 pushd %{name}-%{arcver}
 for i in config.sub config.guess; do
@@ -525,6 +530,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/ri
 
 %changelog
+* Thu Jul 14 2011 Mamoru Tasaka <mtasaka at fedoraproject.org> - 1.8.7.334-4
+- Once fix FTBFS (bug 716021)
+
 * Mon Jul 11 2011 Dennis Gilmore <dennis at ausil.us> - 1.8.7.334-3
 - normalise arm cpus to arm
 


More information about the scm-commits mailing list