加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.packit.yaml 465 Bytes
一键复制 编辑 原始数据 按行查看 历史
Robin Lee 提交于 2020-09-23 11:06 . fix: Initial packit setup
# See the documentation for more information:
# https://packit.dev/docs/configuration/
specfile_path: rpm/dtkwidget.spec
# add or remove files that should be synced
synced_files:
- rpm/dtkwidget.spec
- .packit.yaml
upstream_package_name: dtkwidget
# downstream (Fedora) RPM package name
downstream_package_name: dtkwidget
actions:
fix-spec-file: |
bash -c "sed -i -r \"s/Version:(\s*)\S*/Version:\1${PACKIT_PROJECT_VERSION}/\" rpm/dtkwidget.spec"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化