The structure used to store values parsed from a spec file. More...
#include <rpmspec.h>
Data Fields | |
char * | specFile |
char * | buildRoot |
char * | buildSubdir |
char * | rootDir |
speclines | sl |
spectags | st |
struct OpenFileInfo * | fileStack |
char | lbuf [10 *BUFSIZ] |
char * | lbufPtr |
char | nextpeekc |
char * | nextline |
char * | line |
int | lineNum |
struct ReadLevelEntry * | readStack |
Header | buildRestrictions |
rpmSpec * | BASpecs |
const char ** | BANames |
int | BACount |
int | recursing |
int | force |
int | anyarch |
char * | passPhrase |
int | timeCheck |
char * | cookie |
struct Source * | sources |
int | numSources |
int | noSource |
char * | sourceRpmName |
unsigned char * | sourcePkgId |
Header | sourceHeader |
rpmfi | sourceCpioList |
rpmMacroContext | macros |
StringBuf | prep |
StringBuf | build |
StringBuf | install |
StringBuf | check |
StringBuf | clean |
Package | packages |
The structure used to store values parsed from a spec file.
Definition at line 94 of file rpmspec.h.
const char** rpmSpec_s::BANames |
char* rpmSpec_s::buildRoot |
char* rpmSpec_s::buildSubdir |
char* rpmSpec_s::cookie |
struct OpenFileInfo* rpmSpec_s::fileStack [read] |
int rpmSpec_s::force |
char rpmSpec_s::lbuf[10 *BUFSIZ] |
char* rpmSpec_s::lbufPtr |
char* rpmSpec_s::line |
char* rpmSpec_s::nextline |
char rpmSpec_s::nextpeekc |
char* rpmSpec_s::passPhrase |
struct ReadLevelEntry* rpmSpec_s::readStack [read] |
char* rpmSpec_s::rootDir |
Definition at line 132 of file rpmspec.h.
Referenced by buildForTarget().
unsigned char* rpmSpec_s::sourcePkgId |
char* rpmSpec_s::sourceRpmName |
struct Source* rpmSpec_s::sources [read] |
char* rpmSpec_s::specFile |