File influxdb3.spec of Package influxdb3
#
# spec file for package influxdb3
#
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: influxdb3
Version: 2.7.0
Release: 0
Summary: Scalable datastore for metrics, events, and real-time analytics
License: MIT
Group: Productivity/Databases/Servers
URL: https://github.com/influxdata/influxdb
Source0: %{name}-%{version}.tar.xz
Source1: vendor.tar.xz
BuildRequires: cargo-packaging
BuildRequires: git
BuildRequires: protobuf-devel
ExcludeArch: %ix86 %arm ppc
%description
InfluxDB is an distributed time series database with no external dependencies.
It's useful for recording metrics, events, and performing analytics.
%prep
%autosetup -a1
%build
%{cargo_build}
%install
%{cargo_install}
%check
%{cargo_test}
%files
%license COPYING
%doc ChangeLog README
%changelog