mirror of
https://abf.rosa.ru/djam/python-cython.git
synced 2025-02-24 06:12:47 +00:00
bot: rpm5 -> rpm4 (10) [rosa2019.05]
(10) rosa2019.05: %py_ -> %py2_, %{py_ -> %{py2_ (9): Adopt spec for enabled byte compiling in Python These automatic changes are done by scripts *rpm5-to-rpm4.sh at https://gitlab.com/abf-mirror/abf-mirror-scripts The goal is to adopt specs for RPM 4 to which ROSA 2019.1 has migrated from RPM 5, but keep compatibility with RPM 5. Details about migration are here: https://wiki.rosalab.ru/ru/index.php/Переход_ROSA_с_RPM_5_на_RPM_4 Contact m.novosyolov@rosalinux.ru in case of problems
This commit is contained in:
parent
72dfc62d81
commit
70ae16229e
1 changed files with 3 additions and 3 deletions
|
@ -84,9 +84,9 @@ popd
|
|||
%{_bindir}/cython
|
||||
%{_bindir}/cygdb
|
||||
%{_bindir}/cythonize
|
||||
%{py_platsitedir}/Cython*
|
||||
%{py_platsitedir}/cython*
|
||||
%{py_platsitedir}/pyximport*
|
||||
%{py2_platsitedir}/Cython*
|
||||
%{py2_platsitedir}/cython*
|
||||
%{py2_platsitedir}/pyximport*
|
||||
|
||||
%if %{with python3}
|
||||
%files -n python3-cython
|
||||
|
|
Loading…
Add table
Reference in a new issue