class documentation
class SrcRpmFile(object):
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 |