Update of /cvsroot/fxruby/FXRuby
In directory usw-pr-cvs1:/tmp/cvs-serv19212
Modified Files:
Tag: release10
FXRuby.spec
Log Message:
Index: FXRuby.spec
===================================================================
RCS file: /cvsroot/fxruby/FXRuby/Attic/FXRuby.spec,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -d -r1.1.2.1 -r1.1.2.2
*** FXRuby.spec 9 May 2002 21:35:40 -0000 1.1.2.1
--- FXRuby.spec 9 May 2002 22:25:21 -0000 1.1.2.2
***************
*** 1,4 ****
Summary: FXRuby
! Name: fxruby
Version: 1.0.10
Release: 1
--- 1,4 ----
Summary: FXRuby
! Name: FXRuby
Version: 1.0.10
Release: 1
***************
*** 16,23 ****
%build
! ruby install.rb config
ruby install.rb setup
%install
ruby install.rb install
--- 16,25 ----
%build
! ruby install.rb config --prefix=$RPM_BUILD_ROOT/usr/local
ruby install.rb setup
%install
+ mkdir -p $RPM_BUILD_ROOT/usr/local/lib/ruby/site_ruby/1.6/fox
+ mkdir -p $RPM_BUILD_ROOT/usr/local/lib/ruby/site_ruby/1.6/i686-linux
ruby install.rb install
***************
*** 30,36 ****
/usr/local/lib/ruby/site_ruby/1.6/i686-linux/fox.so
%doc ChangeLog README LICENSE
! %doc index.html doc/*.html doc/images/*.png
%changelog
* Thu May 09 2002 Lyle Johnson <ly...@us...>
- initial package
--- 32,45 ----
/usr/local/lib/ruby/site_ruby/1.6/i686-linux/fox.so
%doc ChangeLog README LICENSE
! %doc index.html doc doc/images
%changelog
+ * Thu May 09 2002 Lyle Johnson <ly...@us...>
+ - Changed the Name field from 'fxruby' to 'FXRuby'
+ - Added the --prefix=$RPM_BUILD_ROOT/usr/local option to the config
+ part of the %build step
+ - Added the mkdir steps before running install (in %install)
+ - Fixed the %files entries for doc and doc/images
+
* Thu May 09 2002 Lyle Johnson <ly...@us...>
- initial package
|