Blob Blame History Raw
# Generated by go2rpm 1.10.0
%bcond_without check
%global debug_package %{nil}

# https://github.com/gatherstars-com/jwz
%global goipath         github.com/gatherstars-com/jwz
Version:                1.4.0

%gometa -L


%global common_description %{expand:
Go implementation of the JWZ email threading algorithm.}

%global golicenses      LICENSE
%global godocs          docs examples README.md

Name:           golang-github-gatherstars-com-jwz
Release:        %autorelease
Summary:        Go implementation of the JWZ email threading algorithm

License:        Apache-2.0
URL:            %{gourl}
Source:         %{gosource}

%description %{common_description}

%gopkg

%prep
%goprep
%autopatch -p1

%generate_buildrequires
%go_generate_buildrequires

%install
%gopkginstall

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

%gopkgfiles

%changelog
%autochangelog