# Generated by go2rpm 1.9.0 %bcond_without check %global debug_package %{nil} # https://github.com/BurntSushi/locker %global goipath github.com/BurntSushi/locker %global commit a6e239ea1c69bff1cfdb20c4b73dadf52f784b6a %gometa -f %global common_description %{expand: A simple Golang package for conveniently using named read/write locks. Useful for synchronizing access to session based storage in web applications.} %global golicenses UNLICENSE %global godocs README.md Name: %{goname} Version: 0 Release: %autorelease -p Summary: A simple package for conveniently using named read/write locks License: Unlicense URL: %{gourl} Source: %{gosource} %description %{common_description} %gopkg %prep %goprep %autopatch -p1 %generate_buildrequires %go_generate_buildrequires %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog %autochangelog