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