1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.ko/linux/rpmbuild.md
코드싸이 624a50f563
rpicam-raw: fix typo, linux/rm: update Korean translation, linux/rm*: add Korean translation (#14714)
* linux/rm: update Korean translation

* linux/r*: add Korean translation

* rpicam-raw: fix typo
2024-11-09 22:28:34 +09:00

452 B

rpmbuild

RPM 패키지 빌드 도구. 더 많은 정보: https://manned.org/rpmbuild.

  • 바이너리 및 소스 패키지 빌드:

rpmbuild -ba {{경로/대상/spec_파일}}

  • 소스 패키지 없이 바이너리 패키지 빌드:

rpmbuild -bb {{경로/대상/spec_파일}}

  • 패키지를 빌드할 때 추가 변수 지정:

rpmbuild -bb {{경로/대상/spec_파일}} --define "{{변수1}} {{값1}}" --define "{{변수2}} {{값2}}"