source: ProjectBuilder/projects/python-formats/pbconf/pbfilter/rpm.yml@ 2407

Last change on this file since 2407 was 2407, checked in by Bruno Cornec, 5 years ago

Adds project python-formats to build farm

File size: 772 bytes
Line 
1---
2#
3# $Id$
4#
5# Filter for rpm build
6 filter:
7#
8# PBGRP is replaced by the RPM group of apps
9# PBGRP: Applications/Archiving
10#
11# PBLIC is replaced by the license of the application
12# PBLIC: GPL
13#
14# PBDEP is replaced by the list of dependencies
15 PBDEP:
16#
17# PBBDEP is replaced by the list of build dependencies
18 PBBDEP: python-setuptools
19#
20# PBSUF is replaced by the package suffix ($pb->{'suf'} in code)
21 PBSUF: $pb->{'suf'}
22#
23# PBOBS is replaced by the Obsolete line
24# PBOBS:
25#
26# transform a variable from the key on the right to the key on the left using the perl expression
27# after the input key name. Useful for taking multi-line documentation and removing trailing spaces
28# or leading spaces.
29# transform:
30# PBDESC: PBDESC_raw s/\s+\n/\n/go;
Note: See TracBrowser for help on using the repository browser.