%global debug_package %{nil} Name: niri-float-sticky Version: 0.0.8 Release: 1%{?dist} Summary: Make floating windows visible across all workspaces in niri License: MIT URL: https://github.com/probeldev/niri-float-sticky Source0: https://github.com/probeldev/niri-float-sticky/archive/refs/tags/v%{version}/%{name}-%{version}.tar.gz BuildRequires: golang Requires: niri %description A utility to make floating windows visible across all workspaces in niri — similar to "sticky windows" in other compositors. %prep %autosetup -n %{name}-%{version} %build go build -o %{name} . %install install -Dm0755 %{name} %{buildroot}%{_bindir}/%{name} %files %license LICENSE %doc README.md %{_bindir}/%{name} %changelog * %(date "+%a %b %d %Y") vorxiu - 0.0.8-1 - Initial package