source: MondoRescue/trunk/mindi-kernel/mindi-kernel-1.0.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: 869 bytes
Line 
1#
2# $Id: mindi-kernel-1.0.spec 219 2005-12-15 01:54:19Z bcornec $
3#
4%define _prefix /usr/local
5Summary: A program that creates emergency boot disks/CDs using your kernel, tools and modules.
6Name: mindi-kernel
7Version: 1.0
8Release: 1
9Copyright: GPL
10Group: System/Kernel and hardware
11Url: http://www.mondorescue.org
12Source: %{name}-%{version}.tgz
13BuildRoot: /tmp/%{name}-%{version}
14Requires: binutils
15Prefix: /usr/local
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
27MINDIDIR=$RPM_BUILD_ROOT%{_datadir}/mindi
28%{__mkdir_p} $MINDIDIR $RPM_BUILD_ROOT%{_bindir} $RPM_BUILD_ROOT%{_sysconfdir}/mindi
29%{__cp} -a * $MINDIDIR
30#
31
32%clean
33%{__rm} -rf $RPM_BUILD_ROOT
34
35%files
36%defattr(-,root,root,-)
37%{_datadir}/mindi
38
39%changelog
40* Mon May 19 2003 Hugo Rabson <hugorabson@msn.com> 1.0-1
41- initial release
Note: See TracBrowser for help on using the repository browser.