mirror of
https://abf.rosa.ru/djam/python3.11.git
synced 2025-02-23 18:22:52 +00:00
fix a bit
This commit is contained in:
parent
135935f5f5
commit
41c737b432
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
%define docver 3.8.1rc1
|
||||
%define docver 3.8.1
|
||||
%define dirver 3.8
|
||||
%define familyver 3
|
||||
|
||||
|
@ -37,7 +37,7 @@ Release: 7
|
|||
License: Modified CNRI Open Source License
|
||||
Group: Development/Python
|
||||
|
||||
Source: https://www.python.org/ftp/python/%{version}/Python-%{version}.tar.xz
|
||||
Source0: https://www.python.org/ftp/python/%{version}/Python-%{version}.tar.xz
|
||||
Source1: https://docs.python.org/3/archives/python-%{docver}-docs-html.tar.bz2
|
||||
Source2: python3.macros
|
||||
Source3: pybytecompile.macros
|
||||
|
@ -253,7 +253,7 @@ rm -f Lib/test/test_importlib/data/example-21.12-py3.6.egg
|
|||
|
||||
# docs
|
||||
mkdir html
|
||||
bzcat %{SOURCE1} | tar x -C html
|
||||
tar xf %{SOURCE1} -C html
|
||||
|
||||
find . -type f -print0 | xargs -0 perl -p -i -e 's@/usr/local/bin/python@/usr/bin/python3@'
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue