Go to the source code of this file.
Data Structures | |
struct | OpenFileInfo |
struct | Package_s |
struct | ReadLevelEntry |
struct | Source |
struct | Spec_s |
struct | speclines_s |
struct | spectag_s |
struct | spectags_s |
struct | TriggerFileEntry |
Defines | |
#define | RPMBUILD_ISSOURCE (1 << 0) |
#define | RPMBUILD_ISPATCH (1 << 1) |
#define | RPMBUILD_ISICON (1 << 2) |
#define | RPMBUILD_ISNO (1 << 3) |
#define | RPMBUILD_DEFAULT_LANG "C" |
Typedefs | |
typedef Package_s * | Package |
typedef ReadLevelEntry | RLE_t |
typedef OpenFileInfo | OFI_t |
typedef spectag_s * | spectag |
typedef spectags_s * | spectags |
typedef speclines_s * | speclines |
Functions | |
Spec | newSpec (void) |
Spec | freeSpec (Spec spec) |
int | rpmspecQuery (rpmts ts, QVA_t qva, const char *arg) |
OpenFileInfo * | newOpenFileInfo (void) |
spectag | stashSt (Spec spec, Header h, int tag, const char *lang) |
int | addSource (Spec spec, Package pkg, const char *field, int tag) |
int | parseNoSource (Spec spec, const char *field, int tag) |
Definition in file rpmspec.h.
|
Definition at line 28 of file rpmspec.h. Referenced by findPreambleTag(), handlePreambleTag(), parseDescription(), printNewSpecfile(), and stashSt(). |
|
Definition at line 25 of file rpmspec.h. Referenced by addSource(). |
|
Definition at line 26 of file rpmspec.h. Referenced by doRmSource(), parseNoSource(), and processSourceFiles(). |
|
Definition at line 24 of file rpmspec.h. Referenced by addSource(), doPatch(), parseNoSource(), and processSourceFiles(). |
|
Definition at line 23 of file rpmspec.h. Referenced by addSource(), doUntar(), parseNoSource(), and processSourceFiles(). |
|
Definition at line 416 of file parsePreamble.c. References HGE_t, Spec_s::lineNum, RPMBUILD_DEFAULT_LANG, RPMTAG_NAME, Spec_s::st, spectags_s::st_nalloc, spectags_s::st_ntags, spectags_s::st_t, spectag_s::t_lang, spectag_s::t_msgid, spectag_s::t_nlines, spectag_s::t_startx, spectag_s::t_tag, tagName(), xrealloc(), and xstrdup(). Referenced by handlePreambleTag(), and parseDescription(). |