# Generated by go2rpm 1.5.0 %bcond_without check %global debug_package %{nil} # https://github.com/jba/printsrc %global goipath github.com/jba/printsrc Version: 0.2.2 %gometa %global common_description %{expand: Print Go values as Go source.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Release: 1%{?dist} Summary: Print Go values as Go source License: MIT URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep %generate_buildrequires %go_generate_buildrequires %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Tue Jan 11 2022 Maxwell G - 0.2.2-1 - Preform initial import. Closes rhbz#2035685