# Generated by go2rpm 1.9.0 %global debug_package %{nil} %bcond_without check # https://github.com/sirupsen/logrus %global goipath github.com/sirupsen/logrus Version: 1.9.3 BuildRequires: golang(github.com/stretchr/testify/assert) BuildRequires: golang(github.com/stretchr/testify/require) BuildRequires: golang(golang.org/x/sys/unix) %gometa -f %global common_description %{expand: Structured, pluggable logging for Go.} %global golicenses LICENSE %global godocs CHANGELOG.md README.md hooks/syslog/README.md\\\ hooks/writer/README.md Name: %{goname} Release: 1 Summary: Structured, pluggable logging for Go License: MIT URL: %{gourl} Source: %{gosource} %description %{common_description} %godevelpkg %prep %goprep %autopatch -p1 %generate_buildrequires %go_generate_buildrequires %install %godevelinstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Thu Jul 27 2023 Jerzy Drożdż - 1.9.3-1 - Initial build