# Generated by go2rpm %bcond_without check # https://github.com/jacobsa/crypto %global goipath github.com/jacobsa/crypto %global commit 9f44e2d11115452dad8f404f029574422855f46a %gometa %global common_description %{expand: Some Go cryptography routines that are not included in the Go standard library.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Version: 0 Release: 0.7%{?dist} Summary: Some Go cryptography routines that are not included in the Go standard library # Upstream license specification: Apache-2.0 License: ASL 2.0 URL: %{gourl} Source0: %{gosource} %if %{with check} # Tests BuildRequires: golang(github.com/jacobsa/oglematchers) BuildRequires: golang(github.com/jacobsa/ogletest) %endif %description %{common_description} %godevelpkg %prep %goprep %install %godevelinstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Thu Jul 22 2021 Fedora Release Engineering - 0-0.7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Tue Jan 26 2021 Fedora Release Engineering - 0-0.6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Sat Aug 01 2020 Fedora Release Engineering - 0-0.5 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Mon Jul 27 2020 Fedora Release Engineering - 0-0.4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Wed Jan 29 2020 Fedora Release Engineering - 0-0.3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Thu Jul 25 2019 Fedora Release Engineering - 0-0.2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Fri May 17 22:21:08 CEST 2019 Brian (bex) Exelbierd - 0-0.1.20190517git9f44e2d - Initial package