source: ProjectBuilder/pbconf/devel/rpmbootstrap/pbfilter/rpm.yml@ 2269

Last change on this file since 2269 was 2269, checked in by Bruno Cornec, 7 years ago

Add new conf files for pb (automatically generated and then updated manually)

File size: 514 bytes
Line 
1---
2#
3# $Id$
4#
5# Filter for rpm build
6#
7filter:
8#
9# PBSUF is replaced by the package name ($pb->{'suf'} in code)
10#
11 PBSUF: $pb->{'suf'}
12#
13# PBGRP is replaced by the RPM group of apps
14#
15 PBGRP: System/Configuration/Packaging
16#
17# PBDEP is replaced by the list of dependencies
18#
19 PBDEP: !!str ""
20#
21# PBBUILDDEP is replaced by the list of build dependencies
22#
23 PBBUILDDEP: BuildRequires: rpm-build
24#
25# Special for pb : MakeMaker has various variable for the dest dir
26#
27 PBKEYWORD: destdir
28 PBFINALDIR: !!str ""
Note: See TracBrowser for help on using the repository browser.