# Generated by go2rpm 1.3 %bcond_without check # https://salsa.debian.org/vasudev/gospake2 %global goipath salsa.debian.org/vasudev/gospake2 %global forgeurl https://salsa.debian.org/vasudev/gospake2 Version: 0.2.0 %global repo gospake2 %global archivename %{repo}-%{version} %global archiveext tar.gz %global archiveurl %{forgeurl}/-/archive/%{version}/%{archivename}.%{archiveext} %global topdir %{repo}-%{version} %global extractdir %{repo}-%{version} %global scm git %gometa %global common_description %{expand: Implementation of SPAKE2 key exchange protocol which interoperates with Rust Haskell and Python versions. This package defines the behavior of group and its element as package groups. It also implements 2 groups ed25519 and multiplicative group over integer as 2 packages. SPAKE2 calculation uses ed25519 as default group and allows user to switch to group of his choice.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Release: 1%{?dist} Summary: Go SPAKE2 Implementation License: LGPLv2+ URL: %{gourl} Source0: %{gosource} BuildRequires: golang(golang.org/x/crypto/hkdf) %description %{common_description} %gopkg %prep %goprep rm -r cmd/ %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Sat Jan 30 21:49:46 CET 2021 Robert-André Mauchin - 0.2.0-1 - Initial package