1
0
mirror of https://github.com/jordansissel/fpm synced 2025-08-27 03:41:34 +02:00
Commit Graph

7 Commits

Author SHA1 Message Date
Aman Gupta
92e8cb9dcc removed all trailing whitespace: for i in $(git ls-files); do sed -i tmp -e "s/ *$//" $i; done 2011-07-07 22:52:55 -07:00
Aman Gupta
35a2ed46d3 convert tabs and remove trailing whitespace 2011-07-07 22:47:45 -07:00
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
Jordan Sissel
9519976d27 - Use '>>' version compare since '>' is deprecated in newer versions of dpkg 2011-02-22 10:26:25 -08:00
Jordan Sissel
72a0cb13b0 Fix arch 2011-02-16 12:38:21 -08:00
Jordan Sissel
ff36423e8c Fix dependency spec 2011-02-16 12:32:36 -08:00
Jordan Sissel
873458e531 - Add jruby build example 2011-02-16 12:26:41 -08:00