python-rpm-macros/macros.python-srpm

10 lines
338 B
Plaintext
Raw Normal View History

2016-01-12 23:52:28 +00:00
# python3_pkgversion specifies the version of Python 3 in the distro. It can be
# a specific version (e.g. 34 in Fedora EPEL7)
2016-01-14 21:32:55 +00:00
%python3_pkgversion 34
#python3_other_pkgversion 35
2016-01-14 22:32:18 +00:00
# Set to /bin/true when not active to avoid %ifdefs and %{? in specfiles
2016-01-14 21:32:55 +00:00
%__python3_other /bin/true
%py3_other_build /bin/true
%py3_other_install /bin/true