source: MondoRescue/branches/2.05/mindi-failsafe-kernel/mindi-kernel-1.0.spec@ 202

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

Update on failsafe kernel to adapt it to the new mindi layout in /usr/lib/mindi

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