source: ProjectBuilder/projects/fossology/pbconf/trunk/pbfilter/centos.pbf@ 688

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

Fossology packages are now built correctly for centos 4 and 5. Remains to test them (install deps flawaed atm)

File size: 707 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/Engineering
10
11# PBLIC is replaced by the license of the application
12# Cf: http://fedoraproject.org/wiki/Licensing
13filter PBLIC = GPLv2
14
15# PBDEP is replaced by the list of dependencies
16filter PBDEP = file
17
18# PBBUILDDEP is replaced by the list of build dependencies
19filter PBBUILDDEP = perl-Text-Template subversion file libextractor-devel
20# libextractor and perl-Text-Template available as rpmforge packages
21
22# PBSUF is replaced by the package suffix ($pbsuf'} in code)
23#filter PBSUF = %{dist}
24
25# PBOBS is replaced by the Obsolete line
26#filter PBOBS =
27
Note: See TracBrowser for help on using the repository browser.