# Generated by go2rpm 1.3 %bcond_without check # https://github.com/schollz/pake %global goipath github.com/schollz/pake/v3 Version: 3.0.2 %gometa %global common_description %{expand: PAKE library for generating a strong secret between parties over an insecure channel.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Release: 1%{?dist} Summary: PAKE library for generating a strong secret between parties over an insecure channel License: MIT URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/tscholl2/siec) %if %{with check} # Tests BuildRequires: golang(github.com/stretchr/testify/assert) %endif %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Wed Jul 07 2021 Davide Cavalca - 3.0.2-1 - Initial package