mirror of
https://abf.rosa.ru/djam/python3.11.git
synced 2025-02-23 10:12:51 +00:00
pathfix rename pathfix3.11
This commit is contained in:
parent
2bf071ff26
commit
3e821acbf5
1 changed files with 2 additions and 2 deletions
|
@ -329,7 +329,7 @@ install -D -m644 %{SOURCE4} %{buildroot}%{_rpmconfigdir}/redhat/import_all_modul
|
|||
|
||||
# Install pathfix.py to bindir
|
||||
# See https://github.com/fedora-python/python-rpm-porting/issues/24
|
||||
cp -p Tools/scripts/pathfix.py %{buildroot}%{_bindir}/
|
||||
cp -p Tools/scripts/pathfix.py %{buildroot}%{_bindir}/pathfix3.11.py
|
||||
|
||||
|
||||
install -m0755 %{SOURCE5} %{buildroot}%{_bindir}/python3.11-shebang-sanity
|
||||
|
@ -418,7 +418,7 @@ export TMP="/tmp" TMPDIR="/tmp"
|
|||
%{_libdir}/python%{dirver}/asyncio
|
||||
%{_libdir}/python%{dirver}/ensurepip
|
||||
%{_libdir}/python%{dirver}/zoneinfo
|
||||
%{_bindir}/pathfix.py
|
||||
%{_bindir}/pathfix3.11.py
|
||||
%{_bindir}/pydoc3*
|
||||
%{_bindir}/python%{dirver}-shebang*
|
||||
%{_bindir}/2to3-%{dirver}
|
||||
|
|
Loading…
Add table
Reference in a new issue