Sophie

Sophie

distrib > Mandriva > 10.0-com > i586 > by-pkgid > 4113881acb95381bf311cf90282cd171 > files > 1

IPMI-1.0-3mdk.src.rpm

%define name IPMI
%define version 1.0 
%define release 3mdk

Summary: A simple initscript to load IPMI drivers
Name: %{name}
Version: %{version}
Release: %{release}
Source0: ipmi
License: GPL
Group:	System/Kernel and hardware 
Url: 	none
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
Prereq:	rpm-helper
buildarch: noarch

%description
A simple initscript to load IPMI drivers
IPMI stands for Intelligent Platform Management Interface
and is an open standard for machine health, and control (including remote control),
and is implemented by many hardware vendors - Intel is one of the originators,
and early adopters of the standard.


%prep

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/%{_initrddir}
install %SOURCE0  $RPM_BUILD_ROOT/%{_initrddir} 

%clean
rm -rf $RPM_BUILD_ROOT

%post
%_post_service ipmi

%preun
%_preun_service ipmi

%files
%defattr(-,root,root)
%config(noreplace) %{_initrddir}/*

%changelog
* Wed Aug 18 2004 Erwan Velu <erwan@mandrakesoft.com> 1.0-3mdk
- Supporting 2.4 kernels
- Supporting v32 & V30 under 2.6 kernels
* Fri Aug 13 2004 Erwan Velu <erwan@mandrakesoft.com> 1.0-2mdk
- Fixing description
* Wed Aug 11 2004 Erwan Velu <erwan@mandrakesoft.com> 1.0-1mdk
- Initial relase