source: ProjectBuilder/pbconf/devel/project-builder-server/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: 495 bytes
Line 
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,perl-Mojolicious,perl-Mojolicious-Plugin-OpenAPI,perl-YAML-LibYAML
14 PBBUILDDEP: !!str ""
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.