# Generated by go2rpm 1 %bcond_without check # https://git.schwanenlied.me/yawning/bsaes %global goipath git.schwanenlied.me/yawning/bsaes.git %global forgeurl https://git.schwanenlied.me/yawning/bsaes %global commit 26d1add596b6d800bdeeb3bc3b2c7b316c056b6d %global repo bsaes %global archivename %{repo}-%{commit} %global archiveext tar.gz %global archiveurl %{forgeurl}/archive/%{commit}.%{archiveext} %global topdir %{repo} %global extractdir %{repo} %global scm git %gometa %global common_description %{expand: Bsaes is a portable pure-Go constant time AES implementation based on the excellent code from BearSSL. On AMD64 systems with AES-NI and a sufficiently recent Go runtime, it will transparently call crypto/aes when NewCipher is invoked.} %global golicenses LICENSE.txt %global godocs README.md Name: %{goname} Version: 0 Release: 0.8%{?dist} Summary: BitSliced AES # Upstream license specification: MIT and CC0 # MIT: main library # CC0: aes_test.go License: MIT and CC0 URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Thu Jan 19 2023 Fedora Release Engineering - 0-0.8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Thu Jul 21 2022 Fedora Release Engineering - 0-0.7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Thu Jan 20 2022 Fedora Release Engineering - 0-0.6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Thu Jul 22 2021 Fedora Release Engineering - 0-0.5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Tue Jan 26 2021 Fedora Release Engineering - 0-0.4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Tue Jul 28 2020 Fedora Release Engineering - 0-0.3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Wed Jan 29 2020 Fedora Release Engineering - 0-0.2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Wed Aug 07 22:05:14 CEST 2019 Robert-André Mauchin - 0-0.1.20190813git26d1add - Initial package