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

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

Prepare for the time we will be able to configure PBCONF with pb for dploy (currenlty done in post install)

File size: 634 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 ($pb->{'pkg'} in code)
15filter PBSUF = $pb->{'suf'}
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
24filter PBHTTPDCONFDIR = /etc/httpd/conf.d
25# For the moment we can't use this due to potential file base install.
26#filter PBCONF = /etc
Note: See TracBrowser for help on using the repository browser.