# Generated by go2rpm 1.9.0 %bcond_without check %global debug_package %{nil} # https://github.com/juju/loggo %global goipath github.com/juju/loggo %global forgeurl https://github.com/juju/loggo Version: 1.0.0 %gometa -f %global common_description %{expand: A logging library for Go. Doesn't use the built in go log standard library, but instead offers a replacement.} %global golicenses LICENSE %global godocs example README.md Name: %{goname} Release: %autorelease Summary: A logging library for Go. Doesn't use the built in go log standard library, but instead offers a replacement License: LGPL-3.0 URL: %{gourl} Source: %{gosource} %description %{common_description} %gopkg %prep %goprep %autopatch -p1 %generate_buildrequires %go_generate_buildrequires %install %gopkginstall %if %{with check} %check %gocheck -d . %endif %gopkgfiles %changelog %autochangelog