# Copyright (C) 2007 Platform Computing Inc # This program is free software; you can redistribute it and/or modify # it under the terms of version 2 of the GNU General Public License as # published by the Free Software Foundation. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA Summary: component-hpc-source-code package Name: component-hpc-source-code Version: 0.1 Release: 2 License: LGPL Group: System Environment/Base Vendor: Platform Computing Corporation BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot BuildArch: noarch Requires: hpc-source %description This component contains a collection of hpc source packages. %prep %install %pre %post %preun %postun # Generate scripts for the CFM to remove other packages /bin/cat << 'EOF' >> /opt/kusu/lib/plugins/cfmclient/%{name}.remove #!/bin/sh LOG=/var/log/kusu/platform-hpc.log touch $LOG echo "Removing RPMs for component-hpc-source-code..." >> $LOG rpm -e hpc-source >> $LOG 2>&1 rm -rf /opt/kusu/lib/plugins/cfmclient/%{name}.remove EOF %files %changelog * Thu Mar 27 2008 Mike Frisch 0.1-1 - Removed AutoReq tag at the request of Red Hat