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

Last change on this file since 391 was 391, checked in by Bruno Cornec, 16 years ago
  • pb: pod content for Distribution.pm and man page delivery
  • dploy: improved pb setup in progress
File size: 484 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 =
23
Note: See TracBrowser for help on using the repository browser.