|
Last change
on this file since 1782 was 1766, checked in by Bruno Cornec, 18 years ago |
- strace useful for debug
- fix new versions for pb (2.0.0 for mindi and 1.7.2 for mindi-busybox)
- fix build process for mindi-busybox + options used in that version (dd for label-partitions-as-necessary)
- fix typo in label-partitions-as-necessary which doesn't seem to work
|
|
File size:
696 bytes
|
| Line | |
|---|
| 1 | #
|
|---|
| 2 | # $Id$
|
|---|
| 3 | #
|
|---|
| 4 | Summary: Busybox version suited for Mindi
|
|---|
| 5 | Name: PBPKG
|
|---|
| 6 | Version: PBVER
|
|---|
| 7 | Release: PBTAGPBSUF
|
|---|
| 8 | License: GPL
|
|---|
| 9 | Group: PBGRP
|
|---|
| 10 | Url: http://www.mondorescue.org
|
|---|
| 11 | Source: PBSRC
|
|---|
| 12 | BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -u -n)
|
|---|
| 13 | PBREQ
|
|---|
| 14 | ExcludeArch: ppc
|
|---|
| 15 |
|
|---|
| 16 | %description
|
|---|
| 17 | This package provides a busybox version suited for Mindi.
|
|---|
| 18 |
|
|---|
| 19 | %prep
|
|---|
| 20 | %setup -n %name-%{version}
|
|---|
| 21 |
|
|---|
| 22 | %build
|
|---|
| 23 | make oldconfig
|
|---|
| 24 | make busybox
|
|---|
| 25 |
|
|---|
| 26 | %install
|
|---|
| 27 | %{__rm} -rf $RPM_BUILD_ROOT
|
|---|
| 28 |
|
|---|
| 29 | DESTDIR=${RPM_BUILD_ROOT}%{_libdir}/mindi/rootfs
|
|---|
| 30 | make CONFIG_PREFIX=$DESTDIR install
|
|---|
| 31 |
|
|---|
| 32 | %clean
|
|---|
| 33 | %{__rm} -rf $RPM_BUILD_ROOT
|
|---|
| 34 |
|
|---|
| 35 | %files
|
|---|
| 36 | %defattr(-,root,root)
|
|---|
| 37 | %doc ChangeLog INSTALL LICENSE AUTHORS README TODO svn.log
|
|---|
| 38 | %{_libdir}/mindi
|
|---|
| 39 |
|
|---|
| 40 | %changelog
|
|---|
| 41 | PBLOG
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.