source: ProjectBuilder/projects/mondorescue/pbconf/branches/3.2/pbfilter/all.pbf@ 2115

Last change on this file since 2115 was 2115, checked in by Bruno Cornec, 8 years ago

Adapt MondoRescue to pb 0.14.x usage with new naming

File size: 1.1 KB
Line 
1#
2# $Id$
3#
4# Filter for rpm build
5#
6# PBREPO is replaced by the root URL to access the repository
7filter PBREPO = $pb->{'repo'}
8
9# PBSRC is replaced by the source package format
10filter PBSRC = src/%{srcname}-%{version}$pb->{'extdir'}.tar.gz
11
12# PBVER is replaced by the version ($pb->{'ver'} in code)
13filter PBVER = $pb->{'ver'}
14
15# PBDATE is replaced by the date ($pb->{'date'} in code)
16filter PBDATE = $pb->{'date'}
17
18# PBEXTDIR is replaced by the date ($pb->{'extdir'} in code)
19filter PBEXTDIR = $pb->{'extdir'}
20
21# PBLOG is replaced by the changelog if value is yes
22filter PBLOG = yes
23
24# PBTAG is replaced by the tag ($pb->{'tag'} in code)
25filter PBTAG = $pb->{'tag'}
26
27# PBREV is replaced by the revision ($pb->{'rev'} in code)
28filter PBREV = $pb->{'rev'}
29
30# PBPKG is replaced by the package name ($pb->{'pkg'} in code)
31filter PBPKG = $pb->{'pkg'}
32
33# PBPROJ is replaced by the project name ($pb->{'proj'} in code)
34filter PBPROJ = $pb->{'proj'}
35
36filter PBURL = http://www.mondorescue.org
37
38# PBREALPKG is replaced by the real package name ($pb->{'realpkg'} in code)
39filter PBREALPKG = $pb->{'realpkg'}
Note: See TracBrowser for help on using the repository browser.