Last change
on this file since 76 was 35, checked in by bcornec, 20 years ago |
Again tagging improved
|
-
Property svn:keywords
set to
Id
|
File size:
869 bytes
|
Rev | Line | |
---|
[35] | 1 | #
|
---|
| 2 | # $Id: mindi-kernel-1.0.spec 35 2005-09-29 01:16:57Z bcornec $
|
---|
| 3 | #
|
---|
[28] | 4 | %define _prefix /usr/local
|
---|
| 5 | Summary: A program that creates emergency boot disks/CDs using your kernel, tools and modules.
|
---|
| 6 | Name: mindi-kernel
|
---|
| 7 | Version: 1.0
|
---|
| 8 | Release: 1
|
---|
| 9 | Copyright: GPL
|
---|
| 10 | Group: System/Kernel and hardware
|
---|
| 11 | Url: http://www.mondorescue.org
|
---|
| 12 | Source: %{name}-%{version}.tgz
|
---|
| 13 | BuildRoot: /tmp/%{name}-%{version}
|
---|
| 14 | Requires: binutils
|
---|
| 15 | Prefix: /usr/local
|
---|
| 16 | Autoreq: 0
|
---|
| 17 |
|
---|
| 18 | %description
|
---|
| 19 | Mindi-kernel is a library of kernel modules, a kernel, and other bits and bobs
|
---|
| 20 | used by Mindi.
|
---|
| 21 |
|
---|
| 22 | %prep
|
---|
| 23 | %setup
|
---|
| 24 | %build
|
---|
| 25 | %install
|
---|
| 26 | %{__rm} -rf $RPM_BUILD_ROOT
|
---|
| 27 | MINDIDIR=$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.