Changeset 839 in MondoRescue for trunk/mondo/distributions/rpm/mondo.spec


Ignore:
Timestamp:
Sep 26, 2006, 9:47:32 AM (18 years ago)
Author:
Bruno Cornec
Message:

merge -r814:838 $SVN_M/branches/stable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mondo/distributions/rpm/mondo.spec

    r786 r839  
    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
Note: See TracChangeset for help on using the changeset viewer.