Class Gem2Rpm::RpmFile
In: lib/gem2rpm/rpm_file.rb
Parent: String

Methods

doc?   ignore?   license?   misc?   test?   to_rpm  

Public Instance methods

Returs true for documentation files.

Returns true for files which should be ommited from the package.

Returns true for license files.

Returns true for other known miscellaneous files.

Returns true for files which are part of package test suite.

Returns string with entry suitable for RPM .spec file. This typically includes all necessary macros depending on file categorization.

[Validate]