golang-github-prometheus-promu/golang-github-prometheus-promu.spec

55 lines
1.5 KiB
RPMSpec

#
# spec file for package golang-github-prometheus-promu
#
# 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-promu
Version: 0.0.0+git20170323.6203d3f
Release: 0
License: Apache-2.0
Summary: Prometheus Utility Tool
Url: https://github.com/prometheus/promu
Group: System/Management
Source: promu-%{version}.tar.xz
BuildRequires: golang-packaging
BuildRequires: xz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{go_provides}
%description
The Prometheus Utility Tool is used by the Prometheus project to build other components.
%prep
%setup -q -n promu-%{version}
%build
%goprep github.com/prometheus/promu
%gobuild
%install
%goinstall
%gosrc
%gofilelist
%files -f file.lst
%defattr(-,root,root,-)
%doc README.md LICENSE
%{_bindir}/promu
%changelog