# Generated by go2rpm %bcond_without check # https://github.com/go-inf/inf %global goipath gopkg.in/inf.v0 %global forgeurl https://github.com/go-inf/inf Version: 0.9.1 %gometa %global common_description %{expand: Package inf (type inf.Dec) implements "infinite-precision" decimal arithmetic. "Infinite precision" describes two characteristics: practically unlimited precision for decimal number representation and no support for calculating with any specific fixed precision. (Although there is no practical limit on precision, inf.Dec can only represent finite decimals.).} %global golicenses LICENSE Name: %{goname} Release: %autorelease Summary: "Infinite-precision" decimal arithmetic # Upstream license specification: BSD-3-Clause License: BSD URL: %{gourl} Source0: %{gosource} # Remove in F43 Provides: golang-gopkg-inf-0 = %{version}-%{release} Obsoletes: golang-gopkg-inf-0 < 0.9.1-12 %global godevelheader %{expand: Provides: golang-gopkg-inf-0-devel = %{version}-%{release} Obsoletes: golang-gopkg-inf-0-devel < 0.9.1-12} %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog %autochangelog