# 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 # # Summary: Platform OFED Kit Name: kit-platform_ofed #Version: TAG_OS Version: 1.4 Release: 3 License: Something Group: System Environment/Base Vendor: Platform Computing Corporation BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot BuildArch: noarch #Source0: kitinfo #%define driverpack TAG_RPM #%define comp1 component-Platform-OFED-v1_4 #%define comp2 component-Platform-OFED-devel-v1_4 #%define SQLRUNNER /opt/kusu/sbin/sqlrunner %description This package is destined for the installer node and serves as an information container for the database. %prep %define _name platform_ofed %install docdir=$RPM_BUILD_ROOT/www plugdir=$RPM_BUILD_ROOT/plugins rm -rf $RPM_BUILD_ROOT mkdir -p $docdir/kit_ofed_doc_source # Add your own plugins if needed mkdir -p $plugdir/addhost mkdir -p $plugdir/genconfig mkdir -p $plugdir/ngedit /usr/bin/install -m 444 %{_topdir}/docs/index.html $docdir /usr/bin/install -m 444 %{_topdir}/docs/readme.html $docdir /usr/bin/install -m 444 %{_topdir}/docs/LICENSE $docdir /usr/bin/install -m 444 %{_topdir}/docs/kit_ofed_doc_source/* -t $docdir/kit_ofed_doc_source /usr/bin/install -m 444 %{_topdir}/plugins/addhost/*.py $plugdir/addhost /usr/bin/install -m 444 %{_topdir}/plugins/genconfig/*.py $plugdir/genconfig /usr/bin/install -m 444 %{_topdir}/plugins/ngedit/*.py $plugdir/ngedit /usr/bin/install -d $RPM_BUILD_ROOT/opt/kusu/lib/plugins/ngedit/lib /usr/bin/install %{_topdir}/spec-component-Platform-OFED-v1_4.xml $RPM_BUILD_ROOT/opt/kusu/lib/plugins/ngedit/lib/spec-component-Platform-OFED-v1_4.xml /usr/bin/install %{_topdir}/lib-component-Platform-OFED-v1_4.py $RPM_BUILD_ROOT/opt/kusu/lib/plugins/ngedit/lib/lib-component-Platform-OFED-v1_4.py /usr/bin/install -m 444 %{_topdir}/kitinfo $RPM_BUILD_ROOT/kitinfo %clean rm -rf $RPM_BUILD_ROOT %files # documentation /www/index.html /www/readme.html /www/LICENSE /www/kit_ofed_doc_source/* # plugins /plugins/addhost/*.py* /plugins/genconfig/*.py* /plugins/ngedit/*.py* # %exclude /opt/kusu/lib/plugins/ngedit/*.py? #kitinfo file /kitinfo # Req'd for GUI /opt/kusu/lib/plugins/ngedit/lib/spec-component-Platform-OFED-v1_4.xml /opt/kusu/lib/plugins/ngedit/lib/lib-component-Platform-OFED-v1_4.py* %post %postun %changelog * Mon Jan 19 2009 Mehdi Bozzo-Rey TAG_OS.3 - fix for driverpack * Thu Dec 18 2008 Mehdi Bozzo-Rey TAG_OS.2 - update for the GUI / ofed 1.4 * Thu Mar 27 2008 Mike Frisch 1.3-2 - Removed AutoReq tag at the request of Red Hat