!104 remove old libruby.so file

From: @tong_1001 
Reviewed-by: @openeuler-basic 
Signed-off-by: @openeuler-basic
This commit is contained in:
openeuler-ci-bot 2023-02-06 08:44:34 +00:00 committed by Gitee
commit 981c119e6e
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -40,7 +40,7 @@
Name: ruby
Version: %{ruby_version}
Release: 128
Release: 129
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/
@ -537,7 +537,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.3.0* $RPM_BUILD_ROOT%{_libdir}
%check
@ -1220,6 +1219,9 @@ make runruby TESTRUN_SCRIPT=%{SOURCE13}
%{gem_dir}/specifications/prime-%{prime_version}.gemspec
%changelog
* Sat Feb 04 2023 shixuantong <shixuantong1@huawei.com> - 3.1.3-129
- remove old libruby.so file
* Sat Feb 04 2023 shixuantong <shixuantong1@huawei.com> - 3.1.3-128
- add zlib-devel to buildrequires