source: ProjectBuilder/projects/casparbuster/pbconf/devel/pbfilter/rpm.pbf@ 1467

Last change on this file since 1467 was 1467, checked in by Bruno Cornec, 12 years ago
File size: 434 bytes
RevLine 
[1467]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# PBSUF is replaced by the package suffix ($pb->{'suf'} in code)
17filter PBSUF = $pb->{'suf'}
18
19# PBOBS is replaced by the Obsolete line
20#filter PBOBS =
21
22filter PBFINALDIR =
Note: See TracBrowser for help on using the repository browser.