SPECS: ruby.spec - remove note about system oniguruma (not appropr...

aredridel aredridel at pld-linux.org
Tue Feb 20 09:25:00 CET 2007


Author: aredridel                    Date: Tue Feb 20 08:25:00 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- remove note about system oniguruma (not appropriate: oniguruma 2.5.8 is
  specific to ruby 1.8; oniguruma 5.5.2 (system) is not for ruby at all)
- add vendordir patch

---- Files affected:
SPECS:
   ruby.spec (1.155 -> 1.156) 

---- Diffs:

================================================================
Index: SPECS/ruby.spec
diff -u SPECS/ruby.spec:1.155 SPECS/ruby.spec:1.156
--- SPECS/ruby.spec:1.155	Tue Feb 20 09:17:42 2007
+++ SPECS/ruby.spec	Tue Feb 20 09:24:55 2007
@@ -1,6 +1,6 @@
 # $Revision$, $Date$
 # TODO
-# - system oniguruma ?
+# - integrate vendordir patch
 #
 # Conditional build:
 %bcond_without	doc	# skip generating docs (which is time-consuming). Intended for speed up test builds
@@ -46,6 +46,7 @@
 Patch1:		%{name}-LIB_PREFIX.patch
 Patch2:		%{name}-mkmf-shared.patch
 Patch3:		%{name}-oniguruma-258-186.patch
+Patch4:		%{name}-vendordir.patch
 URL:		http://www.ruby-lang.org/
 BuildRequires:	autoconf
 BuildRequires:	automake
@@ -222,6 +223,7 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p0
+%patch4 -p1
 
 find . -name '*.rb' -o -name '*.cgi' -o -name '*.test' -o -name 'ruby.1' \
 	-o -name 'ruby.info*' -o -name '*.html' -o -name '*.tcl' -o -name '*.texi' \
@@ -337,6 +339,9 @@
 %dir %{_libdir}/%{name}/site_ruby
 %dir %{_libdir}/%{name}/site_ruby/%{ruby_ver}
 %dir %{_libdir}/%{name}/site_ruby/%{ruby_ver}/*-linux*
+%dir %{_libdir}/%{name}/vendor_ruby
+%dir %{_libdir}/%{name}/vendor_ruby/%{ruby_ver}
+%dir %{_libdir}/%{name}/vendor_ruby/%{ruby_ver}/*-linux*
 %dir %{_datadir}/%{name}
 %dir %{_datadir}/ri
 %dir %{_datadir}/ri/%{ruby_ver}
@@ -450,6 +455,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.156  2007/02/20 08:24:55  aredridel
+- remove note about system oniguruma (not appropriate: oniguruma 2.5.8 is
+  specific to ruby 1.8; oniguruma 5.5.2 (system) is not for ruby at all)
+- add vendordir patch
+
 Revision 1.155  2007/02/20 08:17:42  twittner
 - removed NOTE about segfaulting on ppc during build
   (not longer valid after ruby or gcc update)
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/ruby.spec?r1=1.155&r2=1.156&f=u



More information about the pld-cvs-commit mailing list