Blame golang-github-rs-xid.spec

ed473bc
# Generated by go2rpm
ed473bc
%bcond_without check
ed473bc
ed473bc
# https://github.com/rs/xid
ed473bc
%global goipath         github.com/rs/xid
ed473bc
Version:                1.2.1
ed473bc
ed473bc
%gometa
ed473bc
ed473bc
%global common_description %{expand:
ed473bc
Package Xid is a globally unique id generator library, ready to be used safely
ed473bc
directly in your server code.
ed473bc
ed473bc
Xid is using Mongo Object ID algorithm to generate globally unique ids with a
ed473bc
different serialization (base64) to make it shorter when transported as a
ed473bc
string.}
ed473bc
ed473bc
%global golicenses      LICENSE
ed473bc
%global godocs          README.md
ed473bc
ed473bc
Name:           %{goname}
9251b0b
Release:        4%{?dist}
ed473bc
Summary:        Globally unique id generator thought for the web
ed473bc
ed473bc
License:        MIT
ed473bc
URL:            %{gourl}
ed473bc
Source0:        %{gosource}
ed473bc
ed473bc
%description
ed473bc
%{common_description}
ed473bc
ed473bc
%gopkg
ed473bc
ed473bc
%prep
ed473bc
%goprep
ed473bc
ed473bc
%install
ed473bc
%gopkginstall
ed473bc
ed473bc
%if %{with check}
ed473bc
%check
ed473bc
%gocheck
ed473bc
%endif
ed473bc
ed473bc
%gopkgfiles
ed473bc
ed473bc
%changelog
9251b0b
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.1-4
9251b0b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
9251b0b
cb45c01
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.1-3
cb45c01
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
cb45c01
cadb6f5
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.1-2
cadb6f5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
cadb6f5
ed473bc
* Mon Apr 29 22:01:05 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 1.2.1-1
ed473bc
- Initial package