The structure used to store values for a package. More...
#include <rpmspec.h>
Data Fields | |
Header | header |
void * | cpioList |
struct Source * | icon |
int | autoReq |
int | autoProv |
const char * | preInFile |
const char * | postInFile |
const char * | preUnFile |
const char * | postUnFile |
const char * | verifyFile |
StringBuf | specialDoc |
struct TriggerFileEntry * | triggerFiles |
const char * | fileFile |
StringBuf | fileList |
struct PackageStruct * | next |
The structure used to store values for a package.
Definition at line 148 of file rpmspec.h.
void* PackageStruct::cpioList |
const char* PackageStruct::fileFile |
struct Source* PackageStruct::icon |
struct PackageStruct* PackageStruct::next |
const char* PackageStruct::postInFile |
const char* PackageStruct::postUnFile |
const char* PackageStruct::preInFile |
const char* PackageStruct::preUnFile |
const char* PackageStruct::verifyFile |