# Generated by go2rpm 1 %bcond_without check # https://github.com/yory8/clipman %global goipath github.com/yory8/clipman Version: 1.6.1 %gometa %global common_description %{expand: A basic clipboard manager for Wayland, with support for persisting copy buffers after an application exits.} %global golicenses COPYING %global godocs README.md Name: clipman Release: 4%{?dist} Summary: A simple clipboard manager for Wayland License: GPLv3 URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/alecthomas/template) BuildRequires: golang(github.com/alecthomas/units) BuildRequires: golang(github.com/kballard/go-shellquote) BuildRequires: golang(gopkg.in/alecthomas/kingpin.v2) Requires: wl-clipboard >= 2.0 %description %{common_description} %gopkg %prep %goprep %build %gobuild -o %{gobuilddir}/bin/clipman %{goipath} %install %gopkginstall install -m 0755 -vd %{buildroot}%{_bindir} install -m 0755 -vp %{gobuilddir}/bin/* %{buildroot}%{_bindir}/ install -m 0644 -vpD docs/clipman.1 -t %{buildroot}%{_mandir}/man1/ %if %{with check} %check %gocheck %endif %files %license COPYING %doc README.md %{_bindir}/* %{_mandir}/man1/* %gopkgfiles %changelog * Tue Jul 19 2022 Maxwell G - 1.6.1-4 - Rebuild for CVE-2022-{1705,32148,30631,30633,28131,30635,30632,30630,1962} in golang * Fri Jun 17 2022 Robert-André Mauchin - 1.6.1-3 - Rebuilt for CVE-2022-1996, CVE-2022-24675, CVE-2022-28327, CVE-2022-27191, CVE-2022-29526, CVE-2022-30629 * Wed Jan 19 2022 Fedora Release Engineering - 1.6.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Thu Dec 02 2021 Bob Hepple - 1.6.1-1 - new version * Wed Jul 21 2021 Fedora Release Engineering - 1.6.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Sat Jun 19 2021 Bob Hepple - 1.6.0-1 - new version * Tue Mar 16 2021 Bob Hepple - 1.5.2-1 - rename spec file to %%{name}.spec * Tue Mar 02 2021 Bob Hepple - 1.5.2-0.2 - rebuilt RHBZ#1933950 * Thu May 14 2020 Aleksei Bavshin - 1.5.2-0.1 - Update to 1.5.2 * Sat May 09 2020 Aleksei Bavshin - 1.5.1-0.1 - Update to 1.5.1 * Mon May 04 2020 Aleksei Bavshin - 1.5.0-0.1 - Update to 1.5.0 * Wed Mar 18 2020 Aleksei Bavshin - 1.4.0-0.1 - Initial package