[Fxruby-commits] CVS: FXRuby FXRuby.spec,1.1.2.6,1.1.2.7 FXRuby.spec.in,1.1.2.2,1.1.2.3 Makefile,1.1
Status: Inactive
Brought to you by:
lyle
From: Lyle J. <ly...@us...> - 2002-05-15 14:44:57
|
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: |