# Generated by go2rpm 1.3 %bcond_without check # https://github.com/tscholl2/siec %global goipath github.com/tscholl2/siec %global commit 9bdfc483d4990dd77892b0e8206906b8c7c0f0ad %gometa %global common_description %{expand: Super-Isolated Elliptic Curve Implementation in Go.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Version: 0 Release: 0.1%{?dist} Summary: Super-Isolated Elliptic Curve Implementation in Go License: MIT URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep %build for cmd in search; do %gobuild -o %{gobuilddir}/bin/$(basename $cmd) %{goipath}/$cmd done %install %gopkginstall install -m 0755 -vd %{buildroot}%{_bindir} install -m 0755 -vp %{gobuilddir}/bin/* %{buildroot}%{_bindir}/ %if %{with check} %check # remove broken test rm search/search_test.go %gocheck %endif %files %license LICENSE %doc README.md %{_bindir}/* %gopkgfiles %changelog * Wed Jul 07 2021 Davide Cavalca - 0-0.1.20210707git9bdfc48 - Initial package