#include <rpmspec.h>
Data Fields | |
const char * | specFile |
const char * | sourceRpmName |
const char * | buildRootURL |
const char * | buildSubdir |
const char * | rootURL |
speclines | sl |
spectags | st |
OpenFileInfo * | fileStack |
char | lbuf [4 *BUFSIZ] |
char | nextpeekc |
char * | nextline |
char * | line |
int | lineNum |
ReadLevelEntry * | readStack |
Header | buildRestrictions |
SpecStruct ** | BASpecs |
const char ** | BANames |
int | BACount |
int | recursing |
int | force |
int | anyarch |
int | gotBuildRootURL |
char * | passPhrase |
int | timeCheck |
const char * | cookie |
Source * | sources |
int | numSources |
int | noSource |
Header | sourceHeader |
void * | sourceCpioList |
MacroContext | macros |
StringBuf | prep |
StringBuf | build |
StringBuf | install |
StringBuf | clean |
PackageStruct * | packages |
Definition at line 92 of file rpmspec.h.
const char* SpecStruct::specFile |
Name of the spec file.
Definition at line 93 of file rpmspec.h.
Referenced by doRmSource(), freeSpec(), and parseSpec().
const char* SpecStruct::sourceRpmName |
Definition at line 94 of file rpmspec.h.
Referenced by freeSpec(), genSourceRpmName(), packageBinaries(), and packageSources().
const char* SpecStruct::buildRootURL |
Definition at line 95 of file rpmspec.h.
Referenced by freeSpec(), handlePreambleTag(), parsePreamble(), parseSpec(), and processPackageFiles().
const char* SpecStruct::buildSubdir |
Definition at line 96 of file rpmspec.h.
Referenced by addFileToTagAux(), doScript(), doSetupMacro(), freeSpec(), and processPackageFiles().
const char* SpecStruct::rootURL |
Definition at line 97 of file rpmspec.h.
Referenced by doScript(), doSetupMacro(), freeSpec(), handlePreambleTag(), parseSpec(), and processPackageFiles().
Definition at line 99 of file rpmspec.h.
Referenced by freeSpec(), printNewSpecfile(), and readLine().
Definition at line 100 of file rpmspec.h.
Referenced by freeSpec(), printNewSpecfile(), and stashSt().
struct OpenFileInfo* SpecStruct::fileStack [read] |
Definition at line 102 of file rpmspec.h.
Referenced by closeSpec(), forceIncludeFile(), freeSpec(), parseSpec(), and readLine().
char SpecStruct::lbuf[4 *BUFSIZ] |
char* SpecStruct::nextline |
char* SpecStruct::line |
Definition at line 106 of file rpmspec.h.
Referenced by addSource(), copyNextLine(), doPatchMacro(), findPreambleTag(), handlePreambleTag(), parseBuildInstallClean(), parseChangelog(), parseDescription(), parseFiles(), parsePreamble(), parsePrep(), parseRCPOT(), parseScript(), and readLine().
Definition at line 107 of file rpmspec.h.
Referenced by addSource(), copyNextLine(), doPatchMacro(), doSetupMacro(), handlePreambleTag(), parseBuildInstallClean(), parseDescription(), parseFiles(), parseNoSource(), parsePreamble(), parsePrep(), parseRCPOT(), parseScript(), readLine(), and stashSt().
struct ReadLevelEntry* SpecStruct::readStack [read] |
Definition at line 111 of file rpmspec.h.
Referenced by checkForValidArchitectures(), freeSpec(), handlePreambleTag(), initSourceHeader(), and parseRCPOT().
struct SpecStruct** SpecStruct::BASpecs [read] |
const char** SpecStruct::BANames |
Definition at line 113 of file rpmspec.h.
Referenced by freeSpec(), handlePreambleTag(), initSourceHeader(), parsePreamble(), and parseSpec().
Definition at line 114 of file rpmspec.h.
Referenced by buildSpec(), freeSpec(), handlePreambleTag(), initSourceHeader(), and parseSpec().
parse is recursive?
Definition at line 115 of file rpmspec.h.
Referenced by buildSpec(), freeSpec(), parsePreamble(), and parseSpec().
Definition at line 117 of file rpmspec.h.
Referenced by doPatch(), doUntar(), parsePrep(), and parseSpec().
Definition at line 120 of file rpmspec.h.
Referenced by handlePreambleTag(), parsePreamble(), and parseSpec().
char* SpecStruct::passPhrase |
Definition at line 122 of file rpmspec.h.
Referenced by freeSpec(), packageBinaries(), packageSources(), parseSpec(), and rewriteRPM().
const char* SpecStruct::cookie |
Definition at line 124 of file rpmspec.h.
Referenced by freeSpec(), packageBinaries(), packageSources(), parseSpec(), and rewriteRPM().
struct Source* SpecStruct::sources [read] |
Definition at line 126 of file rpmspec.h.
Referenced by addSource(), doPatch(), doRmSource(), doUntar(), findSource(), and freeSpec().
Definition at line 128 of file rpmspec.h.
Referenced by genSourceRpmName(), and handlePreambleTag().
Definition at line 131 of file rpmspec.h.
Referenced by buildForTarget(), freeSpec(), initSourceHeader(), packageSources(), and processSourceFiles().
Definition at line 135 of file rpmspec.h.
Referenced by addFileToTagAux(), addSource(), copyNextLine(), doScript(), doSetupMacro(), handlePreambleTag(), parseSpec(), and processPackageFiles().
prep scriptlet.
Definition at line 137 of file rpmspec.h.
Referenced by doPatchMacro(), doScript(), doSetupMacro(), freeSpec(), and parsePrep().
build scriptlet.
Definition at line 138 of file rpmspec.h.
Referenced by doScript(), freeSpec(), and parseBuildInstallClean().
install scriptlet.
Definition at line 139 of file rpmspec.h.
Referenced by doScript(), freeSpec(), and parseBuildInstallClean().
clean scriptlet.
Definition at line 140 of file rpmspec.h.
Referenced by doScript(), freeSpec(), and parseBuildInstallClean().
struct PackageStruct* SpecStruct::packages [read] |
Package list.
Definition at line 142 of file rpmspec.h.
Referenced by doRmSource(), doSetupMacro(), freeSpec(), genSourceRpmName(), initSourceHeader(), lookupPackage(), newPackage(), packageBinaries(), parseChangelog(), parsePreamble(), parseSpec(), printNewSpecfile(), processBinaryFiles(), readRPM(), rewriteRPM(), and rpmQueryVerify().