Blame golang-github-twpayne-kml.spec

27cee07
# Generated by go2rpm 1.3
27cee07
27cee07
# https://github.com/twpayne/go-kml
27cee07
%global goipath         github.com/twpayne/go-kml
27cee07
Version:                1.5.2
27cee07
27cee07
%gometa
27cee07
27cee07
%global common_description %{expand:
27cee07
Package Kml provides convenince methods for creating and writing KML documents.}
27cee07
27cee07
%global golicenses      LICENSE
27cee07
%global godocs          examples README.md
27cee07
27cee07
Name:           %{goname}
27cee07
Release:        1%{?dist}
27cee07
Summary:        Convenince methods for creating and writing KML documents
27cee07
27cee07
License:        MIT
27cee07
URL:            %{gourl}
27cee07
Source0:        %{gosource}
27cee07
27cee07
BuildRequires:  golang(github.com/Masterminds/sprig)
27cee07
BuildRequires:  golang(github.com/twpayne/go-polyline)
27cee07
BuildRequires:  golang(github.com/twpayne/go-waypoint)
27cee07
27cee07
%if %{with check}
27cee07
# Tests
27cee07
BuildRequires:  golang(github.com/stretchr/testify/assert)
27cee07
BuildRequires:  golang(github.com/stretchr/testify/require)
27cee07
%endif
27cee07
27cee07
%description
27cee07
%{common_description}
27cee07
27cee07
%gopkg
27cee07
27cee07
%prep
27cee07
%goprep
27cee07
27cee07
%install
27cee07
%gopkginstall
27cee07
27cee07
%if %{with check}
27cee07
%check
27cee07
%gocheck
27cee07
%endif
27cee07
27cee07
%gopkgfiles
27cee07
27cee07
%changelog
27cee07
* Thu Jan 28 23:30:29 CET 2021 Robert-André Mauchin <zebob.m@gmail.com> - 1.5.2-1
27cee07
- Initial package