source: ProjectBuilder/devel/pbconf/project-builder/pbfilter/rpm.pbf@ 79

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

Use more nv variables to deal with filters easily even outside ou pb

File size: 792 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# PBGRP is replaced by the RPM group of apps
10filter PBGRP = Applications/Archiving
11
12# PBDEP is replaced by the list of dependencies
13filter PBDEP =
14
15# PBVER is replaced by the version ($pbver in code)
16filter PBVER = $ENV{'PBVER'}
17
18# PBDATE is replaced by the date ($pbdate in code)
19filter PBDATE = $ENV{'PBDATE'}
20
21# PBLOG is replaced by the changelog if value is yes
22filter PBLOG = yes
23
24# PBTAG is replaced by the tag ($pbtag in code)
25filter PBTAG = $ENV{'PBTAG'}
26
27# PBREV is replaced by the revision ($pbrev in code)
28filter PBREV = $ENV{'PBREV'}
29
30# PBPKG is replaced by the package name ($pbpkg in code)
31filter PBPKG = $ENV{'PBPKG'}
Note: See TracBrowser for help on using the repository browser.