Main Page   Modules   Compound List   File List   Compound Members   File Members   Related Pages  

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)

Variables

int noLang
const char* name = NULL
const char* lang = NULL
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 15 of file parseDescription.c.

const char* name = NULL [static]
 

Definition at line 14 of file parseDescription.c.

int noLang
 

Definition at line 11 of file parseDescription.c.

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 17 of file parseDescription.c.


Generated at Mon May 21 08:53:41 2001 for rpm by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001