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

Last change on this file since 610 was 610, checked in by Bruno Cornec, 15 years ago
  • Use of a new macro PBPHPINI for PHP configuration in post-install of fossology
  • libmagic-devel is a mandriva dependency only. fedora needs file-devel, rhel file.
  • use LIBDIR in make install to deal with 64 bits support.
  • Remains only the /etc/default part to handle
File size: 699 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 = libextractor libextractor-plugins cabextract genisoimage upx sleuthkit file-libs
17
18# PBBUILDDEP is replaced by the list of build dependencies
19filter PBBUILDDEP = libextractor-devel file-libs file-devel
20
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.