# Generated by go2rpm 1.3 %bcond_without check # https://github.com/facebookgo/subset %global goipath github.com/facebookgo/subset %global commit c811ad88dec4edb3d7af0a88b34e6865d7460ba2 %gometa %global common_description %{expand: A library to check if a value is a subset of another. Useful for testing.} %global golicenses license %global godocs readme.md Name: %{goname} Version: 0 Release: 0.1%{?dist} Summary: A library to check if a value is a subset of another # Upstream license specification: BSD-3-Clause License: BSD URL: %{gourl} Source0: %{gosource} %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.20210618gitc811ad8 - Initial package