1
0
mirror of https://github.com/jordansissel/fpm synced 2025-04-08 10:49:08 +02:00
Commit Graph

15 Commits

Author SHA1 Message Date
Claus F. Strasburger
9db164ad6e Add example: create rpm&deb packages with init scripts
Took me some time to figure out how to use the api -- So I am submitting this example to add some documentation for the API, specifically pleaserun.
2016-11-25 13:22:19 +01:00
Markus Rekkenbeil
10de8fe1f2 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
d5ef2825e3 anally retentive tweaks 2014-01-23 19:47:55 +13:00
Nick Griffiths
80c89a8c09 Another example 2014-01-23 19:43:02 +13:00
Jordan Sissel
0971781a09 Update gem-to-rpm.rb 2013-04-22 16:38:02 -07:00
Jordan Sissel
b1dae8296b Add api examples 2012-02-29 17:15:41 -08:00
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
Felipe Munhoz
60cad3c26a Added sample to create a standalone fpm package using ruby 1.9.2. 2011-06-07 16:33:57 -03: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
Jordan Sissel
b79241514b - Add example of building a python package to a .deb 2011-01-12 16:24:24 -08:00