Blob Blame History Raw
# Generated by go2rpm 1
%bcond_without check

# https://github.com/zeebo/float16
%global goipath         github.com/zeebo/float16
Version:                0.1.0

%gometa

%global common_description %{expand:
16 bit "floats" that can store numbers like 1.02e12 for exponents in [-15, 15].}

%global golicenses      LICENSE

Name:           %{goname}
Release:        4%{?dist}
Summary:        16 bit "floats" that can store numbers like 1.02e12 for exponents in [-15, 15]

# Upstream license specification: Apache-2.0
License:        ASL 2.0
URL:            %{gourl}
Source0:        %{gosource}

%description
%{common_description}

%gopkg

%prep
%goprep

%install
%gopkginstall

%if %{with check}
%check
%gocheck
%endif

%gopkgfiles

%changelog
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild

* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

* Sat Jun 20 14:59:44 CEST 2020 Robert-André Mauchin <zebob.m@gmail.com> - 0.1.0-1
- Initial package