(Remove head title) |
m (Added my name to Sig) |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 11: | Line 11: | ||
Packaging Ruby libraries and applications for Fedora is still in its infancy, and only very few RPM's are available. We hope that this situation will improve ''dramatically'' over the next few months; that means that you, dear reader, can become a hero by packaging your favorite piece of Ruby code as an RPM and [http://fedoraproject.org/wiki/PackageMaintainers/Join submitting it to Fedora] . | Packaging Ruby libraries and applications for Fedora is still in its infancy, and only very few RPM's are available. We hope that this situation will improve ''dramatically'' over the next few months; that means that you, dear reader, can become a hero by packaging your favorite piece of Ruby code as an RPM and [http://fedoraproject.org/wiki/PackageMaintainers/Join submitting it to Fedora] . | ||
* We are closely following Ruby MRI development. | * We are closely following Ruby MRI development. Once a new Ruby release gets in the wild it is packaged for Rawhide. | ||
* All Ruby implementations should be able to use gem provided by single package, but we are not yet there. | * All Ruby implementations should be able to use gem provided by single package, but we are not yet there. | ||
* We try to make possible to install several version of gem on single system [https://bugzilla.redhat.com/show_bug.cgi?id=845247]. | * We try to make possible to install several version of gem on single system [https://bugzilla.redhat.com/show_bug.cgi?id=845247]. | ||
=== Creating RPM's === | === Creating RPM's === | ||
The ''guidelines'' for building Ruby packages can be found on a [[Packaging/Ruby| | The ''guidelines'' for building Ruby packages can be found on a [[Packaging/Ruby|separate page]] . | ||
[[OliverAndrich| Oliver Andrich]] has created a specfile template for Ruby packages that is included in rpmdevtools 1.5 and later. Please start with this template when packaging Ruby code for Fedora. | [[OliverAndrich| Oliver Andrich]] has created a specfile template for Ruby packages that is included in rpmdevtools 1.5 and later. Please start with this template when packaging Ruby code for Fedora. | ||
Line 34: | Line 32: | ||
The [https://github.com/ManageIQ/polisher polisher] gem implements many downstream / post-publishing operations and querying mechanisms. Developers and end users can utilize these to check the state of their Ruby gems and applications and move them along custom workflows. | The [https://github.com/ManageIQ/polisher polisher] gem implements many downstream / post-publishing operations and querying mechanisms. Developers and end users can utilize these to check the state of their Ruby gems and applications and move them along custom workflows. | ||
== Useful tools == | |||
* [https://github.com/lutter/gem2rpm gem2rpm] Generate an rpm from a rubygem. | |||
* [https://github.com/daviddavis/pkgwat pkgwat] Checking that your project's gems are available in Fedora/EPEL repos. | |||
* [https://github.com/strzibny/gem-compare gem-compare] A RubyGems plugin that compares versions of the given gem. | |||
* [https://github.com/ManageIQ/polisher polisher] A Ruby module and set of utilities aimed to assisting the post-publishing packaging process for Ruby gems and applications. | |||
* [https://github.com/bundlerext/bundler_ext bundler_ext] Simple library leveraging the Bundler Gemfile DSL to load gems already on the system and managed by the systems package manager (like yum/apt). | |||
== References == | == References == | ||
Line 54: | Line 60: | ||
==Meetings== | ==Meetings== | ||
There is not too many chances to meet and discuss Ruby topics related to Fedora. | There is not too many chances to meet and discuss Ruby topics related to Fedora. You can always hold an irc meeting. | ||
== Members == | == Members == | ||
Line 103: | Line 109: | ||
# [[User:Maxamillion | Adam Miller]] | # [[User:Maxamillion | Adam Miller]] | ||
# [[User:Axilleas| Achilleas Pipinellis]] | # [[User:Axilleas| Achilleas Pipinellis]] | ||
# [[User:Coffeina| Andrzej Dubaj]] | |||
# [[User:smoitra | Sourav Moitra]] | |||
== Package Wishlist == | == Package Wishlist == |
Revision as of 11:50, 31 July 2015
|
A SIG for people who are interested in improving the state of Ruby in Fedora. This includes packaging Ruby libraries and applications, setting and improving standards for packaging them as RPM's and maintaining Ruby packages for Fedora.
State of Affairs
Packaging Ruby libraries and applications for Fedora is still in its infancy, and only very few RPM's are available. We hope that this situation will improve dramatically over the next few months; that means that you, dear reader, can become a hero by packaging your favorite piece of Ruby code as an RPM and submitting it to Fedora .
- We are closely following Ruby MRI development. Once a new Ruby release gets in the wild it is packaged for Rawhide.
- All Ruby implementations should be able to use gem provided by single package, but we are not yet there.
- We try to make possible to install several version of gem on single system [1].
Creating RPM's
The guidelines for building Ruby packages can be found on a separate page .
Oliver Andrich has created a specfile template for Ruby packages that is included in rpmdevtools 1.5 and later. Please start with this template when packaging Ruby code for Fedora.
Gems and RPM
Ruby has its own packaging format, gem, meant to be a cross-platform way to distribute Ruby software. Gems carry much of the metadata that RPM's carry, but not all of it, and because of their cross-platform nature violate the LSB. Gems that contain shared libraries also do not play nicely with multilib.
Please use the rubygem-gem2rpm
utility for all new gem packages. (This tool obsoletes gem2spec
).
Bundler and RPM
Fedora doesn't allow vendorizing packages without special exception, but this does not mean bundler based applications cannot be used with the Fedora stack.
The bundler_ext gem loads the system-installed versions of packages specified in a Ruby application Gemfile, providing a simple mechanism to switch between custom ruby stacks and distro-supported stacks.
The polisher gem implements many downstream / post-publishing operations and querying mechanisms. Developers and end users can utilize these to check the state of their Ruby gems and applications and move them along custom workflows.
Useful tools
- gem2rpm Generate an rpm from a rubygem.
- pkgwat Checking that your project's gems are available in Fedora/EPEL repos.
- gem-compare A RubyGems plugin that compares versions of the given gem.
- polisher A Ruby module and set of utilities aimed to assisting the post-publishing packaging process for Ruby gems and applications.
- bundler_ext Simple library leveraging the Bundler Gemfile DSL to load gems already on the system and managed by the systems package manager (like yum/apt).
References
Ruby
Ruby-Doc.org
RubyGems.org
RubyForge
Mailing list
ruby-sig mailing list
IRC Channel
#fedora-ruby[?] on freenode.net
Web portal
Currently Open Ruby Package Review Bugs
The Ruby SIG also likes to get more Ruby packages into Fedora. This is the list of opened review requests for ruby packages.
Meetings
There is not too many chances to meet and discuss Ruby topics related to Fedora. You can always hold an irc meeting.
Members
If you are interested in joining the SIG, just add yourself to this list
- David Lutterkort
- Oliver Andrich
- Akira TAGOH
- Jeremy Hinegardner
- Michael Stahnke
- Conrad Meyer
- Mike Danko
- Jeroen van Meeuwen
- Alejandro Perez Torres
- Matthew Kent
- Guillermo Gómez
- Mamoru Tasaka
- John Taber
- Michal Fojtik
- Nelio Junior
- Jon Orris
- Deshi Xiao
- Daniel Bond
- Vít Ondruch
- Sergio Rubio
- Sean OMeara
- Lukáš Zapletal
- Bohuslav Kabrda
- Mo Morsi
- Saleem Ansari
- Jamie Nguyen
- Samridh Srinath
- Steve Linabery
- Dmitri Dolguikh
- Jayson Rowe
- D. Johnson
- Petr Chalupa
- Josef Stříbný
- Ivan Nečas
- Francesco Vollero
- Nicolás Satragno
- Mark Klein
- Dhia Eddine
- Harish Ved
- Anup Nivargi
- Prathamesh Sonpatki
- Adam Miller
- Achilleas Pipinellis
- Andrzej Dubaj
- Sourav Moitra