| rpm
    4.8.1
    | 
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.
| struct OpenFileInfo* rpmSpec_s::fileStack | 
| rpmMacroContext rpmSpec_s::macros | 
| struct ReadLevelEntry* rpmSpec_s::readStack | 
| Header rpmSpec_s::sourceHeader | 
Definition at line 132 of file rpmspec.h.
Referenced by buildForTarget().
 1.8.13
 1.8.13