source: MondoRescue/branches/stable/mindi/distributions/redhat/spec.m4@ 554

Last change on this file since 554 was 554, checked in by bcornec, 18 years ago

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

File size: 411 bytes
RevLine 
[388]1dnl This file contains all specificities for Mindi RedHat spec file build
2dnl
3dnl SSS is replaced by the source package format
[554]4define(`SSS', `ftp://ftp.mondorescue.org/src/%{name}-%{version}-%{tag}.tar.gz')dnl
[388]5dnl DDD is replaced by the list of dependencies specific to that distro
[550]6define(`DDD', `, which, grep >= 2.5')dnl
[388]7dnl GRP is replaced by the RPM group of apps
[550]8define(`GRP', `Applications/Archiving')dnl
Note: See TracBrowser for help on using the repository browser.