source: MondoRescue/branches/2.2.9/mindi-kernel/mindi-kernel.spec@ 3320

Last change on this file since 3320 was 3320, checked in by Bruno Cornec, 9 years ago
  • Re-add (thanks git BTW) the 2.2.9 branch which had been destroyed in the move to 3.0
File size: 1.0 KB
Line 
1#
2# $Id: mindi-kernel.spec 1973 2008-05-31 18:04:24Z bruno $
3#
4
5Summary: A program that creates emergency boot disks/CDs using your kernel, tools and modules.
6Name: mindi-kernel
7Version: 2.6
8Release: 1
9License: GPL
10Group: System/Kernel and hardware
11Url: http://www.mondorescue.org
12Source: %{name}-%{version}.tgz
13BuildRoot: /tmp/%{name}-%{version}
14Requires: binutils
15Autoreq: 0
16
17%description
18Mindi-kernel is a library of kernel modules, a kernel, and other bits and bobs
19used by Mindi.
20
21%prep
22%setup
23%build
24%install
25%{__rm} -rf $RPM_BUILD_ROOT
26export 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.