# Generated by go2rpm %bcond_without check # https://github.com/gofrs/flock %global goipath github.com/gofrs/flock Version: 0.7.1 %gometa %global common_description %{expand: Flock implements a thread-safe sync.Locker interface for file locking. It also includes a non-blocking TryLock() function to allow locking without blocking execution.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Release: 1%{?dist} Summary: Thread-safe file locking library in Go # Upstream license specification: BSD-3-Clause License: BSD URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Wed May 08 23:05:45 CEST 2019 Robert-André Mauchin - 0.7.1-2 - Update to new macros * Mon Feb 25 2019 Paul Howarth - 0.7.1-1 - Update to 0.7.1 - Fix linting issues and add goreportcard badge (GH#35) * Fri Feb 01 2019 Fedora Release Engineering - 0.7.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Thu Jan 17 2019 Paul Howarth - 0.7.0-1 - Initial RPM version