source: ProjectBuilder/projects/mondorescue/pbconf/branches/2.2.6/pbfilter/all.pbf@ 429

Last change on this file since 429 was 429, checked in by Bruno Cornec, 16 years ago
  • Change filtering interface to add pbrepo keyword support and PBREPO macro
  • Add repository generation support + conf files to pb for rpm
  • Adapt pb and mondorecue spec files to new interfaces
File size: 752 bytes
Line 
1#
2# $Id$
3#
4# Filter for rpm build
5#
6# PBURL is replaced by the root URL to access the repository
7filter PBREPO = $pbrepo
8
9# PBSRC is replaced by the source package format
10filter PBSRC = src/%{name}-%{version}.tar.gz
11
12# PBVER is replaced by the version ($pbver in code)
13filter PBVER = $pbver
14
15# PBDATE is replaced by the date ($pbdate in code)
16filter PBDATE = $pbdate
17
18# PBLOG is replaced by the changelog if value is yes
19filter PBLOG = yes
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
26
27# PBPKG is replaced by the package name ($pbpkg in code)
28filter PBPKG = $pbpkg
29
30# PBPROJ is replaced by the project name ($pbproj in code)
31filter PBPROJ = $pbproj
Note: See TracBrowser for help on using the repository browser.