source: ProjectBuilder/projects/mondorescue/pbconf/tags/3.2.2/pbfilter/all.yml@ 2382

Last change on this file since 2382 was 2382, checked in by Bruno Cornec, 5 years ago

Adds new pb 0.15 config files in order to make fixes to that version potentially

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