Blob Blame History Raw
# Generated by go2rpm
%bcond_without check

# https://github.com/valyala/fasttemplate
%global goipath         github.com/valyala/fasttemplate
Version:                1.0.1

%gometa

%global common_description %{expand:
Simple and fast template engine for Go.

Fasttemplate performs only a single task - it substitutes template placeholders
with user-defined values.}

%global golicenses      LICENSE
%global godocs          README.md

Name:           %{goname}
Release:        1%{?dist}
Summary:        Simple and fast template engine for Go

License:        MIT
URL:            %{gourl}
Source0:        %{gosource}

BuildRequires:  golang(github.com/valyala/bytebufferpool)

%description
%{common_description}

%gopkg

%prep
%goprep

%install
%gopkginstall

%if %{with check}
%check
%gocheck
%endif

%gopkgfiles

%changelog
* Mon May 06 23:40:49 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 1.0.1-1
- Initial package