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

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

failsafe-kernel follow up

  • Property svn:keywords set to Id
File size: 843 bytes
RevLine 
[35]1#
2# $Id: mindi-kernel.spec 203 2005-12-14 14:53:54Z bcornec $
3#
[28]4Summary: A program that creates emergency boot disks/CDs using your kernel, tools and modules.
5Name: mindi-kernel
[202]6Version: 1.05
[28]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
[202]25export PREFIX=${RPM_BUILD_ROOT}
26./install.sh
[28]27
28%clean
29%{__rm} -rf $RPM_BUILD_ROOT
30
31%files
32%defattr(-,root,root,-)
[202]33%{_libdir}/mindi
[28]34
35%changelog
[202]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
[28]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.