SPECS: ruby.spec - docs build
aredridel
aredridel at pld-linux.org
Sun Sep 25 15:54:39 CEST 2005
Author: aredridel Date: Sun Sep 25 13:54:39 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- docs build
---- Files affected:
SPECS:
ruby.spec (1.114 -> 1.115)
---- Diffs:
================================================================
Index: SPECS/ruby.spec
diff -u SPECS/ruby.spec:1.114 SPECS/ruby.spec:1.115
--- SPECS/ruby.spec:1.114 Wed Sep 21 06:24:32 2005
+++ SPECS/ruby.spec Sun Sep 25 15:54:33 2005
@@ -1,5 +1,4 @@
# $Revision$, $Date$
-%bcond_with brokendocs # Attempt to build docs
%define ruby_ridir %{_datadir}/ri/1.8/system
Summary: Ruby - interpreted scripting language
Summary(ja): ĽŞĽÖĽ¸Ľ§ĽŻĽČťŘ¸ţ¸Ŕ¸ěRubyĽ¤ĽóĽżĽ×ĽęĽż
@@ -145,7 +144,7 @@
mkdir rdoc
-RUBYLIB="lib:`find ext/ -type d | tr '\n' ':'`"
+RUBYLIB="lib:`find ext/ .ext/ -type d | tr '\n' ':'`"
export RUBYLIB
LD_LIBRARY_PATH=. ./ruby bin/rdoc --inline-source --op rdoc/core \
@@ -165,7 +164,6 @@
mv ri/1.8/site ri/1.8/system
-%if %{with brokendocs}
LD_LIBRARY_PATH=. ./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 \
@@ -177,7 +175,6 @@
lib/generator.rb lib/logger.rb lib/matrix.rb lib/observer.rb lib/pathname.rb \
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
-%endif
%install
rm -rf $RPM_BUILD_ROOT
@@ -294,6 +291,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.115 2005/09/25 13:54:33 aredridel
+- docs build
+
Revision 1.114 2005/09/21 04:24:32 aredridel
- added rexml fix
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/ruby.spec?r1=1.114&r2=1.115&f=u
More information about the pld-cvs-commit
mailing list