Blob Blame History Raw
# Generated by go2rpm
%ifnarch ppc64le s390x
%bcond_without check
%endif

# https://gitlab.com/cznic/internal
%global goipath         modernc.org/internal
%global forgeurl        https://gitlab.com/cznic/internal
Version:                1.0.0
%global commit          f27eaba8611eaba472191af8802c2ba4a4108a87
%global distprefix      %{nil}

%gometa

%global common_description %{expand:
Internal library for Modernc projects.}

%global golicenses      LICENSE
%global godocs          AUTHORS CONTRIBUTORS README.md

Name:           %{goname}
Release:        1%{?dist}
Summary:        Internal library for Modernc projects

# Upstream license specification: BSD-3-Clause
License:        BSD
URL:            %{gourl}
Source0:        %{gosource}

BuildRequires:  golang(github.com/edsrzf/mmap-go)
BuildRequires:  golang(modernc.org/fileutil)
BuildRequires:  golang(modernc.org/mathutil)

%description
%{common_description}

%gopkg

%prep
%goprep

%install
%gopkginstall

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

%gopkgfiles

%changelog
* Sun May 12 16:07:34 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 1.0.0-1
- Initial package