The unversioned Python RPM macros
This is needed so people can do things like:
%if %{with python3}
%global __python %__python3
%else
%global __python %__python2
%else
And than just use %__python, %py_build, %py_install,
%python_sitelib, ...
|
||
|---|---|---|
| .gitignore | ||
| macros.pybytecompile | ||
| macros.python | ||
| macros.python2 | ||
| macros.python3 | ||
| macros.python-srpm | ||
| python-rpm-macros.spec | ||
| sources | ||