Blob Blame History Raw
# Generated by go2rpm
%bcond_without check

# https://github.com/golangplus/sort
%global goipath         github.com/golangplus/sort
%global commit          8253da0d33c1394584221391992ab898cb5c40cd

%gometa

%global common_description %{expand:
Plus to standard sort package.}

%global golicenses      LICENSE
%global godocs          README.md

Name:           %{goname}
Version:        0
Release:        0.1%{?dist}
Summary:        Plus to standard sort package

# Upstream license specification: BSD-3-Clause
License:        BSD
URL:            %{gourl}
Source0:        %{gosource}

%if %{with check}
# Tests
BuildRequires:  golang(github.com/golangplus/testing/assert)
%endif

%description
%{common_description}

%gopkg

%prep
%goprep

%install
%gopkginstall

%if %{with check}
%check
%gocheck
%endif

%gopkgfiles

%changelog
* Mon Jun 10 20:42:46 EDT 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0-0.1.20190711git8253da0
- Initial package