#include "system.h"
#include "rpmbuild.h"
#include "debug.h"
Include dependency graph for parseDescription.c:

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 [] |
Definition in file parseDescription.c.
|
|
Definition at line 20 of file parseDescription.c. Referenced by addFile(), headerFindI18NString(), parseDescription(), parsePreamble(), and skipFiles(). |
|
|
|
Definition at line 52 of file poptBT.c. Referenced by handlePreambleTag(), and parseDescription(). |
|
|
Initial value: {
{ NULL, 'n', POPT_ARG_STRING, &name, 'n', NULL, NULL},
{ NULL, 'l', POPT_ARG_STRING, &lang, 'l', NULL, NULL},
{ 0, 0, 0, 0, 0, NULL, NULL}
}
Definition at line 23 of file parseDescription.c. |
1.4.4