# Generated by go2rpm %bcond_without check # https://github.com/docker/go-units %global goipath github.com/docker/go-units Version: 0.4.0 %gometa %global common_description %{expand: Go-units is a library to transform human friendly measurements into machine friendly values.} %global golicenses LICENSE %global godocs CONTRIBUTING.md README.md Name: %{goname} Release: 1%{?dist} Summary: Parse and print size and time units in human-readable format # Upstream license specification: Apache-2.0 License: ASL 2.0 URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Wed May 01 15:43:55 CEST 2019 Robert-André Mauchin - 0.4.0-1 - Initial package