## START: Set by rpmautospec ## (rpmautospec version 0.3.5) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 2; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec # Generated by go2rpm 1.8.2 %bcond_without check %global debug_package %{nil} # https://gitlab.com/yawning/edwards25519-extra %global goipath gitlab.com/yawning/edwards25519-extra.git %global forgeurl https://gitlab.com/yawning/edwards25519-extra %global commit def713fd18e464864613d2b55ef41a21df2c9493 %gometa -f %global common_description %{expand: This package provides extensions to the Go standard library's Ed25519 and curve25519 implementations, primarily extracted from curve25519-voi. This package is intended for interoperability with the standard library and the edwards25519 package as much as possible. } %global golicenses LICENSE %global godocs README.md Name: %{goname} Version: 0 Release: %autorelease -p Summary: Extensions to the Go standard library's Ed25519 and curve25519 implementations License: BSD-3-Clause URL: %{gourl} Source: %{gosource} %description %{common_description} %gopkg %prep %goprep %generate_buildrequires %go_generate_buildrequires %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Thu Jul 20 2023 Fedora Release Engineering - 0-0.2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Fri Jul 14 2023 Hedayat Vatankhah - 0-0.1 - Initial import (fedora#2221411).