# Generated by go2rpm 1.3 %bcond_without check # https://github.com/facebookgo/ensure %global goipath github.com/facebookgo/ensure %global commit 63f1cf65ac4cf1f4bd7e93292149a456001b0e0b %gometa %global common_description %{expand: Package ensure provides utilities for testing to ensure the given conditions are met and Fatal if they aren't satisified.} %global golicenses license %global godocs readme.md Name: %{goname} Version: 0 Release: 0.1%{?dist} Summary: Ensure the given conditions are met and Fatal if they aren't # Upstream license specification: BSD-3-Clause License: BSD URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/davecgh/go-spew/spew) BuildRequires: golang(github.com/facebookgo/stack) BuildRequires: golang(github.com/facebookgo/subset) %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Fri Jun 18 2021 Davide Cavalca - 0-0.1.20210618git63f1cf6 - Initial package