%global git_commit ef8c077 Name: node-exporter-textfile-collector-scripts Version: 0^20240213.git%{git_commit} Release: 1%{?dist} Summary: Textfile Collector Scripts License: Apache-2.0 URL: https://github.com/prometheus-community/node-exporter-textfile-collector-scripts Source0: https://codeload.github.com/prometheus-community/node-exporter-textfile-collector-scripts/tar.gz/%{git_commit}#/node-exporter-textfile-collector-scripts-%{version}.tar.gz BuildArch: noarch Recommends: moreutils Recommends: python3-prometheus_client %description These scripts are examples to be used with the Node Exporter textfile collector. %prep %autosetup -n %{name}-%{git_commit} %build %install install -D -t %{buildroot}/%{_datadir}/%{name}/ *.sh *.py inotify-instances ipmitool lvm-prom-collector mellanox_hca_temp multipathd_info %files %license LICENSE %doc README.md %{_datadir}/%{name}/ %changelog * Sat Apr 20 2024 Evgeni Golov 0^20240213.gitef8c077-1 - initial packaging