Old version of libruby.so was kept for compatibility,remove it.
This commit is contained in:
parent
159838a523
commit
515340b9a2
@ -33,7 +33,7 @@
|
|||||||
|
|
||||||
Name: ruby
|
Name: ruby
|
||||||
Version: %{ruby_version}
|
Version: %{ruby_version}
|
||||||
Release: 2
|
Release: 3
|
||||||
Summary: Object-oriented scripting language interpreter
|
Summary: Object-oriented scripting language interpreter
|
||||||
License: (Ruby or BSD) and Public Domain and MIT and CC0 and zlib and UCD
|
License: (Ruby or BSD) and Public Domain and MIT and CC0 and zlib and UCD
|
||||||
URL: https://www.ruby-lang.org/en/
|
URL: https://www.ruby-lang.org/en/
|
||||||
@ -586,8 +586,6 @@ echo 'doc/pty' >> .ruby-doc.ja
|
|||||||
sed -i 's/^/%doc /' .ruby-doc.*
|
sed -i 's/^/%doc /' .ruby-doc.*
|
||||||
sed -i 's/^/%lang(ja) /' .ruby-doc.ja
|
sed -i 's/^/%lang(ja) /' .ruby-doc.ja
|
||||||
|
|
||||||
cp -a %{_libdir}/libruby.so.2.5* $RPM_BUILD_ROOT%{_libdir}
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
|
||||||
[ "`make runruby TESTRUN_SCRIPT='bin/gem -v' | tail -1`" == '%{rubygems_version}' ]
|
[ "`make runruby TESTRUN_SCRIPT='bin/gem -v' | tail -1`" == '%{rubygems_version}' ]
|
||||||
@ -1178,6 +1176,9 @@ make runruby TESTRUN_SCRIPT=%{SOURCE13}
|
|||||||
%doc %{gem_dir}/gems/typeprof-%{typeprof_version}/testbed
|
%doc %{gem_dir}/gems/typeprof-%{typeprof_version}/testbed
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Feb 08 2022 shangyibin <shangyibin1@h-partners.com> - 3.0.3-3
|
||||||
|
- Old version of libruby.so was kept for compatibility,remove it.
|
||||||
|
|
||||||
* Thu Jan 06 2022 shangyibin <shangyibin1@huawei.com> - 3.0.3-2
|
* Thu Jan 06 2022 shangyibin <shangyibin1@huawei.com> - 3.0.3-2
|
||||||
- add libruby.so.2.5 and libruby.so.2.5.8 file
|
- add libruby.so.2.5 and libruby.so.2.5.8 file
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user