# Generated by go2rpm %bcond_without check # https://github.com/hashicorp/go-version %global goipath github.com/hashicorp/go-version Version: 1.2.0 %gometa %global common_description %{expand: Go-version is a library for parsing versions and version constraints, and verifying versions against a set of constraints. go-version can sort a collection of versions properly, handles prerelease/beta versions, can increment versions, etc.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Release: 1%{?dist} Summary: Go library for parsing and verifying versions and version constraints # Upstream license specification: MPL-2.0 License: MPLv2.0 URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Tue Apr 30 21:02:39 CEST 2019 Robert-André Mauchin - 1.2.0-1 - Release 1.2.0 * Wed Feb 20 2019 Elliott Sales de Andrade - 1.1.0-1 - First package for Fedora