]> git.pld-linux.org Git - packages/ruby.git/commitdiff
- builds for me
authoraredridel <aredridel@pld-linux.org>
Mon, 13 Dec 2004 07:55:57 +0000 (07:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- uses built ruby, not system to build docs (thanks krolik)

Changed files:
    ruby.spec -> 1.93

ruby.spec

index dc98399a93a1ffa7323898b8f9735d92582c2779..2dd3d56990c1f149487411b797fb31a204788bb6 100644 (file)
--- a/ruby.spec
+++ b/ruby.spec
@@ -150,7 +150,7 @@ cd ..
 
 mkdir rdoc
 
-rdoc -o rdoc/core array.c bignum.c class.c compar.c dir.c dln.c dmyext.c enum.c \
+./ruby bin/rdoc -o rdoc/core array.c bignum.c class.c compar.c dir.c dln.c dmyext.c enum.c \
        error.c eval.c file.c gc.c hash.c inits.c io.c lex.c main.c marshal.c \
        math.c numeric.c object.c pack.c parse.c prec.c process.c random.c range.c \
        re.c regex.c ruby.c signal.c sprintf.c st.c string.c struct.c time.c util.c \
@@ -165,7 +165,7 @@ mv ruby-doc-stdlib-%{stdlibdoc_version}/stdlib rdoc/stdlib
 
 mv ri/1.8/site ri/1.8/system
 
-rdoc --ri -o ri/1.8/system array.c bignum.c class.c compar.c dir.c dln.c \
+./ruby bin/rdoc --ri -o ri/1.8/system array.c bignum.c class.c compar.c dir.c dln.c \
        dmyext.c enum.c error.c eval.c file.c gc.c hash.c inits.c io.c lex.c main.c \
        marshal.c math.c numeric.c object.c pack.c parse.c prec.c process.c \
        random.c range.c re.c regex.c ruby.c signal.c sprintf.c st.c string.c \
@@ -176,8 +176,6 @@ rdoc --ri -o ri/1.8/system array.c bignum.c class.c compar.c dir.c dln.c \
        lib/set.rb lib/shellwords.rb lib/singleton.rb lib/tempfile.rb \
        lib/test/unit.rb lib/thread.rb lib/thwait.rb lib/time.rb lib/yaml.rb
 
-
-
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_infodir},%{_mandir}/man1,%{_examplesdir}/%{name}-%{version},%{ruby_ridir}}
This page took 0.12725 seconds and 4 git commands to generate.