|
|
发表于 2007-6-24 09:28:03
|
显示全部楼层
- -bp build through %prep (unpack sources and apply
- patches) from <specfile>
- -bc build through %build (%prep, then compile)
- from <specfile>
- -bi build through %install (%prep, %build, then
- install) from <specfile>
- -bl verify %files section from <specfile>
- -ba build source and binary packages from
- <specfile>
- -bb build binary package only from <specfile>
- -bs build source package only from <specfile>
- -tp build through %prep (unpack sources and apply
- patches) from <tarball>
- -tc build through %build (%prep, then compile)
- from <tarball>
- -ti build through %install (%prep, %build, then
- install) from <tarball>
- -ta build source and binary packages from <tarball>
- -tb build binary package only from <tarball>
- -ts build source package only from <tarball>
- --rebuild build binary package from <source package>
- --recompile build through %install (%prep, %build, then
- install) from <source package>
- --buildroot=DIRECTORY override build root
- --clean remove build tree when done
- --nobuild do not execute any stages of the build
- --nodeps do not verify build dependencies
- --nodirtokens generate package header(s) compatible with
- (legacy) rpm[23] packaging
- --rmsource remove sources when done
- --rmspec remove specfile when done
- --short-circuit skip straight to specified stage (only for c,i)
复制代码
注意 --short-circuit |
|