source: ProjectBuilder/projects/dploy/pbconf/devel/pbfilter/rpm.pbf@ 422

Last change on this file since 422 was 422, checked in by Bruno Cornec, 16 years ago
  • Modifications for LinuxCOE to support pb 0.9.2
  • improvements in dploy packages
File size: 486 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/Archiving
10
11# PBDEP is replaced by the list of dependencies
12filter PBDEP =
13
14# PBSUF is replaced by the package name ($pbpkg in code)
15filter PBSUF = $pbsuf
16
17# PBOBS is replaced by the Obsolete line
18filter PBOBS =
19
20# Special for pb : MakeMaker has various variable for the dest dir
21filter PBKEYWORD = destdir
22filter PBFINALDIR =
Note: See TracBrowser for help on using the repository browser.