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

build/parseScript.c File Reference

Parse install-time script section from spec file. More...

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

Go to the source code of this file.

Functions

int addTriggerIndex (Package pkg, const char *file, const char *script, const char *prog)
int parseScript (Spec spec, int parsePart)

Variables

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


Detailed Description

Parse install-time script section from spec file.

Definition in file parseScript.c.


Function Documentation

int addTriggerIndex ( Package pkg,
const char * file,
const char * script,
const char * prog ) [static]
 

Definition at line 13 of file parseScript.c.

Referenced by parseScript().


Variable Documentation

const char* file = NULL [static]
 

Definition at line 49 of file parseScript.c.

const char* name = NULL [static]
 

Definition at line 47 of file parseScript.c.

struct poptOption optionsTable[] [static]
 

Initial value:

 {
        { NULL, 'p', POPT_ARG_STRING, &prog, 'p',       NULL, NULL},
        { 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 50 of file parseScript.c.

const char* prog = NULL [static]
 

Definition at line 48 of file parseScript.c.


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