# Generated by go2rpm 1.3 %bcond_without check %global commit c5477978affeeac681d1e732d1655e934625b479 %global shortcommit %(c=%{commit}; echo ${c:0:7}) # https://github.com/FiloSottile/edwards25519 %global goipath filippo.io/edwards25519 %global forgeurl https://github.com/FiloSottile/edwards25519 Version: 1.0.0 %gometa %global common_description %{expand: This library implements the edwards25519 elliptic curve, exposing the necessary APIs to build a wide array of higher-level primitives. Read the docs at pkg.go.dev/filippo.io/edwards25519. } %global golicenses LICENSE %global godocs README.md Name: %{goname} Release: 1%{?dist} Summary: None # Upstream license specification: BSD-3-Clause License: BSD URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles