rpmbuild
Option
|
Usage
|
-ba
|
Build all, both a binary and source RPM
|
-bb
|
Build a binary RPM
|
-bc
|
Build (compile) the program but do not make the full RPM, by executing the build commands through the %build section and stopping
|
-bp
|
Prepare for building a binary RPM, by executing the build commands through the %prep section and stopping
|
-bi
|
Execute the build commands through the %install section and stop
|
-bl
|
Check the listing of files for the RPM
|
-bs
|
Build a source RPM only
|