부제: spec 하나로 소스에서 rpm까지 찍어낸다rpmbuild -ba hello.spec # 소스+바이너리 패키지 둘 다 빌드rpmbuild -bb hello.spec # 바이너리 rpm만rpmbuild -bs hello.spec # 소스 srpm만 -bp build through %prep (unpack sources and apply -bc build through %build (%prep, then compile) -bi build through %install (%prep, %build, then -bl ..