Changeset 825 in MondoRescue
- Timestamp:
- Sep 24, 2006, 12:42:16 AM (18 years ago)
- Location:
- branches/stable
- Files:
-
- 1 added
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mindi-busybox/distributions/rpm/mindi-busybox.spec
r823 r825 24 24 25 25 %build 26 %configure 27 make busybox 26 28 27 29 %install 28 30 %{__rm} -rf $RPM_BUILD_ROOT 29 export DONT_RELINK=1 30 export RPMBUILDMINDI="true" 31 ./install.sh 31 32 DESTDIR=$RPM_BUILD_ROOT/usr/lib/mindi/rootfs/sbin 33 mkdir -p $DESTDIR 34 cp -a busybox $DESTDIR 32 35 33 36 %clean -
branches/stable/mindi-kernel/VERSION
r547 r825 1 stable 1 2.6 -
branches/stable/mondo/distributions/rpm/mondo.spec
r743 r825 2 2 # $Id$ 3 3 # 4 5 %define addreq mindi >= 1.0.9, bzip2 >= 0.9, afio, mkisofs, binutils, newt >= 0.50, DDD6 4 7 5 Summary: A program which a Linux user can utilize to create a rescue/restore CD/tape … … 18 16 Source: SSS 19 17 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -u -n) 20 BuildRequires: newt-devel >= 0.50, gcc 18 BuildRequires: newt-devel >= 0.50 19 ExcludeArch: ppc 21 20 OBS 21 Requires: mindi >= 1.0.9, bzip2 >= 0.9, afio, mkisofs, binutils, newt >= 0.50, DDD 22 22 %ifarch ia64 23 Requires: %{addreq},elilo, parted23 Requires: elilo, parted 24 24 %else 25 Requires: %{addreq},syslinux >= 1.5225 Requires: syslinux >= 1.52 26 26 %endif 27 27 … … 58 58 59 59 %build 60 %configure --program-prefix=%{?_program_prefix}61 %{__make} VERSION=%{version}60 %configure 61 make %{?_smp_mflags} VERSION=%{version} 62 62 63 63 %install 64 64 %{__rm} -rf $RPM_BUILD_ROOT 65 %makeinstall65 make DESTDIR=$RPM_BUILD_ROOT install 66 66 67 67 %clean -
branches/stable/tools/DISTROS
r749 r825 2 2 mandrake_10.2 3 3 mandriva_2006.0 4 mandriva_2007.0 4 5 redhat_7.3 5 6 redhat_9 -
branches/stable/tools/build2pkg
r781 r825 32 32 33 33 if [ "$1" = "" ]; then 34 c="mondo-doc mindi m ondo"34 c="mondo-doc mindi mindi-busybox mondo" 35 35 else 36 36 if [ "$1" = "all" ]; then 37 c="mindi-kernel mondo-doc mindi m ondo"37 c="mindi-kernel mondo-doc mindi mindi-busybox mondo" 38 38 else 39 39 c=$1 -
branches/stable/tools/file2ftp
r763 r825 32 32 33 33 if [ "$1" = "" ]; then 34 c="mondo-doc mindi m ondo"34 c="mondo-doc mindi mindi-busybox mondo" 35 35 else 36 36 if [ "$1" = "all" ]; then 37 c="mindi-kernel mondo-doc mindi m ondo"37 c="mindi-kernel mondo-doc mindi mindi-busybox mondo" 38 38 else 39 39 c=$1 -
branches/stable/tools/mknewtag
r774 r825 37 37 exit -1 38 38 else 39 for p in mindi mondo ; do39 for p in mindi mondo mindi-busybox mindi-kernel; do 40 40 v=`cat $TOOLHOME/../$p/VERSION` 41 41 grep -q "${v}" $TOOLHOME/../$p/ChangeLog -
branches/stable/tools/mknewversion
r757 r825 50 50 cd ${VER} 51 51 echo "$TAG" > tools/TAG 52 for p in mindi mondo mondo-doc mindi-kernel ; do52 for p in mindi mondo mondo-doc mindi-kernel mindi-busybox; do 53 53 v=${VER} 54 54 if [ $p == "mindi" ]; then -
branches/stable/tools/pkg2ftp
r765 r825 32 32 33 33 if [ "$1" = "" ]; then 34 c="mondo-doc mindi m ondo"34 c="mondo-doc mindi mindi-busybox mondo" 35 35 else 36 36 if [ "$1" = "all" ]; then 37 c="mindi-kernel mondo-doc mindi m ondo"37 c="mindi-kernel mondo-doc mindi mindi-busybox mondo" 38 38 else 39 39 c=$1 -
branches/stable/tools/pkg2mdv
r790 r825 31 31 32 32 if [ "$1" = "" ]; then 33 c="mondo-doc mindi m ondo"33 c="mondo-doc mindi mindi-busybox mondo" 34 34 else 35 35 if [ "$1" = "all" ]; then 36 c="mindi-kernel mondo-doc mindi m ondo"36 c="mindi-kernel mondo-doc mindi mindi-busybox mondo" 37 37 else 38 38 c=$1 -
branches/stable/tools/svn2build
r781 r825 23 23 24 24 if [ "$1" = "" ]; then 25 c="mondo-doc mindi m ondo"25 c="mondo-doc mindi mindi-busybox mondo" 26 26 else 27 27 if [ "$1" = "all" ]; then 28 c="mindi-kernel mondo-doc mindi m ondo"28 c="mindi-kernel mondo-doc mindi mindi-busybox mondo" 29 29 else 30 30 c=$1
Note:
See TracChangeset
for help on using the changeset viewer.