Add spec file
Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
This commit is contained in:
parent
c50e4a3a60
commit
c3564f8f0d
48
buddycheck.spec
Normal file
48
buddycheck.spec
Normal file
@ -0,0 +1,48 @@
|
||||
#
|
||||
# spec file for package buddycheck
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2024 Georg Pfuetzenreuter
|
||||
#
|
||||
# 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: buddycheck
|
||||
Version: 1
|
||||
Release: 0
|
||||
Summary: Health check
|
||||
License: EUPL-1.2
|
||||
URL: https://git.com.de/Georg/buddycheck
|
||||
Source: %{name}-%{version}.tar.zst
|
||||
BuildRequires: pod2man
|
||||
|
||||
%description
|
||||
BuddyCheck is a tool querying the systemd health through Prometheus Node Exporter.
|
||||
|
||||
%prep
|
||||
%autosetup
|
||||
|
||||
%build
|
||||
# Perl script, nothing to build
|
||||
|
||||
%install
|
||||
%make_install
|
||||
|
||||
%files
|
||||
%license LICENSE
|
||||
%doc README.txt
|
||||
%{_bindir}/%{name}
|
||||
%{_mandir}/man1/%{name}.1%{ext_man}
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user