Changeset 461 in MondoRescue for trunk/mondo


Ignore:
Timestamp:
Apr 4, 2006, 9:40:52 AM (18 years ago)
Author:
bcornec
Message:

merge -r447:460 $SVN_M/branches/stable

Location:
trunk/mondo/distributions
Files:
1 deleted
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/mondo/distributions/mandriva/spec.m4

    r388 r461  
    77dnl GRP is replaced by the RPM group of apps
    88define(`GRP', `Archiving/Backup')dnl
     9dnl OBS is replaced vy what is being obsoleted
     10define(`OBS', Obsoletes:    libmondo <= 2.04)dnl
  • trunk/mondo/distributions/redhat/spec.m4

    r388 r461  
    77dnl GRP is replaced by the RPM group of apps
    88define(`GRP', Archiving/Archiving)dnl
     9dnl OBS is replaced vy what is being obsoleted
     10define(`OBS', )dnl
  • trunk/mondo/distributions/rpm/mondo.spec

    r448 r461  
    1414
    1515Summary:    A program which a Linux user can utilize to create a rescue/restore CD/tape
    16 Summary(fr):    Un programme pour les utilisateurs de Linux pour cr�r un CD/tape de sauvegarde/restauration
     16Summary(fr):    Un programme pour les utilisateurs de Linux pour créer un CD/tape de sauvegarde/restauration
    1717Summary(it):    Un programma per utenti Linux per creare un CD/tape di rescue
    1818Summary(sp):    Un programa para los usuarios de Linux por crear una CD/cinta de restoracion/rescate
     
    2727BuildRoot:  %{_tmppath}/%{name}-%{version}
    2828BuildRequires:  newt-devel >= 0.50, slang-devel >= 1.4.1, gcc
     29Epoch:      %(echo EEE | cut -d- -f1 | sed "s~M~~")
     30OBS
    2931%ifarch ia64
    3032Requires:   %{addreq}, elilo, parted
     
    6567
    6668%build
    67 %configure
     69%configure --program-prefix=%{?_program_prefix}
    6870%{__make} VERSION=%{version}
    6971
  • trunk/mondo/distributions/suse/spec.m4

    r403 r461  
    77dnl GRP is replaced by the RPM group of apps
    88define(`GRP', Productivity/Archiving/Backup)dnl
     9dnl OBS is replaced vy what is being obsoleted
     10define(`OBS', )dnl
Note: See TracChangeset for help on using the changeset viewer.