Changeset 825 in MondoRescue for branches


Ignore:
Timestamp:
Sep 24, 2006, 12:42:16 AM (18 years ago)
Author:
Bruno Cornec
Message:
Location:
branches/stable
Files:
1 added
11 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mindi-busybox/distributions/rpm/mindi-busybox.spec

    r823 r825  
    2424
    2525%build
     26%configure
     27make busybox
    2628
    2729%install
    2830%{__rm}  -rf $RPM_BUILD_ROOT
    29 export DONT_RELINK=1
    30 export RPMBUILDMINDI="true"
    31 ./install.sh
     31
     32DESTDIR=$RPM_BUILD_ROOT/usr/lib/mindi/rootfs/sbin
     33mkdir -p $DESTDIR
     34cp -a busybox $DESTDIR
    3235
    3336%clean
  • branches/stable/mindi-kernel/VERSION

    r547 r825  
    1 stable
     12.6
  • branches/stable/mondo/distributions/rpm/mondo.spec

    r743 r825  
    22# $Id$
    33#
    4 
    5 %define addreq  mindi >= 1.0.9, bzip2 >= 0.9, afio, mkisofs, binutils, newt >= 0.50, DDD
    64
    75Summary:    A program which a Linux user can utilize to create a rescue/restore CD/tape
     
    1816Source:     SSS
    1917BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -u -n)
    20 BuildRequires:  newt-devel >= 0.50, gcc
     18BuildRequires:  newt-devel >= 0.50
     19ExcludeArch:    ppc
    2120OBS
     21Requires:   mindi >= 1.0.9, bzip2 >= 0.9, afio, mkisofs, binutils, newt >= 0.50, DDD
    2222%ifarch ia64
    23 Requires:   %{addreq}, elilo, parted
     23Requires:   elilo, parted
    2424%else
    25 Requires:   %{addreq}, syslinux >= 1.52
     25Requires:   syslinux >= 1.52
    2626%endif
    2727
     
    5858
    5959%build
    60 %configure --program-prefix=%{?_program_prefix}
    61 %{__make} VERSION=%{version}
     60%configure
     61make %{?_smp_mflags} VERSION=%{version}
    6262
    6363%install
    6464%{__rm} -rf $RPM_BUILD_ROOT
    65 %makeinstall
     65make DESTDIR=$RPM_BUILD_ROOT install
    6666
    6767%clean
  • branches/stable/tools/DISTROS

    r749 r825  
    22mandrake_10.2
    33mandriva_2006.0
     4mandriva_2007.0
    45redhat_7.3
    56redhat_9
  • branches/stable/tools/build2pkg

    r781 r825  
    3232   
    3333if [ "$1" = "" ]; then
    34     c="mondo-doc mindi mondo"
     34    c="mondo-doc mindi mindi-busybox mondo"
    3535else
    3636    if [ "$1" = "all" ]; then
    37         c="mindi-kernel mondo-doc mindi mondo"
     37        c="mindi-kernel mondo-doc mindi mindi-busybox mondo"
    3838    else
    3939        c=$1
  • branches/stable/tools/file2ftp

    r763 r825  
    3232   
    3333if [ "$1" = "" ]; then
    34     c="mondo-doc mindi mondo"
     34    c="mondo-doc mindi mindi-busybox mondo"
    3535else
    3636    if [ "$1" = "all" ]; then
    37         c="mindi-kernel mondo-doc mindi mondo"
     37        c="mindi-kernel mondo-doc mindi mindi-busybox mondo"
    3838    else
    3939        c=$1
  • branches/stable/tools/mknewtag

    r774 r825  
    3737    exit -1
    3838else
    39     for p in mindi mondo; do
     39    for p in mindi mondo mindi-busybox mindi-kernel; do
    4040        v=`cat $TOOLHOME/../$p/VERSION`
    4141        grep -q "${v}" $TOOLHOME/../$p/ChangeLog
  • branches/stable/tools/mknewversion

    r757 r825  
    5050    cd ${VER}
    5151    echo "$TAG" > tools/TAG
    52     for p in mindi mondo mondo-doc mindi-kernel; do
     52    for p in mindi mondo mondo-doc mindi-kernel mindi-busybox; do
    5353        v=${VER}
    5454        if [ $p == "mindi" ]; then
  • branches/stable/tools/pkg2ftp

    r765 r825  
    3232   
    3333if [ "$1" = "" ]; then
    34     c="mondo-doc mindi mondo"
     34    c="mondo-doc mindi mindi-busybox mondo"
    3535else
    3636    if [ "$1" = "all" ]; then
    37         c="mindi-kernel mondo-doc mindi mondo"
     37        c="mindi-kernel mondo-doc mindi mindi-busybox mondo"
    3838    else
    3939        c=$1
  • branches/stable/tools/pkg2mdv

    r790 r825  
    3131   
    3232if [ "$1" = "" ]; then
    33     c="mondo-doc mindi mondo"
     33    c="mondo-doc mindi mindi-busybox mondo"
    3434else
    3535    if [ "$1" = "all" ]; then
    36         c="mindi-kernel mondo-doc mindi mondo"
     36        c="mindi-kernel mondo-doc mindi mindi-busybox mondo"
    3737    else
    3838        c=$1
  • branches/stable/tools/svn2build

    r781 r825  
    2323
    2424if [ "$1" = "" ]; then
    25         c="mondo-doc mindi mondo"
     25        c="mondo-doc mindi mindi-busybox mondo"
    2626else
    2727    if [ "$1" = "all" ]; then
    28             c="mindi-kernel mondo-doc mindi mondo"
     28            c="mindi-kernel mondo-doc mindi mindi-busybox mondo"
    2929    else
    3030        c=$1
Note: See TracChangeset for help on using the changeset viewer.