Rpmbuild command

From 탱이의 잡동사니
Revision as of 13:22, 1 August 2016 by Pchero (talk | contribs) (Created page with "== Overview == rpmbuild command 내용 정리. == Options == === -bb === Binary 패키지 파일들만 생성한다. <source lang=bash> $ rpmbuild -bb test.spec </source> ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Overview

rpmbuild command 내용 정리.

Options

-bb

Binary 패키지 파일들만 생성한다. <source lang=bash> $ rpmbuild -bb test.spec </source>