Changeset 313 in MondoRescue for branches/2.06/mindi/mindi.spec


Ignore:
Timestamp:
Jan 13, 2006, 7:31:32 PM (18 years ago)
Author:
bcornec
Message:

spec file generation adapted (RRR used for revision, suffix now has the '.', Group is now a variable)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.06/mindi/mindi.spec

    r261 r313  
    1010%define name    mindi
    1111%define version VVV
    12 %define mrel    1
     12%define mrel    RRR
    1313%define src     %{name}-%{version}.tgz
     14%define grp     Archiving/Backup
    1415
    1516%if %is_redhat
    16 Group:          Applications/Archiving
     17%define grp     Applications/Archiving
    1718Autoreq:    0
    1819%endif
     
    2021%if %is_mandrake
    2122%define src     %{name}-%{version}.tar.bz2
    22 Group:          Archiving/Backup
    2323Autoreqprov: no
    2424%endif
     
    2626%if %is_mandriva
    2727%define src     %{name}-%{version}.tar.bz2
    28 Group:          Archiving/Backup
    2928Autoreqprov: no
    3029%endif
    3130
    3231%if %is_suse
    33 Group:          Archiving/Backup
    3432%endif
    3533
     
    3937Release:    %mrel
    4038License:    GPL
    41 Group:      System/Kernel and hardware
     39Group:      %{grp}
    4240Url:        http://mondorescue.berlios.de
    4341Source:     %{src}
Note: See TracChangeset for help on using the changeset viewer.