Blob Blame History Raw
# Generated by go2rpm 1.6.0
%bcond_without check

# https://github.com/ipfs/go-ipfs-pq
%global goipath         github.com/ipfs/go-ipfs-pq
Version:                0.0.2

%gometa

%global common_description %{expand:
A priority queue used by go-ipfs.}

%global golicenses      LICENSE
%global godocs          README.md

Name:           %{goname}
Release:        %autorelease
Summary:        A priority queue used by go-ipfs

License:        MIT
URL:            %{gourl}
Source0:        %{gosource}

%description
%{common_description}

%gopkg

%prep
%goprep

%install
%gopkginstall

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

%gopkgfiles

%changelog
%autochangelog