rpm
4.5
|
Parse files section from spec file. More...
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 [] |
Parse files section from spec file.
Definition in file parseFiles.c.
const char* file = NULL [static] |
Definition at line 18 of file parseFiles.c.
Referenced by parseFiles(), and rpmGenPath().
const char* name = NULL [static] |
Definition at line 16 of file parseFiles.c.
Referenced by parseFiles().
struct poptOption optionsTable[] [static] |
{ { 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.
Referenced by parseFiles().