remove old libruby.so file

This commit is contained in:
shixuantong 2023-02-04 17:04:29 +08:00
parent 0a4d753deb
commit 4f6ea98a61

View File

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