source: ProjectBuilder/projects/fossology/pbconf/trunk/pbfilter/rpm.pbf@ 724

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

Fix PBPHPINI filter

File size: 524 bytes
RevLine 
[598]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
[599]11filter PBLIC = GPL
[598]12
13# PBDEP is replaced by the list of dependencies
[602]14filter PBDEP =
[598]15
[602]16# PBBUILDDEP is replaced by the list of build dependencies
[610]17filter PBBUILDDEP =
[602]18
[598]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
[724]25filter PBPHPINI = /etc/php.ini
Note: See TracBrowser for help on using the repository browser.