Blob Blame History Raw
# Generated by go2rpm 1.9.0
%bcond_without check
%global debug_package %{nil}

# https://github.com/cloudfoundry/bytefmt
%global goipath         code.cloudfoundry.org/bytefmt
%global forgeurl        https://github.com/cloudfoundry/bytefmt
%global commit          41ef4d1f67a4f3fe3ba58a44a3230ea6228ab10c

%gometa

%global common_description %{expand:
Human readable byte formatter.}

%global golicenses      LICENSE NOTICE
%global godocs          README.md

Name:           %{goname}
Version:        0
Release:        %autorelease -p
Summary:        Human readable byte formatter

License:        Apache-2.0
URL:            %{gourl}
Source:         %{gosource}

%description %{common_description}

%gopkg

%prep
%goprep
%autopatch -p1

%generate_buildrequires
%go_generate_buildrequires

%install
%gopkginstall

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

%gopkgfiles

%changelog
%autochangelog