From b353f1e8176d1bcc9c14ada2a607d43dbd738638 Mon Sep 17 00:00:00 2001 From: Fokke Dijkstra <f.dijkstra@rug.nl> Date: Fri, 26 Apr 2024 15:52:44 +0200 Subject: [PATCH] Renamed jobinfo.spec --- jobinfo.spec | 38 -------------------------------------- 1 file changed, 38 deletions(-) delete mode 100644 jobinfo.spec diff --git a/jobinfo.spec b/jobinfo.spec deleted file mode 100644 index ab49ec0..0000000 --- a/jobinfo.spec +++ /dev/null @@ -1,38 +0,0 @@ -Name: hb-jobinfo -Version: 0.9.0 -Release: 1%{?dist} -Summary: Collect job information from SLURM in nicely readable format. - -Group: System Environment/Base -License: MIT -URL: https://github.com/rug-cit-hpc/hb-jobinfo -Source0: %{name}-%{version}.tar.gz -BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root -Requires: python3 %{py3_dist requests} -BuildRequires: python%{python3_pkgversion}-devel - -%description -jobinfo - collates job information from the 'sstat', 'sacct' and 'squeue' SLURM commands to give a uniform interface for both current and historical jobs. - -%prep -%setup -q - -%build -#make - -%install -mkdir -p %{buildroot}%{_bindir} -mkdir -p %{buildroot}%{python3_sitelib} -install jobinfo %{buildroot}%{_bindir}/jobinfo - -%files -%defattr(-,root,root) -%{_bindir}/jobinfo - -%clean -rm -rf $RPM_BUILD_ROOT - -%changelog -* Wed Apr 26 2024 Fokke Dijkstra <f.dijkstra@rug.nl> - 1.0.0 -- First version of the rewritten tool -- GitLab