Changeset 729 in MondoRescue for trunk/mondo/distributions/rpm


Ignore:
Timestamp:
Jul 30, 2006, 4:06:39 PM (18 years ago)
Author:
Bruno Cornec
Message:

merge -r686:728 $SVN_M/branches/stable

File:
1 edited

Legend:

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

    r588 r729  
    33#
    44
    5 %define mrel    RRR
    6 %define tag     TTT
    7 # if mandriva official build (rpm --with is_official)
    8 %{?is_official:%define rel %{mkrel} %{mrel}}%{!?is_official:%define rel %{mrel}}
    9 %define addreq  mindi >= 1.0.7, bzip2 >= 0.9, afio, mkisofs, binutils, newt >= 0.50, slang >= 1.4.1 DDD
     5%define addreq  mindi >= 1.0.7, bzip2 >= 0.9, afio, mkisofs, binutils, newt >= 0.50, DDD
    106
    117Summary:    A program which a Linux user can utilize to create a rescue/restore CD/tape
     
    1612Name:       mondo
    1713Version:    VVV
    18 Release:    %{mrel}
     14Release:    RRR
    1915License:    GPL
    2016Group:      GRP
     
    2218Source:     SSS
    2319BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -u -n)
    24 BuildRequires:  newt-devel >= 0.50, slang-devel >= 1.4.1, gcc
     20BuildRequires:  newt-devel >= 0.50, gcc
    2521OBS
    2622%ifarch ia64
     
    5955
    6056%prep
    61 %setup -q -n %name-%{version}-%{tag}
     57%setup -q -n %name-%{version}
    6258
    6359%build
     
    7672
    7773%files
     74%defattr(-,root,root)
    7875%doc ChangeLog svn.log
    7976%doc INSTALL COPYING README TODO AUTHORS NEWS
Note: See TracChangeset for help on using the changeset viewer.