# Generated by go2rpm 1.3 %bcond_without check # https://github.com/go-gorp/gorp %global goipath github.com/go-gorp/gorp Version: 3.0.2 %gometa %global goaltipaths gopkg.in/gorp.v3 %global common_description %{expand: Go Relational Persistence - an ORM-ish library for Go.} %global golicenses LICENSE %global godocs CONTRIBUTING.md README.md Name: %{goname} Release: 1%{?dist} Summary: Go Relational Persistence - an ORM-ish library for Go License: MIT URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Sun May 16 2021 Davide Cavalca - 3.0.2-1 - Initial package