# 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.1 %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: 3%{?dist} Summary: Go SPAKE2 Implementation License: MIT or GPLv3+ 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 * Thu Jan 19 2023 Fedora Release Engineering - 0.2.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Thu Jul 21 2022 Fedora Release Engineering - 0.2.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Wed Jan 26 2022 Maxwell G - 0.2.1-1 - Update to 0.2.1. Closes rhbz#2045658. * Thu Jan 20 2022 Fedora Release Engineering - 0.2.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Thu Jul 22 2021 Fedora Release Engineering - 0.2.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Sat Jan 30 21:49:46 CET 2021 Robert-André Mauchin - 0.2.0-1 - Initial package - Close: rhbz#1922804