[packages/ruby/RUBY_1_8] update -tk files not to package thread.so twice

glen glen at pld-linux.org
Sat Mar 23 22:40:40 CET 2013


commit ccb2ccb14b951456b0ef6431eb084ef6082d93ea
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Sat Mar 23 23:40:16 2013 +0200

    update -tk files not to package thread.so twice

 ruby.spec | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/ruby.spec b/ruby.spec
index 219d99a..bf09612 100644
--- a/ruby.spec
+++ b/ruby.spec
@@ -374,7 +374,8 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/ruby/%{ruby_ver}/tk*.rb
 %{_libdir}/ruby/%{ruby_ver}/tk
 %{_libdir}/ruby/%{ruby_ver}/tkextlib
-%attr(755,root,root) %{_libdir}/ruby/%{ruby_ver}/*-linux*/t*.so
+%attr(755,root,root) %{_libdir}/ruby/%{ruby_ver}/*-linux*/tcltklib.so
+%attr(755,root,root) %{_libdir}/ruby/%{ruby_ver}/*-linux*/tkutil.so
 %endif
 
 %files modules
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ruby.git/commitdiff/ccb2ccb14b951456b0ef6431eb084ef6082d93ea



More information about the pld-cvs-commit mailing list