3.16. Building a binary RPM from the SPEC file
The following procedure shows how to build bello
, pello
, and cello
binary RPMs from their SPEC files.
Procédure
Run the
rpmbuild
command with thebb
option:$ rpmbuild -bb ~/rpmbuild/SPECS/bello.spec $ rpmbuild -bb ~/rpmbuild/SPECS/pello.spec $ rpmbuild -bb ~/rpmbuild/SPECS/cello.spec