# Generated by go2rpm 1.9.0 %bcond_without check %global debug_package %{nil} # https://github.com/aperturerobotics/jacobsa-crypto %global goipath github.com/aperturerobotics/jacobsa-crypto Version: 1.0.2 %gometa -f %global common_description %{expand: This repository contains Go packages related to cryptographic standards that are not included in the Go standard library. These include: - SIV mode, which provides deterministic encryption with authentication. - CMAC, a message authentication system used by SIV mode. This repository was forked from jacobsa/crypto for maintenance.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Release: %autorelease Summary: Go AES-SIV and CMAC # Apache-2.0: main library # BSD-4-Clause-Shortened: # - testing/gencases/reference_siv.go # - testing/gencases/siv.h # OpenSSL: testing/gencases/aes_locl.h License: Apache-2.0 AND BSD-4-Clause-Shortened AND OpenSSL URL: %{gourl} Source: %{gosource} %description %{common_description} %gopkg %prep %goprep %autopatch -p1 %generate_buildrequires %go_generate_buildrequires %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog %autochangelog