Sophie

Sophie

distrib > Mageia > 9 > armv7hl > media > core-release-src > by-pkgid > b72617aabf50346a1a679f912357971e > files > 4

golang-github-docker-units-0.4.0-2.mga9.src.rpm

# 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

%global gosupfiles      glide.lock glide.yaml

Name:           %{goname}
Release:        %mkrel 2
Summary:        Parse and print size and time units in human-readable format
Group:          Development/Other

# Upstream license specification: Apache-2.0
License:        ASL 2.0
URL:            %{gourl}
Source0:        %{gosource}
Source1:        glide.lock
Source2:        glide.yaml
BuildArch:      noarch

%description
%{common_description}

%gopkg

%prep
%goprep
cp %{S:1} %{S:2} .

%install
%gopkginstall

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

%gopkgfiles


%changelog
* Mon Mar 21 2022 umeabot <umeabot> 0.4.0-2.mga9
+ Revision: 1815682
- Mageia 9 Mass Rebuild

* Tue Nov 23 2021 guillomovitch <guillomovitch> 0.4.0-1.mga9
+ Revision: 1758832
- imported package golang-github-docker-units