From: Joe Van Dyk Date: 2006-09-01T05:59:04+09:00 Subject: Ruby program installed via RPM Hi, I need to install a Ruby program that's structured like: bin/start_program.rb lib/programlibs.rb (multiple files and subdirs here) share/program.glade (xml file) share/program.config (config file - should get installed to /etc) 1. Anyone aware of any tools that will help me package this up into an installable RPM? 2. Where should the program's libraries get installed to? /usr/lib/ruby/1.8/program_subdir ? Thanks, Joe