RPM spec files in version control system

耗尽温柔 提交于 2019-12-05 21:37:09

If you participate in these projects directly, it looks reasonable to have .spec somewhere in the main source repository. It's just one more file after all, keeping it there requires nothing special from VCS.

If you are to maintain packages for third-party projects, I'd recommend to have separate repo(s) structured like https://github.com/RussianFedora and https://github.com/RussianFedora/unzip This structure just happened to be quite simple and comfortable - you have in one repo your spec file, necessary patches to build for distributions of choice, checksums of upstream sources used.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!