mirror of
https://abf.rosa.ru/djam/python38.git
synced 2025-02-23 23:32:49 +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
|
||||||
|
@ -503,6 +504,7 @@ export TMP="/tmp" TMPDIR="/tmp"
|
||||||
%{_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
|
||||||
# requires by systemtap
|
# requires by systemtap
|
||||||
|
@ -521,10 +523,12 @@ 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
|
||||||
%{_includedir}/python*
|
%{_includedir}/python*
|
||||||
|
@ -549,9 +553,11 @@ 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}
|
||||||
%{_datadir}/applications/rosa-tkinter%{sub_ver}.desktop
|
%{_datadir}/applications/rosa-tkinter%{sub_ver}.desktop
|
||||||
|
|
Loading…
Add table
Reference in a new issue