Blame golang-modernc-fileutil.spec

cecea5f
# Generated by go2rpm
046dfb9
%ifnarch ppc64le s390x
cecea5f
%bcond_without check
046dfb9
%endif
cecea5f
cecea5f
# https://gitlab.com/cznic/fileutil
cecea5f
%global goipath         modernc.org/fileutil
cecea5f
%global forgeurl        https://gitlab.com/cznic/fileutil
cecea5f
Version:                1.0.0
cecea5f
%global commit          8595d0e19c1ed35857747aede58cb19a5a67bbab
cecea5f
%global distprefix      %{nil}
cecea5f
cecea5f
%gometa
cecea5f
cecea5f
%global common_description %{expand:
cecea5f
Package fileutil collects some file utility functions.}
cecea5f
cecea5f
%global golicenses      LICENSE
cecea5f
%global godocs          AUTHORS CONTRIBUTORS README
cecea5f
cecea5f
Name:           %{goname}
cecea5f
Release:        1%{?dist}
cecea5f
Summary:        File utility functions in Go
cecea5f
cecea5f
# Upstream license specification: BSD-3-Clause
cecea5f
License:        BSD
cecea5f
URL:            %{gourl}
cecea5f
Source0:        %{gosource}
cecea5f
cecea5f
BuildRequires:  golang(modernc.org/mathutil)
cecea5f
cecea5f
%description
cecea5f
%{common_description}
cecea5f
cecea5f
%gopkg
cecea5f
cecea5f
%prep
cecea5f
%goprep
cecea5f
cecea5f
%install
cecea5f
%gopkginstall
cecea5f
cecea5f
%if %{with check}
cecea5f
%check
cecea5f
%gocheck
cecea5f
%endif
cecea5f
cecea5f
%gopkgfiles
cecea5f
cecea5f
%changelog
cecea5f
* Sun May 12 15:19:12 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 1.0.0-1
cecea5f
- Initial package