update to 3.7.8 [release 3.7.8-1mamba;Sun Jul 05 2020]
This commit is contained in:
parent
847e435a2e
commit
14d612d123
32
python3.spec
32
python3.spec
@ -3,8 +3,8 @@
|
|||||||
%define libname libpython3
|
%define libname libpython3
|
||||||
%define __libdir %{_libdir}
|
%define __libdir %{_libdir}
|
||||||
Name: python3
|
Name: python3
|
||||||
Version: 3.7.4
|
Version: 3.7.8
|
||||||
Release: 5mamba
|
Release: 1mamba
|
||||||
Summary: An interpreted, interactive, object-oriented programming language
|
Summary: An interpreted, interactive, object-oriented programming language
|
||||||
Group: Applications/Development
|
Group: Applications/Development
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -19,27 +19,36 @@ Patch1: python-2.4.2-cgi.patch
|
|||||||
Patch2: python-2.7.3-use_system_Sphinx.patch
|
Patch2: python-2.7.3-use_system_Sphinx.patch
|
||||||
Patch3: python3-3.7.4-lib64.patch
|
Patch3: python3-3.7.4-lib64.patch
|
||||||
License: GPL
|
License: GPL
|
||||||
BuildRequires: glibc-devel >= 2.3.5
|
|
||||||
BuildRequires: libbluez-devel >= 2.21
|
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: ldconfig
|
||||||
|
BuildRequires: libX11-devel
|
||||||
BuildRequires: libbzip2-devel
|
BuildRequires: libbzip2-devel
|
||||||
BuildRequires: libdb53-devel
|
BuildRequires: libdb53-devel
|
||||||
|
BuildRequires: libexpat-devel
|
||||||
|
BuildRequires: libffi-devel
|
||||||
BuildRequires: libgdbm-devel
|
BuildRequires: libgdbm-devel
|
||||||
BuildRequires: libncurses-devel >= 5.4
|
BuildRequires: liblzma-devel
|
||||||
|
BuildRequires: libncurses-devel
|
||||||
|
BuildRequires: libnsl-devel
|
||||||
BuildRequires: libopenssl-devel
|
BuildRequires: libopenssl-devel
|
||||||
BuildRequires: libreadline-devel
|
BuildRequires: libreadline-devel
|
||||||
BuildRequires: libsqlite-devel
|
BuildRequires: libsqlite-devel
|
||||||
BuildRequires: libtcl-devel
|
BuildRequires: libtcl-devel
|
||||||
|
BuildRequires: libtirpc-devel
|
||||||
BuildRequires: libtk-devel
|
BuildRequires: libtk-devel
|
||||||
BuildRequires: libX11-devel
|
BuildRequires: libuuid-devel
|
||||||
BuildRequires: libz-devel
|
BuildRequires: libz-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: glibc-devel >= 2.3.5
|
||||||
|
BuildRequires: libbluez-devel >= 2.21
|
||||||
%if "%{?bootstrap}" != "1"
|
%if "%{?bootstrap}" != "1"
|
||||||
BuildRequires: latex2html >= 2002
|
BuildRequires: latex2html >= 2002
|
||||||
BuildRequires: tetex >= 3.0
|
BuildRequires: tetex >= 3.0
|
||||||
BuildRequires: libtk >= 8.4.11
|
BuildRequires: libtk >= 8.4.11
|
||||||
%endif
|
%endif
|
||||||
|
BuildRequires: python-pip-py3
|
||||||
|
BuildRequires: python-setuptools-py3
|
||||||
Requires: %{libname} = %{version}-%{release}
|
Requires: %{libname} = %{version}-%{release}
|
||||||
Provides: python-abi = %{majversion}
|
Provides: python-abi = %{majversion}
|
||||||
Provides: python(abi) = %{majversion}
|
Provides: python(abi) = %{majversion}
|
||||||
@ -111,6 +120,8 @@ The Python implementation is portable: it runs on many brands of UNIX, on Window
|
|||||||
|
|
||||||
This package contains the tk library for Python.
|
This package contains the tk library for Python.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n Python-%{version}
|
%setup -q -n Python-%{version}
|
||||||
#-D -T
|
#-D -T
|
||||||
@ -128,9 +139,11 @@ This package contains the tk library for Python.
|
|||||||
--libdir=%{__libdir} \
|
--libdir=%{__libdir} \
|
||||||
--enable-ipv6 \
|
--enable-ipv6 \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
--with-wide-unicode \
|
|
||||||
--with-system-ffi \
|
--with-system-ffi \
|
||||||
--with-system-expat
|
--with-system-expat \
|
||||||
|
%ifnarch arm
|
||||||
|
--enable-optimizations
|
||||||
|
%endif
|
||||||
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
@ -255,6 +268,9 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Jul 05 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 3.7.8-1mamba
|
||||||
|
- update to 3.7.8
|
||||||
|
|
||||||
* Wed Aug 28 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 3.7.4-5mamba
|
* Wed Aug 28 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 3.7.4-5mamba
|
||||||
- x86_64: fixed patch to support both lib64 and lib sitelib dir
|
- x86_64: fixed patch to support both lib64 and lib sitelib dir
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user