Changeset 729 in MondoRescue for trunk/mondo-doc/distributions


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

merge -r686:728 $SVN_M/branches/stable

Location:
trunk/mondo-doc/distributions
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/mondo-doc/distributions/mandriva/spec.m4

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

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

    r600 r729  
    22# $Id$
    33#
    4 
    5 %define mrel    RRR
    6 %define tag     TTT
    74
    85Summary:    Documentation for Mondo Rescue
     
    118Name:       mondo-doc
    129Version:    VVV
    13 Release:    %{mrel}
     10Release:    RRR
    1411License:    GPL
    1512Group:      GRP
     
    2724
    2825%prep
    29 %setup -q -n %name-%{version}-%{tag}
     26%setup -q -n %name-%{version}
    3027
    3128%build
     
    4239
    4340%files
     41%defattr(-,root,root)
    4442%doc svn.log
    4543%doc mindi.8 mondoarchive.8 mondorestore.8
  • trunk/mondo-doc/distributions/suse/spec.m4

    r554 r729  
    22dnl
    33dnl SSS is replaced by the source package format
    4 define(`SSS', `ftp://ftp.mondorescue.org/src/%{name}-%{version}-%{tag}.tar.gz')dnl
     4define(`SSS', `ftp://ftp.mondorescue.org/src/%{name}-%{version}-TTT.tar.bz2')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.