source: ProjectBuilder/devel/pbconf/projectbuilder/pbfilter/rh.pbf@ 16

Last change on this file since 16 was 16, checked in by Bruno Cornec, 17 years ago

Works for build files generation wtih filter and variable expansion. Happy ;-)

File size: 607 bytes
Line 
1#
2# $Id$
3#
4# Filter for redhat build
5#
6# PBSRC is replaced by the source package format
7filter PBSRC = ftp://ftp.mondorescue.org/src/%{name}-%{version}.tar.gz
8
9# PBGRP is replaced by the RPM group of apps
10filter PBGRP = Applications/Archiving
11
12# PBDEP is replaced by the list of dependencies
13filter PBDEP =
14
15# PBVER is replaced by the version ($pbver in code)
16filter PBVER = $pbver
17
18# PBDATE is replaced by the date ($pbdate in code)
19filter PBDATE = $pbdate
20
21# PBTAG is replaced by the tag ($pbtag in code)
22filter PBTAG = $pbtag
23
24# PBREV is replaced by the revision ($pbrev in code)
25filter PBREV = $pbrev
Note: See TracBrowser for help on using the repository browser.