rpms/ruby/devel ruby.spec,1.60,1.61

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Apr 27 07:09:34 UTC 2006


Author: tagoh

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

Modified Files:
	ruby.spec 
Log Message:
updated


Index: ruby.spec
===================================================================
RCS file: /cvs/dist/rpms/ruby/devel/ruby.spec,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- ruby.spec	27 Apr 2006 06:27:40 -0000	1.60
+++ ruby.spec	27 Apr 2006 07:09:31 -0000	1.61
@@ -289,6 +289,7 @@
 DESTDIR=$RPM_BUILD_ROOT LD_LIBRARY_PATH=$RPM_BUILD_ROOT%{_libdir} $RPM_BUILD_ROOT%{_bindir}/ruby -I $RPM_BUILD_DIR/%{name}-%{version}/%{name}-%{version} -I $RPM_BUILD_ROOT%{_libdir}/ruby/%{rubyxver}/$_cpu-%{_target_os}/ -I $RPM_BUILD_DIR/%{name}-%{version}/%{name}-%{version}/lib $RPM_BUILD_ROOT%{_bindir}/rdoc --all --ri-system $RPM_BUILD_DIR/%{name}-%{version}/%{name}-%{version}
 
 # XXX: installing irb
+install %{SOURCE5} $RPM_BUILD_ROOT%{_mandir}/man1/
 
 # installing ruby-mode
 cd %{name}-%{version}
@@ -442,16 +443,16 @@
 - ruby-deprecated-search-path.patch: added the deprecated installation paths
   to the search path for the backward compatibility.
 - added a Provides: ruby(abi) to ruby-libs.
-- ruby-1.8.4-64bit-pack.patch: backport patch to fix unpack("l") not working
-  on 64bit arch and integer overflow on template "w". (#189350)
+- ruby-1.8.4-64bit-pack.patch: backport patch from upstream to fix unpack("l")
+  not working on 64bit arch and integer overflow on template "w". (#189350)
 - updated License tag to be more comfortable, and with a pointer to get more
   details, like Python package does. (#179933)
 
 * Wed Apr 19 2006 Akira TAGOH <tagoh at redhat.com>
-- ruby-rubyprefix.patch: moved all arch-independent modules to /usr/lib/ruby
-  and keep arch-dependent modules  in /usr/lib64/ruby for 64bit arch.
-  so 'rubylibdir', 'sitelibdir' and 'sitedir' on Config::CONFIG points to
-  /usr/lib/ruby now. (#184199)
+- ruby-rubyprefix.patch: moved all arch-independent modules under /usr/lib/ruby
+  and keep arch-dependent modules under /usr/lib64/ruby for 64bit archs.
+  so 'rubylibdir', 'sitelibdir' and 'sitedir' in Config::CONFIG points to
+  the kind of /usr/lib/ruby now. (#184199)
 
 * Mon Apr 17 2006 Akira TAGOH <tagoh at redhat.com> - 1.8.4-4
 - correct sitelibdir. (#184198)




More information about the fedora-cvs-commits mailing list