4Suite API Documentation

Module Ft.Lib.DistExt.BDistRpm

Classes:
Functions:
Fields:

Classes

class BDistRpm(distutils.command.bdist_rpm.bdist_rpm)

Methods

run(self)

Methods inherited from class distutils.command.bdist_rpm.bdist_rpm

finalize_options, finalize_package_data, initialize_options

Methods inherited from class distutils.cmd.Command

__getattr__, __init__, announce, copy_file, copy_tree, debug_print, dump_options, ensure_dirname, ensure_filename, ensure_finalized, ensure_string, ensure_string_list, execute, get_command_name, get_finalized_command, get_sub_commands, make_archive, make_file, mkpath, move_file, reinitialize_command, run_command, set_undefined_options, spawn, warn

Fields

command_name = 'bdist_rpm'

Fields

Fields

Functions

find_executable(executable, path=None)
Try to find 'executable' in the directories listed in 'path' (a string listing directories separated by 'os.pathsep'; defaults to os.environ['PATH']). Returns the complete filename or None if not found.
write_file(filename, contents)
Create a file with the specified name and write 'contents' (a sequence of strings without line terminators) to it.

Fields

DEBUG = None