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

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

merge -r176:218 $SVN_M/branches/2.05

  • Property svn:keywords set to Id
File size: 866 bytes
RevLine 
[35]1#
2# $Id: mindi-kernel.spec 219 2005-12-15 01:54:19Z bcornec $
3#
[204]4%define mrel 1
5
[28]6Summary: A program that creates emergency boot disks/CDs using your kernel, tools and modules.
7Name: mindi-kernel
[202]8Version: 1.05
[204]9Release: %mrel
[28]10Copyright: 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
[202]27export PREFIX=${RPM_BUILD_ROOT}
28./install.sh
[28]29
30%clean
31%{__rm} -rf $RPM_BUILD_ROOT
32
33%files
34%defattr(-,root,root,-)
[202]35%{_libdir}/mindi
[28]36
37%changelog
[202]38* Wed Dec 14 2005 Bruno Cornec <bcornec@users.berlios.de> 1.05-1
39- adapted to the new mindi location (in 1.05-r194 and upper)
40
[28]41* Mon May 19 2003 Hugo Rabson <hugorabson@msn.com> 1.0-1
42- initial release
Note: See TracBrowser for help on using the repository browser.