source: ProjectBuilder/projects/python-formats/pbconf/pbfilter/fedora.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: 634 bytes
Line 
1---
2#
3# $Id$
4#
5# Filter for rpm build
6#
7# PBGRP is replaced by the RPM group of apps
8# Cf: http://fedoraproject.org/wiki/RPMGroups
9 filter:
10# PBGRP: Applications/Archiving
11#
12 PBPY2: 1
13 PBPY3: 1
14#
15# PBLIC is replaced by the license of the application
16# Cf: http://fedoraproject.org/wiki/Licensing
17# PBLIC: GPLv2+
18#
19# PBDEP is replaced by the list of dependencies
20# PBDEP:
21#
22# PBBDEP is replaced by the list of build dependencies
23 PBBDEP: python-setuptools,python3-setuptools
24#
25# PBSUF is replaced by the package suffix ($pb->{'suf'} in code)
26 PBSUF: %{dist}
27#
28# PBOBS is replaced by the Obsolete line
29# PBOBS:
Note: See TracBrowser for help on using the repository browser.