Blob Blame History Raw
# Generated by go2rpm
%bcond_without check

# https://github.com/rogpeppe/fastuuid
%global goipath         github.com/rogpeppe/fastuuid
Version:                1.2.0

%gometa

%global common_description %{expand:
Package fastuuid provides fast UUID generation of 192 bit universally unique
identifiers. It does not provide formatting or parsing of the identifiers
(it is assumed that a simple hexadecimal or base64 representation is
sufficient, for which adequate functionality exists elsewhere).}

%global golicenses      LICENSE
%global godocs          README.md

Name:           %{goname}
Release:        1%{?dist}
Summary:        Fast generation of 192-bit 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
* Thu Jul 25 00:31:13 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 1.2.0-1
- Release 1.2.0

* Fri Apr 26 23:04:11 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 1.1.0-1
- Release 1.1.0

* Wed Mar 13 2019 Robert-André Mauchin <zebob.m@gmail.com> - 1.0.0-1
- First package for Fedora