# Generated by go2rpm 1 # Needs extra deps %bcond_with check # https://github.com/btcsuite/btcutil/base58 %global goipath github.com/btcsuite/btcutil Version: 1.0.2 %global goipaths0 github.com/btcsuite/btcutil/base58 %global goipathsex0 github.com/btcsuite/btcutil github.com/btcsuite/btcutil/bech32 github.com/btcsuite/btcutil/bloom github.com/btcsuite/btcutil/coinset github.com/btcsuite/btcutil/gcs github.com/btcsuite/hdkeychain github.com/btcsuite/btcutil/pbst github.com/btcsuite/btcutil/txsort %gometa %global common_description %{expand: Package base58 provides an API for encoding and decoding to and from the modified base58 encoding.} %global godocs README.md %global golicenses LICENSE Name: %{goname}-base58 Release: 8%{?dist} Summary: API for encoding and decoding to and from the modified base58 encoding License: ISC URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Thu Jul 21 2022 Fedora Release Engineering - 1.0.2-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Fri Jun 17 2022 Robert-André Mauchin - 1.0.2-7 - Rebuilt for CVE-2022-1996, CVE-2022-24675, CVE-2022-28327, CVE-2022-27191, CVE-2022-29526, CVE-2022-30629 * Thu Jan 20 2022 Fedora Release Engineering - 1.0.2-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Thu Jul 22 2021 Fedora Release Engineering - 1.0.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Tue Jan 26 2021 Fedora Release Engineering - 1.0.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Mon Jul 27 2020 Fedora Release Engineering - 1.0.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Fri Jul 03 16:07:38 CEST 2020 Robert-André Mauchin - 1.0.2-2 - Fix excluded import paths * Sat Jun 20 13:44:35 CEST 2020 Robert-André Mauchin - 1.0.2-1 - Initial package