Ignore:
Timestamp:
May 14, 2006, 7:54:15 PM (18 years ago)
Author:
bcornec
Message:

Cleanup in build process continue

  • removal of most small scripts
  • based on one main svn2build script
  • spec files reviewed for fedora remarks
  • changelog and TAG integrated
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mondo/distributions/rpm/mondo.spec

    r543 r550  
    33#
    44
    5 %define name    mondo
    6 %define version VVV
    75%define mrel    RRR
    86# if mandriva official build (rpm --with is_official)
    97%{?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 addreq  DDD
    14 %define rel     %{mrel}
     8%define addreq  mindi >= 1.0.7, bzip2 >= 0.9, afio, mkisofs, binutils, newt >= 0.50, slang >= 1.4.1 DDD
    159
    1610Summary:    A program which a Linux user can utilize to create a rescue/restore CD/tape
     
    1913Summary(sp):    Un programa para los usuarios de Linux por crear una CD/cinta de restoracion/rescate
    2014
    21 Name:       %{name}
    22 Version:    %{version}
    23 Release:    %{rel}
     15Name:       mondo
     16Version:    VVV
     17Release:    %{mrel}
    2418License:    GPL
    25 Group:      %{grp}
     19Group:      GRP
    2620Url:        http://www.mondorescue.org
    27 Source:     %{src}
     21Source:     SSS
    2822BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -u -n)
    2923BuildRequires:  newt-devel >= 0.50, slang-devel >= 1.4.1, gcc
    30 Epoch:      %(echo EEE | cut -d- -f1 | sed "s~M~~")
    3124OBS
    3225%ifarch ia64
Note: See TracChangeset for help on using the changeset viewer.