Update of /cvsroot/fxruby/FXRuby
In directory usw-pr-cvs1:/tmp/cvs-serv17852
Modified Files:
Tag: release10
FXRuby.spec FXRuby.spec.in
Log Message:
Incorporated Laurent Julliard's patches for the FXRuby.spec and extconf.rb
files, to reflect the new installation paths and filenames for FXScintilla.
Index: FXRuby.spec
===================================================================
RCS file: /cvsroot/fxruby/FXRuby/Attic/FXRuby.spec,v
retrieving revision 1.1.2.7
retrieving revision 1.1.2.8
diff -C2 -d -r1.1.2.7 -r1.1.2.8
*** FXRuby.spec 15 May 2002 14:44:54 -0000 1.1.2.7
--- FXRuby.spec 30 May 2002 13:58:01 -0000 1.1.2.8
***************
*** 18,22 ****
%build
! 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
--- 18,22 ----
%build
! ruby install.rb config --prefix=$RPM_BUILD_ROOT/usr -- --with-fxscintilla-include=/usr/include/fxscintilla --with-fxscintilla-lib=/usr/lib
ruby install.rb setup
strip ext/fox/fox.so
Index: FXRuby.spec.in
===================================================================
RCS file: /cvsroot/fxruby/FXRuby/Attic/FXRuby.spec.in,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -C2 -d -r1.1.2.3 -r1.1.2.4
*** FXRuby.spec.in 15 May 2002 14:44:54 -0000 1.1.2.3
--- FXRuby.spec.in 30 May 2002 13:58:01 -0000 1.1.2.4
***************
*** 18,22 ****
%build
! 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
--- 18,22 ----
%build
! ruby install.rb config --prefix=$RPM_BUILD_ROOT/usr -- --with-fxscintilla-include=/usr/include/fxscintilla --with-fxscintilla-lib=/usr/lib
ruby install.rb setup
strip ext/fox/fox.so
|