## START: Set by rpmautospec ## (rpmautospec version 0.3.0) %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 3; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec # Generated by go2rpm 1.6.0 %bcond_without check # https://github.com/zclconf/go-cty %global goipath github.com/zclconf/go-cty Version: 1.10.0 %gometa %global common_description %{expand: A type system for dynamic values in Go applications.} %global golicenses LICENSE %global godocs docs README.md CHANGELOG.md Name: %{goname} Release: %autorelease Summary: A type system for dynamic values in Go applications License: MIT URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/apparentlymart/go-textseg/v13/textseg) BuildRequires: golang(github.com/vmihailenco/msgpack/v4) BuildRequires: golang(github.com/vmihailenco/msgpack/v4/codes) BuildRequires: golang(golang.org/x/text/unicode/norm) %if %{with check} # Tests BuildRequires: golang(github.com/google/go-cmp/cmp) %endif %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check # cty/function/stdlib fails on 32 bits arches %ifarch %{ix86} %gocheck -d cty/function/stdlib %else %gocheck %endif %endif %gopkgfiles %changelog * Thu Jul 21 2022 Fedora Release Engineering 1.10.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Thu Mar 03 2022 Robert-André Mauchin 1.10.0-2 - Fix 32 bits detection * Thu Mar 03 2022 Robert-André Mauchin 1.10.0-1 - Update to 1.10.0 (fix FTBFS) Close: rhbz#1963555 Close: rhbz#2045631 * Thu Jan 20 2022 Fedora Release Engineering - 1.7.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Thu Jul 22 2021 Fedora Release Engineering - 1.7.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Tue Jan 26 2021 Fedora Release Engineering - 1.7.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Fri Jan 22 16:48:10 CET 2021 Robert-André Mauchin - 1.7.1-1 - Update to 1.7.1 * Tue Sep 08 18:05:43 CEST 2020 Robert-André Mauchin - 1.6.1-1 - Initial package