Go to file
Miro Hrončok d38048d54d Define %python_sitelib, %python_sitearch, %python_version, %python_version_nodots
In rpm 4.15 those are no longer defined.

The meaning of "python" is derived from %__python - and that errors by default
unless user defined.

Example usage:

    %global __python /usr/bin/pypy3

    ...

    %files
    %{python_sitelib}/foo/
2019-06-10 15:40:53 +02:00
.gitignore Initial setup of the repo 2016-01-12 23:33:17 +00:00
macros.pybytecompile Workaround leaking buildroot PATH in %py_byte_compile (#1647212) 2018-12-14 10:20:40 +01:00
macros.python Define %python_sitelib, %python_sitearch, %python_version, %python_version_nodots 2019-06-10 15:40:53 +02:00
macros.python2 Move "sleep 1" workaround from py3_build to py2_build 2018-11-01 11:06:22 +01:00
macros.python3 Move "sleep 1" workaround from py3_build to py2_build 2018-11-01 11:06:22 +01:00
macros.python-srpm Move the __python2/3 macros to the python-srpm-macros subpackage 2018-09-20 13:36:47 +02:00
python-rpm-macros.spec Define %python_sitelib, %python_sitearch, %python_version, %python_version_nodots 2019-06-10 15:40:53 +02:00
sources Initial setup of the repo 2016-01-12 23:33:17 +00:00