source: MondoRescue/branches/2.2.5/pbconf/pbfilter/all.pbf@ 1700

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

Put mondorescue in conformity with new pb filtering rules

File size: 608 bytes
Line 
1#
2# $Id$
3#
4# Filter for rpm build
5#
6# PBSRC is replaced by the source package format
7filter PBSRC = ftp://ftp.mondorescue.org/src/%{name}-%{version}.tar.gz
8
9# PBVER is replaced by the version ($pbver in code)
10filter PBVER = $pbver
11
12# PBDATE is replaced by the date ($pbdate in code)
13filter PBDATE = $pbdate
14
15# PBLOG is replaced by the changelog if value is yes
16filter PBLOG = yes
17
18# PBTAG is replaced by the tag ($pbtag in code)
19filter PBTAG = $pbtag
20
21# PBREV is replaced by the revision ($pbrev in code)
22filter PBREV = $pbrev
23
24# PBPKG is replaced by the package name ($pbpkg in code)
25filter PBPKG = $pbpkg
Note: See TracBrowser for help on using the repository browser.