Changeset 761 in MondoRescue for branches/stable/mindi


Ignore:
Timestamp:
Aug 7, 2006, 10:36:12 AM (18 years ago)
Author:
Bruno Cornec
Message:
  • spec file should not use TAG for Source file name anymore
  • Fix a URL problem for gentoo packages
  • Fix autorun installation and mode (bug found by SuSE)
Location:
branches/stable/mindi/distributions
Files:
3 edited

Legend:

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

    r723 r761  
    22dnl
    33dnl SSS is replaced by the source package format
    4 define(`SSS', `ftp://ftp.mondorescue.org/src/%{name}-%{version}-TTT.tar.bz2')dnl
     4define(`SSS', `ftp://ftp.mondorescue.org/src/%{name}-%{version}.tar.bz2')dnl
    55dnl DDD is replaced by the list of dependencies specific to that distro
    66define(`DDD', `, which, grep >= 2.5')dnl
  • branches/stable/mindi/distributions/redhat/spec.m4

    r723 r761  
    22dnl
    33dnl SSS is replaced by the source package format
    4 define(`SSS', `ftp://ftp.mondorescue.org/src/%{name}-%{version}-TTT.tar.gz')dnl
     4define(`SSS', `ftp://ftp.mondorescue.org/src/%{name}-%{version}.tar.gz')dnl
    55dnl DDD is replaced by the list of dependencies specific to that distro
    66define(`DDD', `, which, grep >= 2.5')dnl
  • branches/stable/mindi/distributions/suse/spec.m4

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