Once fix FTBFS (bug 716021)

This commit is contained in:
Mamoru Tasaka 2011-07-14 01:16:14 +09:00
parent afa951ce79
commit 13bbaded90

View File

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