diff options
author | Erik Reider <[email protected]> | 2022-11-16 17:25:32 +0100 |
---|---|---|
committer | Will McKinnon <[email protected]> | 2022-11-18 01:20:49 -0500 |
commit | 191e3b5d26db8193a8d6dc552fec3f40640c0911 (patch) | |
tree | 68c44e0a73f952b0c2043b47def60d486f09a2aa /build-scripts/swayfx.rpkg.spec | |
parent | 0cd40fed1370633cd38d2149e59bb7ba201e0d38 (diff) |
Improved copr install testing (#55)
Diffstat (limited to 'build-scripts/swayfx.rpkg.spec')
-rw-r--r-- | build-scripts/swayfx.rpkg.spec | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/build-scripts/swayfx.rpkg.spec b/build-scripts/swayfx.rpkg.spec index 18b233a7..b69f0882 100644 --- a/build-scripts/swayfx.rpkg.spec +++ b/build-scripts/swayfx.rpkg.spec @@ -1,7 +1,14 @@ # vim: syntax=spec + +### CHANGE THESE VARIABLES BEFORE RELEASE: +# Change to current Sway base version! +%global SwayBaseVersion 1.7 +# Change to current SwayFX tag! +%global Tag 0.1 + Name: {{{ git_dir_name }}} -Version: 0.1 -Release: 1%{?dist} +Version: %{Tag} +Release: 2%{?dist} Summary: SwayFX: Sway, but with eye candy! License: MIT URL: https://github.com/WillPower3309/swayfx @@ -58,6 +65,9 @@ Recommends: foot Recommends: grim %{?systemd_requires} +Conflicts: sway +Provides: sway = %{SwayBaseVersion} + %description SwayFX: Sway, but with eye candy! @@ -89,8 +99,8 @@ interface. %build %meson \ - -Dsd-bus-provider=libsystemd \ - -Dwerror=false + -Dsd-bus-provider=libsystemd \ + -Dwerror=false %meson_build |