[Fxruby-commits] CVS: FXRuby FXRuby.spec,1.1.2.2,1.1.2.3
Status: Inactive
Brought to you by:
lyle
|
From: Lyle J. <ly...@us...> - 2002-05-09 23:26:02
|
Update of /cvsroot/fxruby/FXRuby
In directory usw-pr-cvs1:/tmp/cvs-serv2709
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.2
retrieving revision 1.1.2.3
diff -C2 -d -r1.1.2.2 -r1.1.2.3
*** FXRuby.spec 9 May 2002 22:25:21 -0000 1.1.2.2
--- FXRuby.spec 9 May 2002 23:25:58 -0000 1.1.2.3
***************
*** 3,14 ****
Version: 1.0.10
Release: 1
! Copyright: GNU LGPL
Group: System Environment/Libraries
! URL: http://www.fxruby.og
! Source0: http://prdownloads.sourceforge.net/fxruby/FXRuby-1.0.10.tar.gz
BuildRoot: %{_tmppath}/%{name}-buildroot
%description
! This is the description of FXRuby.
%prep
--- 3,16 ----
Version: 1.0.10
Release: 1
! Copyright: LGPL
Group: System Environment/Libraries
! Source: http://prdownloads.sourceforge.net/fxruby/FXRuby-1.0.10.tar.gz
! URL: http://www.fxruby.org
! Packager: Lyle Johnson (ly...@us...)
BuildRoot: %{_tmppath}/%{name}-buildroot
%description
! FXRuby is a Ruby extension module that provides an interface to the
! FOX Graphical User Interface toolkit.
%prep
***************
*** 20,25 ****
%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
--- 22,25 ----
***************
*** 35,38 ****
--- 35,44 ----
%changelog
+ * Thu May 09 2002 Lyle Johnson <ly...@us...>
+ - Removed the mkdir steps in the %install section. Those don't
+ appear to be necessary after all!
+ - Added the Packager tag at the top
+ - Filled in the %description section
+
* Thu May 09 2002 Lyle Johnson <ly...@us...>
- Changed the Name field from 'fxruby' to 'FXRuby'
|