File golang-github-prometheus-node_exporter.spec of Package golang-github-prometheus-node_exporter
#
# spec file for package golang-github-prometheus-node_exporter
#
# Copyright (c) 2017 Silvio Moioli <moio@suse.com>
#
# 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 http://bugs.opensuse.org/
#
%{go_nostrip}
Name: golang-github-prometheus-node_exporter
Version: 0.14.0
Release: 0
License: Apache-2.0
Summary: Prometheus exporter for machine metrics
Url: https://prometheus.io/
Group: System/Management
Source: node_exporter-%{version}.tar.xz
BuildRequires: golang-packaging
BuildRequires: xz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{go_provides}
%description
Prometheus exporter for hardware and OS metrics exposed by *NIX kernels, written in Go with pluggable metric collectors.
%prep
%setup -q -n node_exporter-%{version}
%build
%goprep github.com/prometheus/node_exporter
%gobuild
%install
%goinstall
%gosrc
%gofilelist
%files -f file.lst
%defattr(-,root,root,-)
%doc README.md LICENSE
%{_bindir}/node_exporter
%changelog