source: ProjectBuilder/pbconf/devel/project-builder/pbfilter/rpm.yml@ 2272

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

THese 2 components require perl-Test for rpm build

File size: 525 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# PBBUILDDEP is replaced by the list of build dependencies
14#
15 PBBUILDDEP: BuildRequires: rpm-build,perl-Test
16#
17# Special for pb : MakeMaker has various variable for the dest dir
18#
19 PBKEYWORD: destdir
20 PBFINALDIR: !!str ""
21#
22# PBDEP is replaced by the list of dependencies
23#
24 PBDEP: rpm-build
25#
26# PBGRP is replaced by the RPM group of apps
27#
28 PBGRP: System/Configuration/Packaging
Note: See TracBrowser for help on using the repository browser.