Go to the documentation of this file.
10 #define _RPMTAG_INTERNAL
18 const char *
name = NULL;
34 assert(spec->
nfoo > 0);
35 iobp = &spec->
foo[spec->
nfoo-1].iob;
36 name = spec->
foo[spec->
nfoo-1].str;
49 const char * s =
rpmExpand(
"%{!?__spec_install_pre:%{?buildroot:%{__rm} -rf '%{buildroot}'\n%{__mkdir_p} '%{buildroot}'\n}}\n", NULL);
54 const char * s =
rpmExpand(
"%{?__spec_clean_body}%{!?__spec_clean_body:%{?buildroot:rm -rf '%{buildroot}'\n}}\n", NULL);
58 #if !defined(RPM_VENDOR_OPENPKG)