mirror of
https://abf.rosa.ru/djam/python-cython.git
synced 2025-02-23 13:52:47 +00:00
Fix files
This commit is contained in:
parent
ac3fe11dfb
commit
529fa8b0f5
1 changed files with 6 additions and 6 deletions
|
@ -83,18 +83,18 @@ popd
|
|||
|
||||
%files
|
||||
%{_sysconfdir}/emacs/site-start.d/*.el*
|
||||
%{_bindir}/cython
|
||||
%{_bindir}/cygdb
|
||||
%{_bindir}/cythonize
|
||||
%{_bindir}/cython2
|
||||
%{_bindir}/cygdb2
|
||||
%{_bindir}/cythonize2
|
||||
%{py_platsitedir}/Cython*
|
||||
%{py_platsitedir}/cython*
|
||||
%{py_platsitedir}/pyximport*
|
||||
|
||||
%if %{with python3}
|
||||
%files -n python3-cython
|
||||
%{_bindir}/cython3
|
||||
%{_bindir}/cygdb3
|
||||
%{_bindir}/cythonize3
|
||||
%{_bindir}/cython
|
||||
%{_bindir}/cygdb
|
||||
%{_bindir}/cythonize
|
||||
%{py3_platsitedir}/__pycache__/*
|
||||
%{py3_platsitedir}/Cython*
|
||||
%{py3_platsitedir}/cython*
|
||||
|
|
Loading…
Add table
Reference in a new issue