# Generated by go2rpm # Tests do not work %bcond_with check # https://github.com/marstr/guid %global goipath github.com/marstr/guid Version: 1.1.0 %gometa %global common_description %{expand: Globally unique identifiers offer a quick means of generating non-colliding values across a distributed system. For this implemenation, RFC 4122 governs the desired behavior.} %global golicenses LICENSE.txt %global godocs README.md Name: %{goname} Release: 4%{?dist} Summary: Go implementation of Guids as seen in Microsoft's .NET Framework License: MIT URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Sat Jun 01 22:31:46 CEST 2019 Robert-André Mauchin - 1.1.0-4 - Update to new macros * Fri Feb 01 2019 Fedora Release Engineering - 1.1.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Fri Jul 13 2018 Fedora Release Engineering - 1.1.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Mon Mar 26 2018 Robert-André Mauchin - 1.1.0-1 - First package for Fedora