rpms/ruby/FC-5 ruby.spec,1.59,1.60

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Jun 19 07:46:27 UTC 2006


Author: tagoh

Update of /cvs/dist/rpms/ruby/FC-5
In directory cvs.devel.redhat.com:/tmp/cvs-serv16554

Modified Files:
	ruby.spec 
Log Message:
* Mon Jun 19 2006 Akira TAGOH <tagoh at redhat.com> - 1.8.4-6.fc5
- fixed the wrong file list again. moved tcltk library into ruby-tcltk.
  (#194537)


Index: ruby.spec
===================================================================
RCS file: /cvs/dist/rpms/ruby/FC-5/ruby.spec,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- ruby.spec	8 Jun 2006 08:03:07 -0000	1.59
+++ ruby.spec	19 Jun 2006 07:46:24 -0000	1.60
@@ -5,7 +5,7 @@
 
 Name:		ruby
 Version:	1.8.4
-Release:	5.fc5
+Release:	6.fc5
 License:	Ruby License/GPL - see COPYING
 URL:		http://www.ruby-lang.org/
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
@@ -321,11 +321,7 @@
 
 # for ruby-tcltk.rpm
 cp /dev/null ruby-tcltk.files
-for f in `find %{name}-%{version}/ext/tk/lib -type f; find %{name}-%{version}/.ext/ -type f -name '*.so'`
-do
-  egrep "tcl|tk" ruby-all.files | grep "/`basename $f`$" >> ruby-tcltk.files || :
-done
-for f in `find %{name}-%{version}/ext/tcltklib/lib -type f; find %{name}-%{version}/.ext -type f -name '*.so'`
+for f in `find %{name}-%{version}/ext/tk/lib -type f; find %{name}-%{version}/ext/tk -type f -name '*.so'`
 do
   egrep "tcl|tk" ruby-all.files | grep "/`basename $f`$" >> ruby-tcltk.files || :
 done
@@ -450,6 +446,10 @@
 %endif
 
 %changelog
+* Mon Jun 19 2006 Akira TAGOH <tagoh at redhat.com> - 1.8.4-6.fc5
+- fixed the wrong file list again. moved tcltk library into ruby-tcltk.
+  (#194537)
+
 * Thu Jun  8 2006 Akira TAGOH <tagoh at redhat.com> - 1.8.4-5.fc5
 - ruby-deprecated-search-path.patch: applied to add more search path
   for backward compatibility.




More information about the fedora-cvs-commits mailing list