[svn] r5189 - in trunk/rpms: . ipmitool

packagers at lists.rpmforge.net packagers at lists.rpmforge.net
Wed Feb 21 01:57:59 CET 2007


Author: dag
Date: 2007-02-21 01:57:58 +0100 (Wed, 21 Feb 2007)
New Revision: 5189

Added:
   trunk/rpms/ipmitool/
   trunk/rpms/ipmitool/ipmitool.spec
Log:
Updates

Added: trunk/rpms/ipmitool/ipmitool.spec
===================================================================
--- trunk/rpms/ipmitool/ipmitool.spec	                        (rev 0)
+++ trunk/rpms/ipmitool/ipmitool.spec	2007-02-21 00:57:58 UTC (rev 5189)
@@ -0,0 +1,56 @@
+# $Id$
+# Authority: dag
+
+Summary: Utility for IPMI control
+Name: ipmitool
+Version: 1.8.8
+Release: 1
+License: BSD
+Group: System Environment/Kernel
+URL: http://ipmitool.sourceforge.net/
+
+Source: http://dl.sf.net/ipmitool/ipmitool-%{version}.tar.gz
+Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root
+
+%description
+This package contains a utility for interfacing with devices that support
+the Intelligent Platform Management Interface specification.  IPMI is
+an open standard for machine health, inventory, and remote power control.
+
+This utility can communicate with IPMI-enabled devices through either a
+kernel driver such as OpenIPMI or over the RMCP LAN protocol defined in
+the IPMI specification.  IPMIv2 adds support for encrypted LAN
+communications and remote Serial-over-LAN functionality.
+
+It provides commands for reading the Sensor Data Repository (SDR) and
+displaying sensor values, displaying the contents of the System Event
+Log (SEL), printing Field Replaceable Unit (FRU) information, reading and
+setting LAN configuration, and chassis power control.
+
+%prep
+%setup
+
+%build
+%configure --with-kerneldir
+%{__make} %{?_smp_mflags}
+
+%install
+%{__rm} -rf %{buildroot}
+%{__make} install DESTDIR="%{buildroot}"
+
+%clean
+%{__rm} -rf %{buildroot}
+
+%files
+%defattr(-, root, root, 0755)
+%doc AUTHORS ChangeLog COPYING README
+%doc %{_mandir}/man1/ipmitool.1*
+%doc %{_mandir}/man8/ipmievd.8*
+%{_bindir}/ipmitool
+%{_sbindir}/ipmievd
+%{_datadir}/ipmitool/
+%exclude %{_datadir}/doc/ipmitool/
+
+%changelog
+* Wed Feb 21 2007 Dag Wieers <dag at wieers.com> - 1.8.8-1
+- Initial package. (using DAR)


Property changes on: trunk/rpms/ipmitool/ipmitool.spec
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + native



More information about the svn-commits mailing list