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

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

Fix python-formats build with the 2 python versions when needed

File size: 807 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: !str ""
16#
17# PBBDEP is replaced by the list of build dependencies
18 PBBDEP: python-setuptools,python3,python3-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.