Update of /cvsroot/fxruby/FXRuby
In directory usw-pr-cvs1:/tmp/cvs-serv27577
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.3
retrieving revision 1.1.2.4
diff -C2 -d -r1.1.2.3 -r1.1.2.4
*** FXRuby.spec 9 May 2002 23:25:58 -0000 1.1.2.3
--- FXRuby.spec 10 May 2002 00:37:44 -0000 1.1.2.4
***************
*** 8,11 ****
--- 8,12 ----
URL: http://www.fxruby.org
Packager: Lyle Johnson (ly...@us...)
+ Requires: ruby = 1.6
BuildRoot: %{_tmppath}/%{name}-buildroot
***************
*** 18,22 ****
%build
! ruby install.rb config --prefix=$RPM_BUILD_ROOT/usr/local
ruby install.rb setup
--- 19,23 ----
%build
! ruby install.rb config --prefix=$RPM_BUILD_ROOT/usr
ruby install.rb setup
***************
*** 29,38 ****
%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 doc/images
%changelog
* Thu May 09 2002 Lyle Johnson <ly...@us...>
- Removed the mkdir steps in the %install section. Those don't
--- 30,46 ----
%files
%defattr(-,root,root)
! /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
+ paths (in %files section) for consistency with Red Hat 7.2's
+ Ruby RPMs.
+ - Added the examples to the files list
+
* Thu May 09 2002 Lyle Johnson <ly...@us...>
- Removed the mkdir steps in the %install section. Those don't
|