rpms/ruby/FC-3 ruby.spec,1.28,1.29

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Oct 3 07:42:01 UTC 2005


Author: tagoh

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

Modified Files:
	ruby.spec 
Log Message:
* Mon Oct  3 2005 Akira TAGOH <tagoh at redhat.com> - 1.8.3-2.fc3
- fixed the wrong file list. the external libraries for tcl/tk was included
  in ruby-libs unexpectedly.


Index: ruby.spec
===================================================================
RCS file: /cvs/dist/rpms/ruby/FC-3/ruby.spec,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ruby.spec	26 Sep 2005 11:51:53 -0000	1.28
+++ ruby.spec	3 Oct 2005 07:41:58 -0000	1.29
@@ -4,7 +4,7 @@
 
 Name:		ruby
 Version:	1.8.3
-Release:	1.fc3
+Release:	2.fc3
 License:	Distributable
 URL:		http://www.ruby-lang.org/
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
@@ -294,11 +294,11 @@
 
 # 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/tk -type f -name '*.so'`
+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/tcltklib -type f -name '*.so'`
+for f in `find %{name}-%{version}/ext/tcltklib/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
@@ -414,6 +414,10 @@
 %dir %{_datadir}/emacs/site-lisp/ruby-mode
 
 %changelog
+* Mon Oct  3 2005 Akira TAGOH <tagoh at redhat.com> - 1.8.3-2.fc3
+- fixed the wrong file list. the external libraries for tcl/tk was included
+  in ruby-libs unexpectedly.
+
 * Mon Sep 26 2005 Akira TAGOH <tagoh at redhat.com> - 1.8.3-1.fc3
 - New upstream release.
 - Build-Requires xorg-x11-devel instead of XFree86-devel.




More information about the fedora-cvs-commits mailing list