# Copyright (C) 2008 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 # # %define subversion 1 Summary: Component for Intel(R) Cluster Ready Facilitator Name: component-icr-facilitator Version: 5.2 Release: 1 License: GPLv2 Group: System Environment/Base BuildArch: noarch Source: %{name}-%{version}.%{subversion}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-root Requires(post): grep, procps, coreutils, net-tools, openssl, shadow-utils Requires: libgtk-java Requires: compat-libstdc++-33 Requires: imake Requires: xorg-x11-resutils Requires: xorg-x11-xfs-utils Requires: fontconfig Requires: freetype Requires: libFS Requires: libX11 Requires: libICE Requires: libXcomposite Requires: libXcursor Requires: libXdamage Requires: libXevie Requires: libXext Requires: libXfixes Requires: libXfont Requires: libXft Requires: libXi Requires: libXinerama Requires: libXmu Requires: libXp Requires: libXrandr Requires: libXrender Requires: libXres Requires: libXScrnSaver Requires: libXt Requires: libXTrap Requires: libXtst Requires: libXv Requires: libXvMC Requires: libXxf86dga Requires: libXxf86misc Requires: libXxf86vm Requires: mesa-libGLw Requires: mesa-libOSMesa Requires: openmotif Requires: xorg-x11-drv-i810 Requires: glx-utils Requires: xorg-x11-apps Requires: xterm Requires: libcap Requires: gdbm-devel Requires: elfutils-libelf-devel Requires: bzip2-devel Requires: libacl-devel %description This component sets up cluster for Intel(R) Cluster Ready %prep %setup -q -n %{name} %build %install rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT/etc/intel mkdir -p $RPM_BUILD_ROOT/etc/rc.kusu.d mkdir -p $RPM_BUILD_ROOT/usr/bin install -m0755 etc/S99intel-cluster-ready $RPM_BUILD_ROOT/etc/rc.kusu.d install -m0644 etc/icr $RPM_BUILD_ROOT/etc/intel %clean rm -rf $RPM_BUILD_ROOT %pre %post %preun %postun %files /etc/intel/icr /etc/rc.kusu.d/S99intel-cluster-ready %changelog * Wed Dec 17 2008 Shawn Starr 5.1-2 - Add new dependencies and bump to ICR 1.1 * Thu Oct 16 2008 Shawn Starr 5.1-1 - Intel cluster ready component