source: MondoRescue/trunk/mindi-failsafe-kernel/mindi-kernel-1.0.spec@ 28

Last change on this file since 28 was 28, checked in by bcornec, 19 years ago

Failsafe kernel for mindi is now managed under SVN

File size: 858 bytes
Line 
1%define _prefix /usr/local
2Summary: A program that creates emergency boot disks/CDs using your kernel, tools and modules.
3Name: mindi-kernel
4Version: 1.0
5Release: 1
6Copyright: GPL
7Group: System/Kernel and hardware
8Url: http://www.mondorescue.org
9Source: %{name}-%{version}.tgz
10BuildRoot: /tmp/%{name}-%{version}
11Requires: binutils
12Prefix: /usr/local
13Autoreq: 0
14
15%description
16Mindi-kernel is a library of kernel modules, a kernel, and other bits and bobs
17used by Mindi.
18
19%prep
20%setup
21%build
22%install
23%{__rm} -rf $RPM_BUILD_ROOT
24MINDIDIR=$RPM_BUILD_ROOT%{_datadir}/mindi
25%{__mkdir_p} $MINDIDIR $RPM_BUILD_ROOT%{_bindir} $RPM_BUILD_ROOT%{_sysconfdir}/mindi
26%{__cp} -a * $MINDIDIR
27#
28
29%clean
30%{__rm} -rf $RPM_BUILD_ROOT
31
32%files
33%defattr(-,root,root,-)
34%{_datadir}/mindi
35
36%changelog
37* Mon May 19 2003 Hugo Rabson <hugorabson@msn.com> 1.0-1
38- initial release
Note: See TracBrowser for help on using the repository browser.