build/parseFiles.c File Reference

Parse files section from spec file. More...

#include "system.h"
#include "rpmbuild.h"
#include "debug.h"

Go to the source code of this file.

Functions

int parseFiles (Spec spec)
 Parse %files section of a spec file.

Variables

static const char * name = NULL
static const char * file = NULL
static struct poptOption optionsTable []


Detailed Description

Parse files section from spec file.

Definition in file parseFiles.c.


Variable Documentation

const char* file = NULL [static]

Definition at line 18 of file parseFiles.c.

Referenced by parseFiles(), parseScript(), and rpmGenPath().

const char* name = NULL [static]

Definition at line 16 of file parseFiles.c.

struct poptOption optionsTable[] [static]

Initial value:

 {
        { NULL, 'n', POPT_ARG_STRING, &name, 'n',       NULL, NULL},
        { NULL, 'f', POPT_ARG_STRING, &file, 'f',       NULL, NULL},
        { 0, 0, 0, 0, 0,        NULL, NULL}
    }

Definition at line 20 of file parseFiles.c.


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