mirror of
https://github.com/swaywm/sway.git
synced 2026-04-21 06:46:22 -04:00
Improved copr install testing (#55)
This commit is contained in:
parent
0cd40fed13
commit
191e3b5d26
2 changed files with 49 additions and 9 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue