# Generated by go2rpm %bcond_without check # https://github.com/apache/arrow/go/arrow %global goipath github.com/apache/arrow Version: 0.13.0 %global commit 4f6fb564f17b546d4e5535aaf4dc7a6783d15f85 %gometa %global common_description %{expand: Apache Arrow is a cross-language development platform for in-memory data. It specifies a standardized language-independent columnar memory format for flat and hierarchical data, organized for efficient analytic operations on modern hardware. It also provides computational libraries and zero-copy streaming messaging and inter-process communication.} %global golicenses LICENSE.txt NOTICE.txt %global godocs _examples go/README.md Name: %{goname} Release: 1%{?dist} Summary: None License: Go development platform for in-memory data URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/google/flatbuffers/go) BuildRequires: golang(github.com/pkg/errors) %if %{with check} # Tests BuildRequires: golang(github.com/stretchr/testify/assert) %endif %description %{common_description} %gopkg %prep %goprep # Remove files unrelated to the Go Library find ./* -maxdepth 0 -type d -not -name "go" -and -not -name "_build" -exec rm -rf "{}" \; %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Wed Apr 24 17:40:49 CEST 2019 Robert-André Mauchin - 0.13.0-1.20190424git4f6fb56 - Initial package