# Generated by go2rpm %bcond_without check # https://github.com/gofrs/uuid %global goipath github.com/gofrs/uuid Version: 3.2.0 %gometa %global common_description %{expand: Package uuid provides a pure Go implementation of Universally Unique Identifiers (UUID) variant as defined in RFC-4122. This package supports both the creation and parsing of UUIDs in different formats. This package supports the following UUID versions: - Version 1, based on timestamp and MAC address (RFC-4122) - Version 2, based on timestamp, MAC address and POSIX UID/GID (DCE 1.1) - Version 3, based on MD5 hashing of a named value (RFC-4122) - Version 4, based on random numbers (RFC-4122) - Version 5, based on SHA-1 hashing of a named value (RFC-4122) } %global golicenses LICENSE %global godocs README.md Name: %{goname} Release: 1%{?dist} Summary: Pure Go implementation of Universally Unique Identifiers (UUID) License: MIT URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Wed May 01 18:36:04 CEST 2019 Robert-André Mauchin - 3.2.0-1 - Initial package