# Generated by go2rpm %bcond_without check # https://github.com/google/uuid %global goipath github.com/google/uuid Version: 1.1.1 %gometa %global common_description %{expand: The Uuid package generates and inspects UUIDs based on RFC 4122 and DCE 1.1: Authentication and Security Services. This package is based on the github.com/pborman/uuid package (previously named code.google.com/p/go-uuid). It differs from these earlier packages in that a UUID is a 16 byte array rather than a byte slice. One loss due to this change is the ability to represent an invalid UUID (vs a NIL UUID).} %global golicenses LICENSE %global godocs CONTRIBUTING.md CONTRIBUTORS README.md Name: %{goname} Release: 1%{?dist} Summary: Go library to generate and inspect UUIDs # 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 * Fri Apr 26 20:47:12 CEST 2019 Robert-André Mauchin - 1.1.1-2 - Update to new macros * Thu Feb 28 2019 Carl George - 1.1.1-1 - Latest upstream * Mon Feb 11 2019 Carl George - 1.1.0-1 - Initial package