#include "system.h"
#include <rpmio_internal.h>
#include <rpmbuild.h>
#include "debug.h"
Go to the source code of this file.
Functions | |
int | checkOwners (const char *urlfn) |
Check that file owner and group are known. More... | |
char* | doPatch (Spec spec, int c, int strip, const char *db, int reverse, int removeEmpties) |
Expand patchN macro into prep scriptlet. More... | |
const char* | doUntar (Spec spec, int c, int quietly) |
Expand setup macro into prep scriptlet. More... | |
int | doSetupMacro (Spec spec, char *line) |
Parse setup macro. More... | |
int | doPatchMacro (Spec spec, char *line) |
Parse patch line. More... | |
int | parsePrep (Spec spec) |
Variables | |
int | leaveDirs |
int | skipDefaultAction |
int | createDir |
int | quietly |
const char* | dirName = NULL |
Definition in file parsePrep.c.
|
Check that file owner and group are known.
Definition at line 32 of file parsePrep.c. |
|
Expand patchN macro into prep scriptlet.
Definition at line 59 of file parsePrep.c. Referenced by doPatchMacro(). |
|
Parse patch line.
Definition at line 409 of file parsePrep.c. Referenced by parsePrep(). |
|
Parse setup macro.
Definition at line 261 of file parsePrep.c. Referenced by parsePrep(). |
|
Expand setup macro into prep scriptlet.
Definition at line 149 of file parsePrep.c. Referenced by doSetupMacro(). |
|
Definition at line 14 of file parsePrep.c. |
|
Definition at line 15 of file parsePrep.c. |
|
Definition at line 13 of file parsePrep.c. |
|
Definition at line 14 of file parsePrep.c. |
|
Definition at line 13 of file parsePrep.c. |