source: MondoRescue/branches/stable/mondo/distributions/redhat/spec.m4@ 388

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

RPMs are now made with a .spec containing m4 macros expanded with tools/mkrpm
this allows for a simpler spec file at the end,
which should be suited for at least Mandriva official packages.
Added a new mkspec tool which does the expansion
This way of dealing with distributions will be used is some other areas in the future

File size: 352 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
4define(`SSS', %{name}-%{version}.tgz)dnl
5dnl DDD is replaced by the list of dependencies specific to that distro
6define(`DDD', %{addreqb})dnl
7dnl GRP is replaced by the RPM group of apps
8define(`GRP', Archiving/Archiving)dnl
Note: See TracBrowser for help on using the repository browser.