Commit Graph

14 Commits

Author SHA1 Message Date
Markus Rekkenbeil 7208127b2f Fix makefile and add the missing 'git fetch'
To give the makefile the needed git tags information (from source)
2014-07-16 11:55:28 +02:00
Nick Griffiths 15362eb305 anally retentive tweaks 2014-01-23 19:47:55 +13:00
Nick Griffiths 7df18a9e47 Another example 2014-01-23 19:43:02 +13:00
Jordan Sissel 612a2754a6 Update gem-to-rpm.rb 2013-04-22 16:38:02 -07:00
Jordan Sissel 00014a2795 Add api examples 2012-02-29 17:15:41 -08:00
Aman Gupta bf4752c7d1 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 8ab101d7d7 convert tabs and remove trailing whitespace 2011-07-07 22:47:45 -07:00
Felipe Munhoz bf5f7d2da2 Added sample to create a standalone fpm package using ruby 1.9.2. 2011-06-07 16:33:57 -03:00
Eric Sorenson 4c0f98485d 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 b8dd2448d0 - Use '>>' version compare since '>' is deprecated in newer versions of dpkg 2011-02-22 10:26:25 -08:00
Jordan Sissel a593ac4c27 Fix arch 2011-02-16 12:38:21 -08:00
Jordan Sissel e26e1d3b5c Fix dependency spec 2011-02-16 12:32:36 -08:00
Jordan Sissel c964fe46ec - Add jruby build example 2011-02-16 12:26:41 -08:00
Jordan Sissel 5790c59c59 - Add example of building a python package to a .deb 2011-01-12 16:24:24 -08:00