source: ProjectBuilder/projects/netperf/pbconf/2.4.5/pbfilter/rpm.pbf@ 825

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

r3248@localhost: bruno | 2009-07-12 14:15:04 +0200
Update netperf conf files to be compliant with pb 0.9.7

File size: 505 bytes
Line 
1#
2# $Id$
3#
4# Filter for rpm build
5#
6
7# PBGRP is replaced by the RPM group of apps
8# Cf: http://fedoraproject.org/wiki/RPMGroups
9filter PBGRP = Applications/Networking
10
11# PBLIC is replaced by the license of the application
12# Cf: http://fedoraproject.org/wiki/Licensing
13filter PBLIC = GPL
14
15# PBDEP is replaced by the list of dependencies
16filter PBDEP =
17
18# PBSUF is replaced by the package suffix ($pb->{'suf'} in code)
19filter PBSUF = $pb->{'suf'}
20
21# PBOBS is replaced by the Obsolete line
22#filter PBOBS =
23
Note: See TracBrowser for help on using the repository browser.