Blame golang-modernc-internal.spec

de93968
# Generated by go2rpm
de93968
%bcond_without check
de93968
de93968
# https://gitlab.com/cznic/internal
de93968
%global goipath         modernc.org/internal
de93968
%global forgeurl        https://gitlab.com/cznic/internal
de93968
Version:                1.0.0
de93968
%global commit          f27eaba8611eaba472191af8802c2ba4a4108a87
de93968
%global distprefix      %{nil}
de93968
de93968
%gometa
de93968
de93968
%global common_description %{expand:
de93968
Internal library for Modernc projects.}
de93968
de93968
%global golicenses      LICENSE
de93968
%global godocs          AUTHORS CONTRIBUTORS README.md
de93968
de93968
Name:           %{goname}
de93968
Release:        1%{?dist}
de93968
Summary:        Internal library for Modernc projects
de93968
de93968
# Upstream license specification: BSD-3-Clause
de93968
License:        BSD
de93968
URL:            %{gourl}
de93968
Source0:        %{gosource}
de93968
de93968
BuildRequires:  golang(github.com/edsrzf/mmap-go)
de93968
BuildRequires:  golang(modernc.org/fileutil)
de93968
BuildRequires:  golang(modernc.org/mathutil)
de93968
de93968
%description
de93968
%{common_description}
de93968
de93968
%gopkg
de93968
de93968
%prep
de93968
%goprep
de93968
de93968
%install
de93968
%gopkginstall
de93968
de93968
%if %{with check}
de93968
%check
de93968
%gocheck
de93968
%endif
de93968
de93968
%gopkgfiles
de93968
de93968
%changelog
de93968
* Sun May 12 16:07:34 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 1.0.0-1
de93968
- Initial package