update to 3.11.11 [release 3.11.11-1mamba;Wed Dec 04 2024]
This commit is contained in:
parent
1b0b673332
commit
642d3214a0
18
python3.spec
18
python3.spec
@ -2,8 +2,8 @@
|
||||
%define libname libpython3
|
||||
%define __libdir %{_libdir}
|
||||
Name: python3
|
||||
Version: 3.11.5
|
||||
Release: 4mamba
|
||||
Version: 3.11.11
|
||||
Release: 1mamba
|
||||
Summary: An interpreted, interactive, object-oriented programming language
|
||||
Group: Applications/Development
|
||||
Vendor: openmamba
|
||||
@ -22,6 +22,7 @@ BuildRequires: libbzip2-devel
|
||||
BuildRequires: libexpat-devel
|
||||
BuildRequires: libffi-devel
|
||||
BuildRequires: libgdbm-devel
|
||||
BuildRequires: libgdbm_compat
|
||||
BuildRequires: liblzma-devel
|
||||
BuildRequires: libncurses-devel
|
||||
BuildRequires: libnsl-devel
|
||||
@ -212,9 +213,6 @@ if [ $1 -ge 1 ]; then
|
||||
fi
|
||||
:
|
||||
|
||||
%post -n %{libname} -p /sbin/ldconfig
|
||||
%postun -n %{libname} -p /sbin/ldconfig
|
||||
|
||||
%transfiletriggerpostun -P 2000000 -- %{__libdir}/python%{majversion}/site-packages
|
||||
find %{__libdir}/python%{majversion}/site-packages -name *.egg-info -type d -empty -exec rmdir {} \;
|
||||
:
|
||||
@ -232,9 +230,6 @@ find %{__libdir}/python%{majversion}/site-packages -name *.egg-info -type d -emp
|
||||
%{_bindir}/idle%{majversion}
|
||||
%{_bindir}/pydoc3
|
||||
%{_bindir}/pydoc%{majversion}
|
||||
#%{_bindir}/pyvenv
|
||||
#%{_bindir}/pyvenv-%{majversion}
|
||||
#%{_bindir}/python%{majversion}m
|
||||
%{_bindir}/python%{majversion}
|
||||
%{_mandir}/man1/python3*.1*
|
||||
|
||||
@ -242,10 +237,6 @@ find %{__libdir}/python%{majversion}/site-packages -name *.egg-info -type d -emp
|
||||
%defattr(-,root,root)
|
||||
%dir %{__libdir}/python%{majversion}
|
||||
%{__libdir}/python%{majversion}/*
|
||||
#%ifarch x86_64 aarch64
|
||||
#%dir %{_prefix}/lib/python%{majversion}
|
||||
#%{_prefix}/lib/python%{majversion}/*
|
||||
#%endif
|
||||
%{_libdir}/libpython3.so
|
||||
%{_libdir}/libpython%{majversion}.so
|
||||
%{_libdir}/libpython%{majversion}.so.*
|
||||
@ -285,6 +276,9 @@ find %{__libdir}/python%{majversion}/site-packages -name *.egg-info -type d -emp
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Dec 04 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 3.11.11-1mamba
|
||||
- update to 3.11.11
|
||||
|
||||
* Sat Sep 30 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 3.11.5-4mamba
|
||||
- macros.pyver: make with_pyver default to 3
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user