From 191e3b5d26db8193a8d6dc552fec3f40640c0911 Mon Sep 17 00:00:00 2001 From: Erik Reider <35975961+ErikReider@users.noreply.github.com> Date: Wed, 16 Nov 2022 17:25:32 +0100 Subject: Improved copr install testing (#55) --- build-scripts/swayfx.rpkg.spec | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) (limited to 'build-scripts/swayfx.rpkg.spec') 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 -- cgit v1.2.3