build/parseDescription.c File Reference

Parse description section from spec file. More...

#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 []


Detailed Description

Parse description section from spec file.

Definition in file parseDescription.c.


Variable Documentation

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]

Definition at line 18 of file parseDescription.c.

Referenced by indexupvalue(), and new_localvar().

int noLang

Definition at line 53 of file poptBT.c.

Referenced by handlePreambleTag(), and parseDescription().

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.


Generated on Fri Oct 12 08:44:55 2007 for rpm by  doxygen 1.5.2