class documentation

class bdist_rpm(orig.bdist_rpm): (source)

View In Hierarchy

Override the default bdist_rpm behavior to do the following: 1. Run egg_info to ensure the name and version are properly calculated. 2. Always run 'install' using --single-version-externally-managed to disable eggs in RPM distributions.

Method run Undocumented
Method _make_spec_file Undocumented
def run(self): (source)

Undocumented

def _make_spec_file(self): (source)

Undocumented