Sophie

Sophie

distrib > Mageia > 9 > armv7hl > media > core-release-src > by-pkgid > a26601e5128c63fc70721434e8d6b673 > files > 1

golang-github-schollz-progressbar-3-3.8.3-2.mga9.src.rpm

# Generated by go2rpm 1
# Needs network access
%bcond_with check

# https://github.com/schollz/progressbar/v3
%global goipath         github.com/schollz/progressbar/v3
Version:                3.8.3

%gometa

%global common_description %{expand:
A very simple thread-safe progress bar which should work on every OS without
problems. I needed a progressbar for croc and everything I tried had problems,
so I made another one.}

%global golicenses      LICENSE
%global godocs          examples README.md

Name:           %{goname}
Release:        %mkrel 2
Summary:        A really basic thread-safe progress bar for Golang applications
Group:          Development/Other
BuildArch:      noarch
License:        MIT
URL:            %{gourl}
Source0:        %{gosource}

BuildRequires:  golang(github.com/k0kubun/go-ansi)
BuildRequires:  golang(github.com/mattn/go-runewidth)
BuildRequires:  golang(github.com/mitchellh/colorstring)
BuildRequires:  golang(golang.org/x/crypto/ssh/terminal)

%if %{with check}
# Tests
BuildRequires:  golang(github.com/stretchr/testify/assert)
%endif

%description
%{common_description}

%gopkg

%prep
%goprep

%install
%gopkginstall

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

%gopkgfiles



%changelog
* Thu Mar 24 2022 umeabot <umeabot> 3.8.3-2.mga9
+ Revision: 1824532
- Mageia 9 Mass Rebuild

* Tue Nov 16 2021 guillomovitch <guillomovitch> 3.8.3-1.mga9
+ Revision: 1757304
- new version 3.8.3

* Sat Jan 02 2021 pterjan <pterjan> 3.5.1-1.mga8
+ Revision: 1668326
- Mageiaize
- imported package golang-github-schollz-progressbar-3


* Thu Sep 17 21:10:06 CEST 2020 Robert-André Mauchin <zebob.m@gmail.com> - 3.5.1-1
- Initial package