Name: d3s-nagios-plugins
Version: 0.0.git.18.28152cbe
Release: 1%{?dist}
Summary: Custom Nagios plugins

License: ASL 2.0
URL: https://lab.d3s.mff.cuni.cz/nagios-plugins/
VCS: git+https://github.com/D-iii-S/d3s-nagios-plugins.git#28152cbe9acdddf6f5f4ccd62453f5d6aa3cefe1:

Source: d3s-nagios-plugins-28152cbe.tar.gz

BuildRequires: python3
BuildRequires: python3-devel
BuildRequires: python3-setuptools
Requires: python3

%description
Blab blah


%global debug_package %{nil}

%prep
%setup -T -b 0 -q -n d3s-nagios-plugins

%build
%{__python3} setup.py build

%install
rm -rf $RPM_BUILD_ROOT
%{__python3} setup.py install --single-version-externally-managed -O1 --root=$RPM_BUILD_ROOT --record=INSTALLED_FILES

%clean
rm -rf $RPM_BUILD_ROOT

%files -f INSTALLED_FILES
%defattr(-,root,root)

%changelog