!57 Old version of libruby.so was kept for compatibility, remove it.

Merge pull request !57 from shangyibin/master
This commit is contained in:
openeuler-ci-bot 2022-02-08 06:15:46 +00:00 committed by Gitee
commit df4b0c04b6
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -33,7 +33,7 @@
Name: ruby
Version: %{ruby_version}
Release: 2
Release: 3
Summary: Object-oriented scripting language interpreter
License: (Ruby or BSD) and Public Domain and MIT and CC0 and zlib and UCD
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/^/%lang(ja) /' .ruby-doc.ja
cp -a %{_libdir}/libruby.so.2.5* $RPM_BUILD_ROOT%{_libdir}
%check
[ "`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
%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
- add libruby.so.2.5 and libruby.so.2.5.8 file