2022-12-05 05:44:30 -06:00
|
|
|
# See the documentation for more information:
|
|
|
|
# https://packit.dev/docs/configuration/
|
|
|
|
|
|
|
|
upstream_package_name: virt-manager
|
|
|
|
downstream_package_name: virt-manager
|
|
|
|
|
2024-10-25 08:54:03 -05:00
|
|
|
specfile_path: build/virt-manager.spec
|
|
|
|
|
|
|
|
srpm_build_deps:
|
|
|
|
- gettext
|
|
|
|
- python3-devel
|
|
|
|
- python3-docutils
|
|
|
|
- meson
|
|
|
|
|
|
|
|
actions:
|
|
|
|
post-upstream-clone:
|
|
|
|
- meson setup build -Dupdate-icon-cache=false -Dcompile-schemas=false -Dtests=disabled
|
2022-12-05 05:44:30 -06:00
|
|
|
|
|
|
|
jobs:
|
|
|
|
- job: copr_build
|
|
|
|
# Run on every PR
|
|
|
|
trigger: pull_request
|
|
|
|
# Defaults to x86_64 unless architecture is explicitly specified
|
|
|
|
targets:
|
2024-11-12 11:07:42 -06:00
|
|
|
- fedora-all
|