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

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

Fix Group

File size: 845 bytes
RevLine 
[32]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
[157]10filter PBGRP = System/Configuration/Packaging
[32]11
12# PBDEP is replaced by the list of dependencies
13filter PBDEP =
14
15# PBVER is replaced by the version ($pbver in code)
[81]16filter PBVER = $pbver
[32]17
18# PBDATE is replaced by the date ($pbdate in code)
[81]19filter PBDATE = $pbdate
[32]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)
[81]25filter PBTAG = $pbtag
[32]26
27# PBREV is replaced by the revision ($pbrev in code)
[81]28filter PBREV = $pbrev
[32]29
30# PBPKG is replaced by the package name ($pbpkg in code)
[81]31filter PBPKG = $pbpkg
[99]32
33# PBSUF is replaced by the package name ($pbpkg in code)
34filter PBSUF = $pbsuf
Note: See TracBrowser for help on using the repository browser.