# Generated by go2rpm 1.5.0 %bcond_without check # https://github.com/bsm/redislock %global goipath github.com/bsm/redislock Version: 0.7.1 %gometa %global common_description %{expand: Simplified distributed locking implementation using Redis.} %global golicenses LICENSE %global godocs CHANGELOG.md README.md README.md.tpl Name: %{goname} Release: 1%{?dist} Summary: Simplified distributed locking implementation using Redis # Upstream license specification: Apache-2.0 License: ASL 2.0 URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/go-redis/redis/v8) %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Wed Sep 29 2021 Paul Wouters - 0.7.1-1%{?dist} - Initial package