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


Ignore:
Timestamp:
May 20, 2006, 5:51:21 PM (18 years ago)
Author:
bcornec
Message:

merge -r 542:560 $SVN_M/branches/stable

File:
1 edited

Legend:

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

    r537 r561  
    33#
    44
    5 %define name    mondo
    6 %define version VVV
    75%define mrel    RRR
     6%define tag     TTT
    87# if mandriva official build (rpm --with is_official)
    98%{?is_official:%define rel %{mkrel} %{mrel}}%{!?is_official:%define rel %{mrel}}
    10 %define src     SSS
    11 %define grp     GRP
    12 %define addreqb mindi >= 1.0.7, bzip2 >= 0.9, afio, mkisofs, binutils, newt >= 0.50, slang >= 1.4.1
    13 %define rel     %{mrel}
     9%define addreq  mindi >= 1.0.7, bzip2 >= 0.9, afio, mkisofs, binutils, newt >= 0.50, slang >= 1.4.1 DDD
    1410
    1511Summary:    A program which a Linux user can utilize to create a rescue/restore CD/tape
     
    1814Summary(sp):    Un programa para los usuarios de Linux por crear una CD/cinta de restoracion/rescate
    1915
    20 Name:       %{name}
    21 Version:    %{version}
    22 Release:    %{rel}
     16Name:       mondo
     17Version:    VVV
     18Release:    %{mrel}
    2319License:    GPL
    24 Group:      %{grp}
     20Group:      GRP
    2521Url:        http://www.mondorescue.org
    26 Source:     %{src}
     22Source:     SSS
    2723BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -u -n)
    2824BuildRequires:  newt-devel >= 0.50, slang-devel >= 1.4.1, gcc
    29 Epoch:      %(echo EEE | cut -d- -f1 | sed "s~M~~")
    3025OBS
    3126%ifarch ia64
     
    6459
    6560%prep
    66 %setup -q -n %name-%{version}
     61%setup -q -n %name-%{version}-%{tag}
    6762
    6863%build
Note: See TracChangeset for help on using the changeset viewer.