source: ProjectBuilder/devel/pbconf/pbfilter/all.pbf@ 283

Last change on this file since 283 was 283, checked in by Bruno Cornec, 16 years ago
  • Fix pbdistrocheck usage
  • Fix build process for older distro + add new test scripts for delivery
  • Attempt to solve the problem of the delivery variable for MakeMaker which is different depending on version (PREFIX or destdir)

(merge -r276:282 svn+ssh://bruno@svn.mondorescue.org/mondo/svn/pb/0.8.11)

File size: 710 bytes
Line 
1#
2# $Id$
3#
4# Filter for all files
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
26
27# PBPACKAGER is replaced by the packager name ($pbpackager in code)
28filter PBPACKAGER = $pbpackager
29
Note: See TracBrowser for help on using the repository browser.