9d6ec64daf
- Packages can now be built with Docker containers and project-builder.org for Mageia 5, Fedora 25, OpenSUSE 42.2 & CentOS 7 - Fix a bug in conf file path management in setup.py - A script pbconf/mkctn is also availble to ease package building - Status is documented in pbconf/README.rst - Update install script to have a variable for doc installation path which is different between Mageia/Fedora and OpenSUSE Change-Id: Id34e885c5cba7b650adf1638147ffb089ad3c7c3
34 lines
1.1 KiB
Plaintext
34 lines
1.1 KiB
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 = python-sphinx >= 1.2.3
|
|
filter PB2PYTHON3BDEP = python3-sphinx >= 1.2.3
|
|
# Needed as pb doesn't interpret spec macros
|
|
filter PBPYTHON3BDEP =
|
|
filter PBPYTHON3DEP =
|
|
filter PBPYTHONDOCBDEP = python2-sphinx-theme-alabaster,python-snowballstemmer,texlive-multirow,texlive-upquote,texlive-wrapfig,texlive-threeparttable,texlive-titlesec,texlive-framed,,texlive-latex-bin,texlive-hyphen-base,texlive-cm,texlive-cmap,texlive-ec,texlive-fancyhdr,texlive-fancybox,texlive-mdwtools,texlive-parskip
|
|
filter PBWITHPY3 = 0
|