class documentation

class SrcRpmFile(object):

View In Hierarchy

Keeps all needed data read from a source rpm

Method __init__ Undocumented
Method unpack Unpack the source rpm to tmpdir. Leave the cleanup to the caller in case of an error.
Instance Variable rpmhdr Undocumented
Instance Variable srpmfile Undocumented
Property name Get the name of the RPM package
Property packager Get the packager of the RPM package
Property upstreamversion Get the upstream version of the RPM package
Property version Get the (downstream) version of the RPM package
def __init__(self, srpmfile):

Undocumented

def unpack(self, dest_dir):

Unpack the source rpm to tmpdir. Leave the cleanup to the caller in case of an error.

rpmhdr =

Undocumented

srpmfile =

Undocumented

@property
name =

Get the name of the RPM package

@property
packager =

Get the packager of the RPM package

@property
upstreamversion =

Get the upstream version of the RPM package

@property
version =

Get the (downstream) version of the RPM package