source: ProjectBuilder/pbconf/devel/pbmkbm/pbfilter/rpm.yml@ 2487

Last change on this file since 2487 was 2487, checked in by Bruno Cornec, 4 years ago

Remove all olf pbf files and remove the rpm-build dependency as it is either in pb already or needed to build rpm packages

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