The reason this file is gem_version.rb and not version.rb is because it conflicts with the version.rb class
| PKG_NAME | = | "ruby-rpm" |
| GEM_VERSION | = | "0.0.5" |
| CallbackData | = | Struct.new(:type, :key, :package, :amount, :total) do def to_s |
| TAG | = | RPM::C::Tag |
| LOG | = | RPM::C::Log |
| SENSE | = | RPM::C::Sense |
| FILE | = | RPM::C::FileAttrs |
| FILE_STATE | = | RPM::C::FileState |
| TRANS_FLAG | = | RPM::C::TransFlags |
| PROB_FILTER | = | RPM::C::ProbFilter |
| MIRE | = | RPM::C::RegexpMode |
Setup a macro @param [String] name Name of the macro @param [String] value Value of the macro or nil to delete it
Creates a new transaction and pass it to the given block
@param [String] root dir, default ’/’
@example
RPM.transaction do |ts|
...
end