%global goipath github.com/sentriz/cliphist Version: 0.6.1 %gometa Name: cliphist Release: 1%{?dist} Summary: Wayland clipboard history manager License: GPL-3.0-or-later URL: %{gourl} Source0: %{gosource} BuildRequires: golang Requires: wl-clipboard %description Wayland clipboard manager with support for text and images. %prep %goprep %build %gobuild -o %{gobuilddir}/bin/cliphist %{goipath} %install %gopkginstall install -m 0755 -vd %{buildroot}%{_bindir} install -m 0755 -vp %{gobuilddir}/bin/* %{buildroot}%{_bindir}/ %files %{_bindir}/cliphist %changelog * Mon Oct 07 2024 Purian23 - 0.6.1-1 - Initial Copr package release - Version 0.6.1