Blob Blame History Raw
# Generated by go2rpm
%bcond_without check

# https://github.com/containerd/console
%global goipath         github.com/containerd/console
%global commit          0650fd9eeb50bab4fc99dceb9f2e14cf58f36e7f

%gometa

%global common_description %{expand:
Golang package for dealing with consoles. Light on deps and a simple API.}

%global golicenses      LICENSE
%global godocs          README.md

Name:           %{goname}
Version:        0
Release:        0.1%{?dist}
Summary:        Console package for Go

# Upstream license specification: Apache-2.0
License:        ASL 2.0
URL:            %{gourl}
Source0:        %{gosource}

BuildRequires:  golang(golang.org/x/sys/unix)

%description
%{common_description}

%gopkg

%prep
%goprep

%install
%gopkginstall

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

%gopkgfiles

%changelog
* Wed May 01 15:31:31 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0-0.1.20190626git0650fd9
- Initial package