Rpmbuild command: Difference between revisions

From 탱이의 잡동사니
Jump to navigation Jump to search
(Created page with "== Overview == rpmbuild command 내용 정리. == Options == === -bb === Binary 패키지 파일들만 생성한다. <source lang=bash> $ rpmbuild -bb test.spec </source> ...")
(No difference)

Revision as of 13:22, 1 August 2016

Overview

rpmbuild command 내용 정리.

Options

-bb

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