%global srcname yaws Name: yaws Version: 0.0.2 Release: 1%{?dist} Summary: Yet Another Window Switcher for Rofi+Sway License: GPLv3+ URL: https://github.com/ludwigd/%{srcname} # Sources can be obtained by # git clone https://github.com/ludwigd/yaws # cd yaws # tito build --tgz Source0: %{name}-%{version}.tar.gz BuildArch: noarch Requires: python3 Requires: python3-i3ipc Requires: rofi Requires: sway %description A rofi mode for switching windows under Sway implemented using rofi's scripting interface. %prep %autosetup %build # nothing to build %install mkdir -p %{buildroot}/%{_bindir} install -m 755 ./yaws %{buildroot}%{_bindir}/yaws %files %license LICENSE %{_bindir}/yaws %changelog * Tue Jun 17 2025 Damian Ludwig 0.0.2-1 - rewritten in python (ludwigd@fedoraproject.org) * Wed Jul 26 2023 Damian Ludwig 0.0.1-1 - rename to yaws (yet another window switcher) * Fri Jul 21 2023 Damian Ludwig 0.0.1-1 - new package built with tito