source: ProjectBuilder/projects/itop/pbconf/devel/pbfilter/rpm.pbf@ 1373

Last change on this file since 1373 was 1373, checked in by Bruno Cornec, 12 years ago
  • A first approach to itop configuration
File size: 416 bytes
Line 
1#
2# $Id$
3#
4# Filter for rpm build
5#
6
7# PBGRP is replaced by the RPM group of apps
8filter PBGRP = Applications/Monitoring
9
10# PBLIC is replaced by the license of the application
11filter PBLIC = GPL-v3
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.