source: ProjectBuilder/projects/fossology/pbconf/trunk/pbfilter/fedora.pbf@ 602

Last change on this file since 602 was 602, checked in by Bruno Cornec, 16 years ago

First pass on INSTALL instructions of fossology to fill conf files for pb. Doesn't work. Done as a backup

File size: 668 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# Cf: http://fedoraproject.org/wiki/RPMGroups
[599]9filter PBGRP = Applications/Engineering
[598]10
11# PBLIC is replaced by the license of the application
12# Cf: http://fedoraproject.org/wiki/Licensing
[599]13filter PBLIC = GPLv2
[598]14
15# PBDEP is replaced by the list of dependencies
[602]16filter PBDEP = libextractor libextractor-plugins cabextract genisoimage upx sleuthkit
[598]17
[602]18# PBBUILDDEP is replaced by the list of build dependencies
19filter PBBUILDDEP = libextractor-devel
20
[598]21# PBSUF is replaced by the package suffix ($pbsuf'} in code)
22filter PBSUF = %{dist}
23
24# PBOBS is replaced by the Obsolete line
25#filter PBOBS =
26
Note: See TracBrowser for help on using the repository browser.