
- Adds a macro to build for python3 (not activated for CentOS 7) - Fix dependency list for CentoS7 - Limit VM list to reasonable distros - This is again a test version. - Build Test remains to be done for Fedora and Mageia - Fix #45 with operational CentOS 7 build Change-Id: I90fc6030a11932b7ef259100eb72aa629a19d1a6
30 lines
662 B
Plaintext
30 lines
662 B
Plaintext
#
|
|
# $Id$
|
|
#
|
|
# Filter for rpm build
|
|
#
|
|
|
|
# PBGRP is replaced by the RPM group of apps
|
|
# Cf: http://fedoraproject.org/wiki/RPMGroups
|
|
#filter PBGRP = Applications/Archiving
|
|
|
|
# PBLIC is replaced by the license of the application
|
|
# Cf: http://fedoraproject.org/wiki/Licensing
|
|
#filter PBLIC = GPLv2+
|
|
|
|
# PBDEP is replaced by the list of dependencies
|
|
#filter PBDEP =
|
|
|
|
# PBBDEP is replaced by the list of build dependencies
|
|
#filter PBBDEP =
|
|
|
|
# PBSUF is replaced by the package suffix ($pb->{'suf'} in code)
|
|
filter PBSUF = %{dist}
|
|
|
|
# PBOBS is replaced by the Obsolete line
|
|
#filter PBOBS =
|
|
|
|
filter PB2PYTHON2BDEP = texlive-framed
|
|
filter PB2PYTHON3BDEP =
|
|
filter PBWITHPY3 = 0
|