# Generated by go2rpm %bcond_without check # https://github.com/satori/go.uuid %global goipath github.com/satori/go.uuid Version: 1.2.0 %gometa %global common_description %{expand: This package provides pure Go implementation of Universally Unique Identifier (UUID). Supported both creation and parsing of UUIDs. With 100% test coverage and benchmarks out of box. Supported 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 (RFC 4122) - Version 4, based on random numbers (RFC 4122) - Version 5, based on SHA-1 hashing (RFC 4122)} %global golicenses LICENSE %global godocs README.md Name: %{goname} Release: 4%{?dist} Summary: Uuid package for Go License: MIT URL: %{gourl} Source0: %{gosource} %if %{with check} # Tests BuildRequires: golang(gopkg.in/check.v1) %endif %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Thu Apr 25 16:08:46 CEST 2019 Robert-André Mauchin - 1.2.0-4 - Update to new macros * Fri Feb 01 2019 Fedora Release Engineering - 1.2.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Fri Jul 13 2018 Fedora Release Engineering - 1.2.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Mon Mar 26 2018 Robert-André Mauchin - 1.2.0-1 - First package for Fedora