#include <rpmlib.h>
Public Attributes | |
RPMBT | |
int | buildAmount |
const char* | buildRootOverride |
char* | targets |
int | force |
int | noBuild |
int | noDeps |
int | noLang |
int | shortCircuit |
int | sign |
int | useCatalog |
char | buildMode |
char | buildChar |
const char* | rootdir |
Definition at line 1133 of file rpmlib.h.
|
Bit(s) to control operation. |
|
Build stage (one of "abcilps ") |
|
Build mode (one of "btBC") |
|
from --buildroot |
|
from --force |
|
from --nobuild |
|
from --nodeps |
|
from --nolang |
|
|
|
from --short-circuit |
|
from --sign |
|
Target platform(s), comma separated. |
|
from --usecatalog |