Changeset 554 in MondoRescue for branches/stable/mondo


Ignore:
Timestamp:
May 18, 2006, 1:03:26 AM (18 years ago)
Author:
bcornec
Message:

Add new tag variable in spec and corresponding TTT macro in m4 files for filename correct handling during build

Location:
branches/stable/mondo/distributions
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mondo/distributions/mandriva/spec.m4

    r553 r554  
    22dnl
    33dnl SSS is replaced by the source package format
    4 define(`SSS', `ftp://ftp.mondorescue.org/src/%{name}-%{version}.tar.bz2')dnl
     4define(`SSS', `ftp://ftp.mondorescue.org/src/%{name}-%{version}-%{tag}.tar.bz2')dnl
    55dnl DDD is replaced by the list of dependencies specific to that distro
    66define(`DDD', )dnl
  • branches/stable/mondo/distributions/redhat/spec.m4

    r550 r554  
    22dnl
    33dnl SSS is replaced by the source package format
    4 define(`SSS', `ftp://ftp.mondorescue.org/src/%{name}-%{version}.tgz')dnl
     4define(`SSS', `ftp://ftp.mondorescue.org/src/%{name}-%{version}-%{tag}.tar.gz')dnl
    55dnl DDD is replaced by the list of dependencies specific to that distro
    66define(`DDD', )dnl
  • branches/stable/mondo/distributions/rpm/mondo.spec

    r550 r554  
    44
    55%define mrel    RRR
     6%define tag     TTT
    67# if mandriva official build (rpm --with is_official)
    78%{?is_official:%define rel %{mkrel} %{mrel}}%{!?is_official:%define rel %{mrel}}
  • branches/stable/mondo/distributions/suse/spec.m4

    r550 r554  
    22dnl
    33dnl SSS is replaced by the source package format
    4 define(`SSS', `ftp://ftp.mondorescue.org/src/%{name}-%{version}.tgz')dnl
     4define(`SSS', `ftp://ftp.mondorescue.org/src/%{name}-%{version}-%{tag}.tar.gz')dnl
    55dnl DDD is replaced by the list of dependencies specific to that distro
    66define(`DDD', `, buffer, cdrecord')dnl
Note: See TracChangeset for help on using the changeset viewer.