source: ProjectBuilder/projects/ossi/pbconf/pbfilter/rpm.pbf@ 1868

Last change on this file since 1868 was 1868, checked in by Bruno Cornec, 10 years ago

Project ossi creation

File size: 754 bytes
Line 
1#
2# $Id$
3#
4# Filter for rpm build
5#
6
7# PBGRP is replaced by the RPM group of apps
8#filter PBGRP = Applications/Archiving
9
10# PBLIC is replaced by the license of the application
11#filter PBLIC = GPL
12
13# PBDEP is replaced by the list of dependencies
14#filter PBDEP =
15
16# PBBDEP is replaced by the list of build dependencies
17#filter PBBDEP =
18
19# PBSUF is replaced by the package suffix ($pb->{'suf'} in code)
20filter PBSUF = $pb->{'suf'}
21
22# PBOBS is replaced by the Obsolete line
23#filter PBOBS =
24
25# transform a variable from the key on the right to the key on the left using the perl expression
26# after the input key name. Useful for taking multi-line documentation and removing trailing spaces
27# or leading spaces.
28#transform PBDESC = PBDESC_raw s/\s+\n/\n/go;
29
Note: See TracBrowser for help on using the repository browser.