Update of /cvsroot/fxruby/FXRuby
In directory usw-pr-cvs1:/tmp/cvs-serv3271
Added Files:
Tag: release10
FXRuby.spec
Log Message:
Initial version of an RPM spec file.
--- NEW FILE: FXRuby.spec ---
Summary: FXRuby
Name: fxruby
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
%setup -q
%build
ruby install.rb config
ruby install.rb setup
%install
ruby install.rb install
%clean
ruby install.rb clean
%files
%defattr(-,root,root)
/usr/local/lib/ruby/site_ruby/1.6/fox
/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
|