update to 3.10.13
remove python3.pc and python3-embed.pc in favour of python3 (3.11) package [release 3.10.13-1mamba;Sat Sep 23 2023]
This commit is contained in:
parent
c8ba4b0c7a
commit
4dfe06c76e
@ -3,7 +3,7 @@
|
||||
%define libname libpython310
|
||||
%define __libdir %{_libdir}
|
||||
Name: python310
|
||||
Version: 3.10.12
|
||||
Version: 3.10.13
|
||||
Release: 1mamba
|
||||
Summary: An interpreted, interactive, object-oriented programming language
|
||||
Group: Applications/Development
|
||||
@ -36,6 +36,7 @@ BuildRequires: libtcl-devel
|
||||
BuildRequires: libtirpc-devel
|
||||
BuildRequires: libtk-devel
|
||||
BuildRequires: libuuid-devel
|
||||
BuildRequires: libxcrypt-devel
|
||||
BuildRequires: libz-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: glibc-devel >= 2.3.5
|
||||
@ -185,9 +186,9 @@ rm -f %{buildroot}%{_bindir}/pydoc3
|
||||
rm -f %{buildroot}%{_bindir}/easy_install-3*
|
||||
rm -f %{buildroot}%{_bindir}/python3-config*
|
||||
rm -f %{buildroot}%{_libdir}/libpython3.so
|
||||
#rm -f %{buildroot}%{_libdir}/pkgconfig/python3.pc
|
||||
rm -f %{buildroot}%{_libdir}/pkgconfig/python3.pc
|
||||
rm -f %{buildroot}%{_mandir}/man1/python3.1*
|
||||
#rm -f %{buildroot}%{_libdir}/pkgconfig/python3-embed.pc
|
||||
rm -f %{buildroot}%{_libdir}/pkgconfig/python3-embed.pc
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
@ -267,9 +268,9 @@ find %{__libdir}/python%{majversion}/site-packages -name *.egg-info -type d -emp
|
||||
%dir %{_includedir}/python%{majversion}/internal
|
||||
%{_includedir}/python%{majversion}/internal/*.h
|
||||
%{_libdir}/pkgconfig/python-%{majversion}.pc
|
||||
%{_libdir}/pkgconfig/python3.pc
|
||||
#%{_libdir}/pkgconfig/python3.pc
|
||||
%{_libdir}/pkgconfig/python-%{majversion}-embed.pc
|
||||
%{_libdir}/pkgconfig/python3-embed.pc
|
||||
#%{_libdir}/pkgconfig/python3-embed.pc
|
||||
%{_prefix}/lib/rpm/pythondeps*.sh
|
||||
|
||||
%if "%{?bootstrap}" != "1"
|
||||
@ -286,6 +287,10 @@ find %{__libdir}/python%{majversion}/site-packages -name *.egg-info -type d -emp
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Sat Sep 23 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 3.10.13-1mamba
|
||||
- update to 3.10.13
|
||||
- remove python3.pc and python3-embed.pc in favour of python3 (3.11) package
|
||||
|
||||
* Sun Jul 30 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 3.10.12-1mamba
|
||||
- update to 3.10.12
|
||||
- obsolete python 3.9 packages
|
||||
|
Loading…
Reference in New Issue
Block a user