#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.
Definition at line 114 of file rpmspec.h.
Referenced by buildSpec(), freeSpec(), handlePreambleTag(), initSourceHeader(), and parseSpec().
const char** SpecStruct::BANames |
Definition at line 113 of file rpmspec.h.
Referenced by freeSpec(), handlePreambleTag(), initSourceHeader(), parsePreamble(), and parseSpec().
struct SpecStruct** SpecStruct::BASpecs |
build scriptlet.
Definition at line 138 of file rpmspec.h.
Referenced by doScript(), freeSpec(), and parseBuildInstallClean().
Definition at line 111 of file rpmspec.h.
Referenced by checkForValidArchitectures(), freeSpec(), handlePreambleTag(), initSourceHeader(), and parseRCPOT().
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().
clean scriptlet.
Definition at line 140 of file rpmspec.h.
Referenced by doScript(), freeSpec(), and parseBuildInstallClean().
const char* SpecStruct::cookie |
Definition at line 124 of file rpmspec.h.
Referenced by freeSpec(), packageBinaries(), packageSources(), parseSpec(), and rewriteRPM().
struct OpenFileInfo* SpecStruct::fileStack |
Definition at line 102 of file rpmspec.h.
Referenced by closeSpec(), forceIncludeFile(), freeSpec(), parseSpec(), and readLine().
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().
install scriptlet.
Definition at line 139 of file rpmspec.h.
Referenced by doScript(), freeSpec(), and parseBuildInstallClean().
char SpecStruct::lbuf[4 *BUFSIZ] |
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().
Definition at line 135 of file rpmspec.h.
Referenced by addFileToTagAux(), addSource(), copyNextLine(), doScript(), doSetupMacro(), handlePreambleTag(), parseSpec(), and processPackageFiles().
char* SpecStruct::nextline |
Definition at line 128 of file rpmspec.h.
Referenced by genSourceRpmName(), and handlePreambleTag().
struct PackageStruct* SpecStruct::packages |
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().
char* SpecStruct::passPhrase |
Definition at line 122 of file rpmspec.h.
Referenced by freeSpec(), packageBinaries(), packageSources(), parseSpec(), and rewriteRPM().
prep scriptlet.
Definition at line 137 of file rpmspec.h.
Referenced by doPatchMacro(), doScript(), doSetupMacro(), freeSpec(), and parsePrep().
struct ReadLevelEntry* SpecStruct::readStack |
parse is recursive?
Definition at line 115 of file rpmspec.h.
Referenced by buildSpec(), freeSpec(), parsePreamble(), and parseSpec().
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 131 of file rpmspec.h.
Referenced by buildForTarget(), freeSpec(), initSourceHeader(), packageSources(), and processSourceFiles().
const char* SpecStruct::sourceRpmName |
Definition at line 94 of file rpmspec.h.
Referenced by freeSpec(), genSourceRpmName(), packageBinaries(), and packageSources().
struct Source* SpecStruct::sources |
Definition at line 126 of file rpmspec.h.
Referenced by addSource(), doPatch(), doRmSource(), doUntar(), findSource(), and freeSpec().
const char* SpecStruct::specFile |
Name of the spec file.
Definition at line 93 of file rpmspec.h.
Referenced by doRmSource(), freeSpec(), and parseSpec().
Definition at line 100 of file rpmspec.h.
Referenced by freeSpec(), printNewSpecfile(), and stashSt().