From c3564f8f0d024098032682b7057103e9cfc9f70b Mon Sep 17 00:00:00 2001 From: Georg Pfuetzenreuter Date: Thu, 29 Aug 2024 03:36:24 +0200 Subject: [PATCH] Add spec file Signed-off-by: Georg Pfuetzenreuter --- buddycheck.spec | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 buddycheck.spec diff --git a/buddycheck.spec b/buddycheck.spec new file mode 100644 index 0000000..6df8d13 --- /dev/null +++ b/buddycheck.spec @@ -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 +