source: MondoRescue/branches/stable/mindi-kernel/mindi-kernel.spec@ 349

Last change on this file since 349 was 349, checked in by bcornec, 18 years ago

mindi now supports a 2.6 failsafe kernel

  • Property svn:keywords set to Id
File size: 1014 bytes
RevLine 
[35]1#
2# $Id: mindi-kernel.spec 349 2006-01-27 18:39:12Z bcornec $
3#
[204]4%define mrel 1
5
[28]6Summary: A program that creates emergency boot disks/CDs using your kernel, tools and modules.
7Name: mindi-kernel
[294]8Version: 1.06
[204]9Release: %mrel
[349]10License: GPL
[28]11Group: System/Kernel and hardware
12Url: http://www.mondorescue.org
13Source: %{name}-%{version}.tgz
14BuildRoot: /tmp/%{name}-%{version}
15Requires: binutils
16Autoreq: 0
17
18%description
19Mindi-kernel is a library of kernel modules, a kernel, and other bits and bobs
20used by Mindi.
21
22%prep
23%setup
24%build
25%install
26%{__rm} -rf $RPM_BUILD_ROOT
[202]27export PREFIX=${RPM_BUILD_ROOT}
28./install.sh
[28]29
30%clean
31%{__rm} -rf $RPM_BUILD_ROOT
32
33%files
34%defattr(-,root,root,-)
[202]35%{_libdir}/mindi
[28]36
37%changelog
[294]38* Wed Jan 04 2006 Bruno Cornec <bcornec@users.berlios.de> 1.06-1
39- 2.6 kernel (from mandriva) to avoid bugs in PXE mode with 2.4 kernels and busybox
40
[202]41* Wed Dec 14 2005 Bruno Cornec <bcornec@users.berlios.de> 1.05-1
42- adapted to the new mindi location (in 1.05-r194 and upper)
43
[28]44* Mon May 19 2003 Hugo Rabson <hugorabson@msn.com> 1.0-1
45- initial release
Note: See TracBrowser for help on using the repository browser.