rpmbuild
Option
|
Usage
|
-ta
|
Build all, both a binary and source RPM
|
-tb
|
Build a binary RPM
|
-tc
|
Build (compile) the program but do not make the full RPM, by executing the build commands through the %build section and stopping
|
-tp
|
Prepare for building a binary RPM, by executing the build commands through the %prep section and stopping
|
-ti
|
Execute the build commands through the %install section and stop
|
-tl
|
Check the listing of files for the RPM
|
-ts
|
Build a source RPM only
|