Module Gem2Rpm
In: lib/gem2rpm/specification.rb
lib/gem2rpm/distro.rb
lib/gem2rpm/dependency.rb
lib/gem2rpm/helpers.rb
lib/gem2rpm.rb

Methods

Classes and Modules

Module Gem2Rpm::Helpers
Class Gem2Rpm::Dependency
Class Gem2Rpm::Distro
Class Gem2Rpm::Specification

Constants

VERSION = "0.7.1"
TEMPLATE = File.read File.join(File.dirname(__FILE__), '..', 'templates', "#{Distro.nature.to_s}.spec.erb")

Public Class methods

Returns the email address of the packager (i.e., the person running gem2spec). Taken from RPM macros if present, constructed from system username and hostname otherwise.

[Validate]