# Generated by go2rpm 1.8.1 %bcond_without check %global debug_package %{nil} # https://github.com/kjk/lzmadec %global goipath github.com/kjk/lzmadec %global commit 19ac3ee91a71d6a1d7d56f8f72423385d76eb5af %gometa -f %global common_description %{expand: Decompress .7z files in Go using 7z executable.} %global golicenses LICENSE %global godocs readme.md Name: %{goname} Version: 0 Release: %autorelease -p Summary: Decompress .7z files in Go using 7z executable License: MIT URL: %{gourl} Source: %{gosource} %description %{common_description} %gopkg %prep %goprep %generate_buildrequires %go_generate_buildrequires %build %install %gopkginstall %if %{with check} %check %gocheck %endif %files %license LICENSE %doc readme.md %gopkgfiles %changelog %autochangelog