rpm 5.3.12
|
Parse description section from spec file. More...
#include "system.h"
#include <rpmio.h>
#include <rpmiotypes.h>
#include <rpmlog.h>
#include "rpmbuild.h"
#include "debug.h"
Go to the source code of this file.
Functions | |
int | parseDescription (Spec spec) |
Parse %description section of a spec file. | |
Variables | |
int | noLang |
static const char * | name = NULL |
static const char * | lang = NULL |
static struct poptOption | optionsTable [] |
Parse description section from spec file.
Definition in file parseDescription.c.
const char* lang = NULL [static] |
Definition at line 23 of file parseDescription.c.
Referenced by addFile(), headerAddI18NString(), headerFindI18NString(), parseDescription(), parsePreamble(), and rpmtsSkipFiles().
const char* name = NULL [static] |
Definition at line 21 of file parseDescription.c.
Referenced by addChangelog(), addChangelogEntry(), addMacro(), addSource(), compare(), doPrimary(), findTag(), fmtBits(), Fts_read(), getMachineInfo(), glob64(), glob_in_dir(), headerGet(), keyCmp(), keycompare(), keyValue(), lookupInDefaultTable(), mtreeVisitF(), myTagName(), ncores(), parseBuildInstallClean(), parseDescription(), parseForAttr(), parseForConfig(), parseForDev(), parseForLang(), parseForVerify(), parsekey(), parseNoSource(), parsePreamble(), physmem(), printFileInfo(), pushMacro(), rebuildCompatTables(), rpmfiOpendir(), rpmfts_new(), rpmioNewPool(), rpmts_AddErase(), and rpmts_setattro().
int noLang |
Definition at line 57 of file poptBT.c.
Referenced by handlePreambleTag(), and parseDescription().
struct poptOption optionsTable[] [static] |
{ { NULL, 'n', POPT_ARG_STRING, &name, 0, NULL, NULL}, { NULL, 'l', POPT_ARG_STRING, &lang, 0, NULL, NULL}, { 0, 0, 0, 0, 0, NULL, NULL} }
Definition at line 26 of file parseDescription.c.
Referenced by parseDescription().