1
0
mirror of https://github.com/jordansissel/fpm synced 2025-05-07 16:15:25 +02:00
fpm/examples
Eric Sorenson 407cc4b785 Added functionality to build RPMS of jruby
Left deb as default but now you can 'make rpm' if that's your kink.
Wurks gud, (though your jdk dependency may vary):

[eric@leterel ~/fpm/jruby]$ rpm -q --requires -p jruby-1.6.1.noarch.rpm
jdk >= 1.6.0
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(CompressedFileNames) <= 3.0.4-1
[eric@leterel ~/fpm/jruby]$ sudo rpm -Uvh ./jruby-1.6.1.noarch.rpm
Preparing...                ########################################### [100%]
   1:jruby                  ########################################### [100%]
[eric@leterel ~/fpm/jruby]$ /opt/jruby/bin/jruby -e 'puts "hello world"'
hello world
2011-05-16 13:05:55 -07:00
..
jruby Added functionality to build RPMS of jruby 2011-05-16 13:05:55 -07:00
python/twisted - Add example of building a python package to a .deb 2011-01-12 16:24:24 -08:00