mirror of
https://abf.rosa.ru/djam/python38.git
synced 2025-02-23 15:22:50 +00:00
again does not understand rpm5
This commit is contained in:
parent
2178fb4049
commit
700c0464a1
1 changed files with 6 additions and 0 deletions
|
@ -492,6 +492,7 @@ export TMP="/tmp" TMPDIR="/tmp"
|
||||||
%{_bindir}/pathfix.py
|
%{_bindir}/pathfix.py
|
||||||
%{_bindir}/pydoc3*
|
%{_bindir}/pydoc3*
|
||||||
%{_bindir}/python3*
|
%{_bindir}/python3*
|
||||||
|
%if %rpm4
|
||||||
%if %{with py38}
|
%if %{with py38}
|
||||||
%exclude %{_bindir}/pydoc
|
%exclude %{_bindir}/pydoc
|
||||||
%exclude %{_bindir}/pydoc3
|
%exclude %{_bindir}/pydoc3
|
||||||
|
@ -502,6 +503,7 @@ export TMP="/tmp" TMPDIR="/tmp"
|
||||||
%{_bindir}/2to3
|
%{_bindir}/2to3
|
||||||
%{_bindir}/pydoc
|
%{_bindir}/pydoc
|
||||||
%{_bindir}/python
|
%{_bindir}/python
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
%{_bindir}/2to3-%{dirver}
|
%{_bindir}/2to3-%{dirver}
|
||||||
# do not exclude it
|
# do not exclude it
|
||||||
|
@ -521,9 +523,11 @@ export TMP="/tmp" TMPDIR="/tmp"
|
||||||
%{_libdir}/libpython*.so.1*
|
%{_libdir}/libpython*.so.1*
|
||||||
|
|
||||||
%files -n %{develname}
|
%files -n %{develname}
|
||||||
|
%if rpm4
|
||||||
%if %{with py38}
|
%if %{with py38}
|
||||||
%exclude %{_libdir}/libpython3.so
|
%exclude %{_libdir}/libpython3.so
|
||||||
%exclude %{_libdir}/pkgconfig/python3.pc
|
%exclude %{_libdir}/pkgconfig/python3.pc
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
%{_libdir}/libpython*.so
|
%{_libdir}/libpython*.so
|
||||||
%{_libdir}/pkgconfig/python*.pc
|
%{_libdir}/pkgconfig/python*.pc
|
||||||
|
@ -549,8 +553,10 @@ export TMP="/tmp" TMPDIR="/tmp"
|
||||||
%{_libdir}/python*/lib-dynload/_tkinter.*.so
|
%{_libdir}/python*/lib-dynload/_tkinter.*.so
|
||||||
|
|
||||||
%files -n tkinter%{sub_ver}-apps
|
%files -n tkinter%{sub_ver}-apps
|
||||||
|
%rpm4
|
||||||
%if %{with py38}
|
%if %{with py38}
|
||||||
%exclude %{_bindir}/idle3
|
%exclude %{_bindir}/idle3
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
%{_bindir}/idle3*
|
%{_bindir}/idle3*
|
||||||
%{_bindir}/pynche%{sub_ver}
|
%{_bindir}/pynche%{sub_ver}
|
||||||
|
|
Loading…
Add table
Reference in a new issue