Name: qtop Version: 53 Release: 1%{?dist} Summary: Monitoring tool for Torque & PBS-based cluster systems #Group: Applications/System #Group: Network/Cluster Group: Productivity/Clustering/Computing License: GPLv2 URL: http://fotis.web.cern.ch/fotis/QTOP Source0: http://fotis.web.cern.ch/fotis/QTOP/%{name}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) #BuildRequires: Requires: torque-client BuildArch: noarch # You may find interesting information about building this package across different distros: here: # https://build.opensuse.org/package/show?package=qtop&project=home%3Ageorgatos %description qtop is a nifty command-line tool for monitoring PBS systems, esp. torque. It tries to fit as much information as possible in your screen's real estate, by joining together the output of pbsnodes -a, qstat & qstat -q. qtop suppresses color mode automatically, when needed, eg. try: watch -d qtop Very large sites should try qtop|less -RS and navigate around with arrow keys. It is very configurable, you can either modify qtop.conf or, try qtop -h. %prep # echo Building %{name}-%{version}-%{release} %setup -q %build # nothing to build %install rm -rf %{buildroot} mkdir -p %{buildroot}%{_bindir} %{buildroot}%{_sysconfdir} %{buildroot}%{_mandir}/man1 cp qtop %{buildroot}%{_bindir} cp qtop4oar %{buildroot}%{_bindir} cp qtop4cron %{buildroot}%{_bindir} cp ansi2html.sh %{buildroot}%{_bindir} cp qtop.colormap %{buildroot}%{_sysconfdir} cp qtop.conf %{buildroot}%{_sysconfdir} echo cp qtop.1.gz %{buildroot}%{_mandir}/man1 %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc README EXTRAS LICENSE qtop.man %config(noreplace) %{_sysconfdir}/qtop.colormap %config(noreplace) %{_sysconfdir}/qtop.conf %{_bindir}/qtop %{_bindir}/qtop4oar %{_bindir}/qtop4cron %{_bindir}/ansi2html.sh #doc {_mandir}/man1/qtop.1.gz %changelog * Tue Dec 11 2012 Fotis Georgatos - 53-1 - Attributed ansi2html license as LGPLv2, as per github commit f93a55beae * Fri Nov 02 2012 Fotis Georgatos - 52-1 - Extra fix for qtop4oar * Fri Nov 02 2012 Fotis Georgatos - 51-1 - Added fix for qtop4oar * Fri Sep 14 2012 Fotis Georgatos - 50-1 - Added reference to latest repo: ~/www/QTOP/qtop.spec * Thu Sep 13 2012 Fotis Georgatos - 49-1 - Applying minor patch supporting GECOS fields * Wed Aug 08 2012 Fotis Georgatos - 48-1 - Finalized rpm generation * Wed Aug 08 2012 Fotis Georgatos - 47-1 - Modified qtop.colormap heavily to support newer user & queue names * Tue Aug 07 2012 Fotis Georgatos - 46-1 - Modified shebang to /bin/bash instead of /bin/sh * Wed Jan 25 2012 Fotis Georgatos - 45-1 - Modified according to instructions from bugzilla_at_redhat_dot_com * Fri Nov 25 2011 Fotis Georgatos - 44-1 - Modification #2 * Fri Nov 25 2011 Fotis Georgatos - 43-1 - Modification #1 * Sat Oct 02 2010 Fotis Georgatos - 42-1 - Initial package for qtop release.