[Fxruby-commits] CVS: FXRuby FXRuby.spec,1.1.2.4,1.1.2.5
Status: Inactive
Brought to you by:
lyle
From: Lyle J. <ly...@us...> - 2002-05-10 04:50:23
|
Update of /cvsroot/fxruby/FXRuby In directory usw-pr-cvs1:/tmp/cvs-serv9078 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.4 retrieving revision 1.1.2.5 diff -C2 -d -r1.1.2.4 -r1.1.2.5 *** FXRuby.spec 10 May 2002 00:37:44 -0000 1.1.2.4 --- FXRuby.spec 10 May 2002 04:50:20 -0000 1.1.2.5 *************** *** 8,12 **** URL: http://www.fxruby.org Packager: Lyle Johnson (ly...@us...) - Requires: ruby = 1.6 BuildRoot: %{_tmppath}/%{name}-buildroot --- 8,11 ---- *************** *** 32,40 **** /usr/lib/ruby/site_ruby/1.6/fox /usr/lib/ruby/site_ruby/1.6/i686-linux/fox.so ! %doc ChangeLog ANNOUNCE README LICENSE ! %doc index.html doc doc/images ! %doc examples examples/icons examples/textedit %changelog * Thu May 09 2002 Lyle Johnson <ly...@us...> - Updated --prefix value (in %build section) and file installation --- 31,41 ---- /usr/lib/ruby/site_ruby/1.6/fox /usr/lib/ruby/site_ruby/1.6/i686-linux/fox.so ! %doc ChangeLog ANNOUNCE README LICENSE index.html doc examples %changelog + * Thu May 09 2002 Lyle Johnson <ly...@us...> + - Fixed %files section entries for the examples + - Removed requirements for ruby 1.6 + * Thu May 09 2002 Lyle Johnson <ly...@us...> - Updated --prefix value (in %build section) and file installation |