Class Gem2Rpm::RpmDependencyList
In: lib/gem2rpm/rpm_dependency_list.rb
Parent: Object

Methods

comment_out   each   new   reject   to_rpm   virtualize   with_requires  

Included Modules

Enumerable

Public Class methods

Public Instance methods

Comment out the dependency.

Calls the given block once for each element in self, passing that element as a parameter. Returns the array itself. If no block is given, an Enumerator is returned.

Returns a new array containing the items in self for which the given block is not true. The ordering of non-rejected elements is maintained. If no block is given, an Enumerator is returned instead.

Returns string with all dependencies from the list converted into entries suitable for RPM .spec file. Thise entries should include all necessary macros depending on file categorization.

Convert to rubygem() virtual provide dependencies.

Output dependencies with RPM requires tag.

[Validate]