source: MondoRescue/trunk/mindi-kernel/mindi-kernel.spec@ 1188

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

merge -r 341:349 $SVN_M/branches/stable

  • Property svn:keywords set to Id
File size: 1014 bytes
Line 
1#
2# $Id: mindi-kernel.spec 350 2006-01-27 23:36:00Z bcornec $
3#
4%define mrel 1
5
6Summary: A program that creates emergency boot disks/CDs using your kernel, tools and modules.
7Name: mindi-kernel
8Version: 1.06
9Release: %mrel
10License: GPL
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
27export PREFIX=${RPM_BUILD_ROOT}
28./install.sh
29
30%clean
31%{__rm} -rf $RPM_BUILD_ROOT
32
33%files
34%defattr(-,root,root,-)
35%{_libdir}/mindi
36
37%changelog
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
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
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.