The structure used to store values parsed from a spec file. More...
#include <rpmspec.h>
Data Fields | |
const char * | specFile |
const char * | sourceRpmName |
const char * | buildRootURL |
const char * | buildSubdir |
const char * | rootURL |
speclines | sl |
spectags | st |
struct OpenFileInfo * | fileStack |
char | lbuf [4 *BUFSIZ] |
char | nextpeekc |
char * | nextline |
char * | line |
int | lineNum |
struct ReadLevelEntry * | readStack |
Header | buildRestrictions |
struct SpecStruct ** | BASpecs |
const char ** | BANames |
int | BACount |
int | recursing |
int | force |
int | anyarch |
int | gotBuildRootURL |
char * | passPhrase |
int | timeCheck |
const char * | cookie |
struct Source * | sources |
int | numSources |
int | noSource |
Header | sourceHeader |
void * | sourceCpioList |
MacroContext | macros |
StringBuf | prep |
StringBuf | build |
StringBuf | install |
StringBuf | clean |
struct PackageStruct * | packages |
The structure used to store values parsed from a spec file.
Definition at line 92 of file rpmspec.h.
const char** SpecStruct::BANames |
struct SpecStruct** SpecStruct::BASpecs |
const char* SpecStruct::buildRootURL |
const char* SpecStruct::buildSubdir |
const char* SpecStruct::cookie |
struct OpenFileInfo* SpecStruct::fileStack |
char SpecStruct::lbuf[4 *BUFSIZ] |
char* SpecStruct::line |
char* SpecStruct::nextline |
struct PackageStruct* SpecStruct::packages |
char* SpecStruct::passPhrase |
struct ReadLevelEntry* SpecStruct::readStack |
const char* SpecStruct::rootURL |
const char* SpecStruct::sourceRpmName |
struct Source* SpecStruct::sources |
const char* SpecStruct::specFile |