%global tag v%{version} %global debug_package %{nil} Name: nwg-look Version: 1.0.6 Release: %autorelease Summary: GTK3 settings editor for wlroots-based Wayland compositors License: MIT URL: https://github.com/nwg-piotr/nwg-look Source0: %{url}/archive/refs/tags/%{tag}.tar.gz BuildRequires: golang >= 1.22 BuildRequires: pkgconfig(gtk+-3.0) Requires: gtk3 %description nwg-look is a GTK3 settings editor designed to work properly in wlroots-based Wayland environments. The look and feel is strongly influenced by LXAppearance. %prep %autosetup %build go build -v -o bin/nwg-look . %install make install DESTDIR=%{buildroot} PREFIX=%{_prefix} %files %license LICENSE %{_bindir}/nwg-look %{_datadir}/nwg-look/ %{_datadir}/applications/nwg-look.desktop %{_datadir}/pixmaps/nwg-look.svg %doc README.md %changelog %autochangelog