#include "system.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 [] |
Definition in file parseDescription.c.
const char* lang = NULL [static] |
Definition at line 20 of file parseDescription.c.
Referenced by addFile(), headerFindI18NString(), parseDescription(), parsePreamble(), and skipFiles().
const char* name = NULL [static] |
int noLang |
struct poptOption optionsTable[] [static] |
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.