# Generated by go2rpm 1 %bcond_without check # https://github.com/posener/script %global goipath github.com/posener/script Version: 1.1.5 %gometa %global common_description %{expand: Easily write scripts with Go. Improvements for https://github.com/bitfield/script.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Release: 1%{?dist} Summary: Easily write scripts with Go # Upstream license specification: Apache-2.0 License: ASL 2.0 URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/hashicorp/go-multierror) %if %{with check} # Tests BuildRequires: golang(github.com/stretchr/testify/assert) BuildRequires: golang(github.com/stretchr/testify/require) %endif %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Mon Aug 17 00:22:29 CEST 2020 Robert-André Mauchin - 1.1.5-1 - Initial package