source: ProjectBuilder/projects/schroot/pbconf/devel/pbfilter/rpm.pbf@ 660

Last change on this file since 660 was 660, checked in by Bruno Cornec, 15 years ago

Project schroot creation

File size: 414 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# 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
Note: See TracBrowser for help on using the repository browser.