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

# https://github.com/jcmturner/gofork
%global goipath         github.com/jcmturner/gofork
Version:                1.7.6

%gometa

%global common_description %{expand:
Forked and modified Go standard library packages to work around issues.}

%global golicenses      LICENSE
%global godocs          README.md

Name:           %{goname}
Release:        %autorelease
Summary:        Forked Go standard library packages with work arounds

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

%description
%{common_description}

%gopkg

%prep
%goprep

%install
%gopkginstall

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

%gopkgfiles

%changelog
%autochangelog