Blob Blame History Raw
# Generated by go2rpm
%ifarch x86_64
%bcond_without check
%endif

# https://github.com/apache/arrow/go/arrow
%global goipath         github.com/apache/arrow
Version:                1.0.0
%global tag             apache-arrow-1.0.0
%global distprefix      %{nil}

%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:        2%{?dist}
Summary:        Cross-language development platform for in-memory data

License:        ASL 2.0
URL:            %{gourl}
Source0:        %{gosource}

BuildRequires:  golang(github.com/google/flatbuffers/go)
BuildRequires:  golang(golang.org/x/xerrors)

%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
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

* Thu Jul 23 17:37:53 CEST 2020 Robert-André Mauchin <zebob.m@gmail.com> - 1.0.0-1
- Update to 1.0.0

* Fri Jan 31 20:06:02 CET 2020 Robert-André Mauchin <zebob.m@gmail.com> - 0.16.0-1
- Update to 0.16.0

* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.15.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

* Mon Jan 27 01:58:42 CET 2020 Robert-André Mauchin <zebob.m@gmail.com> - 0.15.1-1
- Update to 0.15.1

* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.13.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild

* Wed Apr 24 17:40:49 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0.13.0-1.20190623git4f6fb56
- Initial package