Blame golang-github-hashicorp-version.spec

d7dd518
# Generated by go2rpm
d7dd518
%bcond_without check
d7dd518
d7dd518
# https://github.com/hashicorp/go-version
d7dd518
%global goipath         github.com/hashicorp/go-version
6e71c97
Version:                1.2.1
f5e91e2
f5e91e2
%gometa
f5e91e2
d7dd518
%global common_description %{expand:
d7dd518
Go-version is a library for parsing versions and version constraints, and
d7dd518
verifying versions against a set of constraints. go-version can sort a
d7dd518
collection of versions properly, handles prerelease/beta versions, can increment
d7dd518
versions, etc.}
d7dd518
d7dd518
%global golicenses      LICENSE
d7dd518
%global godocs          README.md
d7dd518
f5e91e2
Name:           %{goname}
6e71c97
Release:        1%{?dist}
d7dd518
Summary:        Go library for parsing and verifying versions and version constraints
d7dd518
d7dd518
# Upstream license specification: MPL-2.0
f5e91e2
License:        MPLv2.0
f5e91e2
URL:            %{gourl}
f5e91e2
Source0:        %{gosource}
f5e91e2
f5e91e2
%description
d7dd518
%{common_description}
f5e91e2
d7dd518
%gopkg
f5e91e2
f5e91e2
%prep
d7dd518
%goprep
f5e91e2
f5e91e2
%install
d7dd518
%gopkginstall
f5e91e2
d7dd518
%if %{with check}
f5e91e2
%check
d7dd518
%gocheck
d7dd518
%endif
f5e91e2
d7dd518
%gopkgfiles
f5e91e2
f5e91e2
%changelog
6e71c97
* Sun Jun 21 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.2.1-1
6e71c97
- Update to latest version
6e71c97
3e8c6f8
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-4
3e8c6f8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
3e8c6f8
918041a
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-3
918041a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
918041a
d7dd518
* Tue Apr 30 21:02:39 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 1.2.0-2
d7dd518
- Update to new macros
d7dd518
f73a1fa
* Tue Apr 23 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.2.0-1
f73a1fa
- Update to latest version
f73a1fa
f5e91e2
* Wed Feb 20 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.1.0-1
f5e91e2
- First package for Fedora