# Generated by go2rpm 1.3 %bcond_without check # https://github.com/emersion/go-bcrypt %global goipath github.com/emersion/go-bcrypt %global commit 6e724a1baa633595ee7629cc82f284f8a5fcb10a %gometa %global common_description %{expand: Bcrypt from golang.org/x/crypto/bcrypt, with GenerateFromPasswordAndSalt.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Version: 0 Release: 0.1%{?dist} Summary: Bcrypt from golang.org/x/crypto/bcrypt, with GenerateFromPasswordAndSalt # Upstream license specification: BSD-3-Clause License: BSD URL: %{gourl} Source0: %{gosource} BuildRequires: golang(golang.org/x/crypto/blowfish) %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Mon Dec 28 15:23:53 CST 2020 proletarius101 - 0-0.1.20201228git6e724a1 - Initial package