Blame golang-github-apache-arrow.spec

65eb7cb
# Generated by go2rpm
ac9c1e5
%ifarch x86_64
65eb7cb
%bcond_without check
ac9c1e5
%endif
65eb7cb
65eb7cb
# https://github.com/apache/arrow/go/arrow
65eb7cb
%global goipath         github.com/apache/arrow
60a1f99
Version:                1.0.0
60a1f99
%global tag             apache-arrow-1.0.0
feb5440
%global distprefix      %{nil}
65eb7cb
65eb7cb
%gometa
65eb7cb
65eb7cb
%global common_description %{expand:
65eb7cb
Apache Arrow is a cross-language development platform for in-memory data. It
65eb7cb
specifies a standardized language-independent columnar memory format for flat
65eb7cb
and hierarchical data, organized for efficient analytic operations on modern
65eb7cb
hardware. It also provides computational libraries and zero-copy streaming
65eb7cb
messaging and inter-process communication.}
65eb7cb
65eb7cb
%global golicenses      LICENSE.txt NOTICE.txt
65eb7cb
%global godocs          _examples go/README.md
65eb7cb
65eb7cb
Name:           %{goname}
d93d8c2
Release:        2%{?dist}
60a1f99
Summary:        Cross-language development platform for in-memory data
65eb7cb
60a1f99
License:        ASL 2.0
65eb7cb
URL:            %{gourl}
65eb7cb
Source0:        %{gosource}
65eb7cb
65eb7cb
BuildRequires:  golang(github.com/google/flatbuffers/go)
60a1f99
BuildRequires:  golang(golang.org/x/xerrors)
65eb7cb
65eb7cb
%if %{with check}
65eb7cb
# Tests
65eb7cb
BuildRequires:  golang(github.com/stretchr/testify/assert)
65eb7cb
%endif
65eb7cb
65eb7cb
%description
65eb7cb
%{common_description}
65eb7cb
65eb7cb
%gopkg
65eb7cb
65eb7cb
%prep
65eb7cb
%goprep
65eb7cb
# Remove files unrelated to the Go Library
65eb7cb
find ./* -maxdepth 0 -type d -not -name "go" -and -not -name "_build" -exec rm -rf "{}" \;
65eb7cb
65eb7cb
%install
65eb7cb
%gopkginstall
65eb7cb
65eb7cb
%if %{with check}
65eb7cb
%check
65eb7cb
%gocheck
65eb7cb
%endif
65eb7cb
65eb7cb
%gopkgfiles
65eb7cb
65eb7cb
%changelog
d93d8c2
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-2
d93d8c2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
d93d8c2
60a1f99
* Thu Jul 23 17:37:53 CEST 2020 Robert-André Mauchin <zebob.m@gmail.com> - 1.0.0-1
60a1f99
- Update to 1.0.0
60a1f99
b45d7ce
* Fri Jan 31 20:06:02 CET 2020 Robert-André Mauchin <zebob.m@gmail.com> - 0.16.0-1
b45d7ce
- Update to 0.16.0
b45d7ce
6e8cd53
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.15.1-2
6e8cd53
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
6e8cd53
feb5440
* Mon Jan 27 01:58:42 CET 2020 Robert-André Mauchin <zebob.m@gmail.com> - 0.15.1-1
feb5440
- Update to 0.15.1
feb5440
2263010
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.13.0-2
2263010
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
2263010
65eb7cb
* Wed Apr 24 17:40:49 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0.13.0-1.20190623git4f6fb56
65eb7cb
- Initial package