Update of /cvsroot/fxruby/FXRuby
In directory usw-pr-cvs1:/tmp/cvs-serv10650
Modified Files:
Tag: release10
FXRuby.spec FXRuby.spec.in Makefile Makefile.in
Log Message:
Index: FXRuby.spec
===================================================================
RCS file: /cvsroot/fxruby/FXRuby/Attic/FXRuby.spec,v
retrieving revision 1.1.2.6
retrieving revision 1.1.2.7
diff -C2 -d -r1.1.2.6 -r1.1.2.7
*** FXRuby.spec 15 May 2002 14:41:52 -0000 1.1.2.6
--- FXRuby.spec 15 May 2002 14:44:54 -0000 1.1.2.7
***************
*** 20,23 ****
--- 20,24 ----
ruby install.rb config --prefix=$RPM_BUILD_ROOT/usr -- --with-scintilla-include=/home/jlj/src/scintilla/include --with-scintilla-lib=/home/jlj/src/scintilla/bin
ruby install.rb setup
+ strip ext/fox/fox.so
%install
Index: FXRuby.spec.in
===================================================================
RCS file: /cvsroot/fxruby/FXRuby/Attic/FXRuby.spec.in,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -C2 -d -r1.1.2.2 -r1.1.2.3
*** FXRuby.spec.in 15 May 2002 14:41:52 -0000 1.1.2.2
--- FXRuby.spec.in 15 May 2002 14:44:54 -0000 1.1.2.3
***************
*** 20,23 ****
--- 20,24 ----
ruby install.rb config --prefix=$RPM_BUILD_ROOT/usr -- --with-scintilla-include=/home/jlj/src/scintilla/include --with-scintilla-lib=/home/jlj/src/scintilla/bin
ruby install.rb setup
+ strip ext/fox/fox.so
%install
Index: Makefile
===================================================================
RCS file: /cvsroot/fxruby/FXRuby/Attic/Makefile,v
retrieving revision 1.1.2.6
retrieving revision 1.1.2.7
diff -C2 -d -r1.1.2.6 -r1.1.2.7
*** Makefile 15 May 2002 14:41:52 -0000 1.1.2.6
--- Makefile 15 May 2002 14:44:54 -0000 1.1.2.7
***************
*** 36,39 ****
--- 36,40 ----
all: config.save
ruby install.rb setup
+ -strip ext/fox/fox.so
config.save:
Index: Makefile.in
===================================================================
RCS file: /cvsroot/fxruby/FXRuby/Attic/Makefile.in,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -C2 -d -r1.1.2.4 -r1.1.2.5
*** Makefile.in 15 May 2002 14:41:52 -0000 1.1.2.4
--- Makefile.in 15 May 2002 14:44:54 -0000 1.1.2.5
***************
*** 36,39 ****
--- 36,40 ----
all: config.save
ruby install.rb setup
+ -strip ext/fox/fox.so
config.save:
|