## START: Set by rpmautospec ## (rpmautospec version 0.3.0) %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.0 %bcond_without check %global debug_package %{nil} # https://github.com/cloudflare/circl %global goipath github.com/cloudflare/circl Version: 1.3.1 %gometa %global common_description %{expand: CIRCL: Cloudflare Interoperable Reusable Cryptographic Library.} %global golicenses LICENSE ecc-p384-LICENSE %global godocs README.md Name: %{goname} Release: %autorelease Summary: CIRCL: Cloudflare Interoperable Reusable Cryptographic Library License: BSD-3-Clause URL: %{gourl} Source: %{gosource} %description %{common_description} # This package has arch specific files, so it cannot be noarch like the rest of # the golang-*-devel packages. %%gopkg does not currently support this usecase, # so we create a manual subpackage definition %package devel Summary: %{summary} BuildRequires: go-rpm-macros %description devel %{common_description} This package contains the source code needed for building packages that reference the following Go import paths: – %{goipath} %prep %goprep %generate_buildrequires %go_generate_buildrequires %install %gopkginstall mv ecc/p384/LICENSE ecc-p384-LICENSE %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Thu Jan 19 2023 Fedora Release Engineering 1.3.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Sun Jan 08 2023 Mikel Olasagasti Uranga 1.3.1-1 - Update to 1.3.1 - Closes rhbz#2142392 * Wed Sep 07 2022 Maxwell G 1.2.0-2 - Make devel subpackage arched * Tue Sep 06 2022 Mikel Olasagasti Uranga 1.2.0-1 - Initial package - Closes rhbz#2122024