source: ProjectBuilder/pbconf/devel/ProjectBuilder/pbfilter/rpm.yml@ 2299

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

Fix more YAML deps missing

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