# Generated by go2rpm %bcond_without check # https://github.com/briandowns/spinner %global goipath github.com/briandowns/spinner Version: 1.6 %global tag 1.6 %gometa %global common_description %{expand: Spinner is a simple package to add a spinner / progress indicator to any terminal application.} %global golicenses LICENSE %global godocs _example README.md Name: %{goname} Release: 2%{?dist} Summary: Go package for providing a terminal spinner/progress indicator with options # Upstream license specification: Apache-2.0 License: ASL 2.0 URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/fatih/color) %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Fri May 24 15:42:38 CEST 2019 Robert-André Mauchin - 1.6-2 - Update to new macros * Wed Mar 20 2019 Elliott Sales de Andrade - 1.6-1 - Update to latest version * Mon Mar 11 2019 Elliott Sales de Andrade - 1.5-1 - Update to latest version * Wed Feb 20 2019 Elliott Sales de Andrade - 1.4-1 - First package for Fedora