# Generated by go2rpm %bcond_without check # https://github.com/fvbommel/util %global goipath vbom.ml/util %global forgeurl https://github.com/fvbommel/util %global commit efcd4e0f97874370259c7d93e12aad57911dea81 %gometa %global common_description %{expand: Sort orders, comparison functions, and "heavy-weight string" utilities in Go.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Version: 0 Release: 0.3%{?dist} Summary: Sort orders, comparison functions, and "heavy-weight string" utilities License: MIT URL: %{gourl} Source0: %{gosource} %if %{with check} # Tests BuildRequires: golang(github.com/bruth/assert) BuildRequires: golang(github.com/xlab/handysort) %endif %description %{common_description} %gopkg %prep %goprep %build for cmd in cmd/* ; do %gobuild -o %{gobuilddir}/bin/$(basename $cmd) %{goipath}/$cmd done %install %gopkginstall install -m 0755 -vd %{buildroot}%{_bindir} install -m 0755 -vp %{gobuilddir}/bin/* %{buildroot}%{_bindir}/ %if %{with check} %check %gocheck %endif %files %license LICENSE %doc README.md %{_bindir}/* %gopkgfiles %changelog * Mon May 20 17:34:11 CEST 2019 Robert-André Mauchin - 0-0.3.20190520gitefcd4e0 - Bump to commit efcd4e0f97874370259c7d93e12aad57911dea81 * Fri Feb 01 2019 Fedora Release Engineering - 0-0.2.git256737a - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Mon Aug 13 2018 Gabe - 0-0.1.20180813git256737a - First package for Fedora