add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -0,0 +1,16 @@
# rpmbuild
> RPM 包构建工具。
> 更多信息:<https://manned.org/rpmbuild>。
- 构建二进制和源包:
`rpmbuild -ba {{path/to/spec_file}}`
- 构建没有源包的二进制包:
`rpmbuild -bb {{path/to/spec_file}}`
- 在构建包时指定额外变量:
`rpmbuild -bb {{path/to/spec_file}} --define "{{variable1}} {{value1}}" --define "{{variable2}} {{value2}}"`