# $Id$ Summary: local blah script to pass jdl requirements to Torque Name: blah-pbs-hook Version: 1.1 Release: 1 License: GPL Group: Applications/Engineering URL: http://www.nikhef.nl/~dennisvd/blah-pbs-hook Source0: %{name}-%{version}.tar.gz BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot %description This package contains an example local-submit-filter script to pass certain requirements from CREAM down to the LRMS. %prep %setup -q %build %configure make %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc README ChangeLog NEWS AUTHORS COPYING %{_bindir}/pbs_local_submit_attributes.sh %changelog * Thu Mar 18 2010 Dennis van Dok 1.1-1 - newer version to include cpu time * Wed Jul 1 2009 Dennis van Dok pbs-blah-hook-1.0-1 - Initial build.