From bfe00a7d4b61b400529ef0c225af8ef3644a19de Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 07:06:44 +0100 Subject: [PATCH] rebuilt with python3 == 3.11 [release 1.2.2-2mamba;Fri Oct 06 2023] --- meson.spec | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/meson.spec b/meson.spec index 2d577c7..98ef180 100644 --- a/meson.spec +++ b/meson.spec @@ -1,6 +1,6 @@ Name: meson Version: 1.2.2 -Release: 1mamba +Release: 2mamba Summary: The Meson Build System Group: Development/Tools Vendor: openmamba @@ -13,9 +13,10 @@ Patch0: meson-0.48.1-rpm-macros.patch Patch1: meson-0.58.0-fix-gtk-doc.patch License: Apache License 2.0 ## AUTOBUILDREQ-BEGIN -BuildRequires: libpython310-devel -BuildRequires: python3.10dist(setuptools) +BuildRequires: libpython311-devel +BuildRequires: python3.11dist(setuptools) ## AUTOBUILDREQ-END +BuildRequires: python3 >= 3.11 #BuildRequires: python-pathlib-py3 #Requires: python-pathlib-py3 Requires: ninja @@ -29,15 +30,15 @@ The Meson Build System. #%patch1 -p1 %build -CFLAGS="%{optflags}" %{__python310} setup.py build +CFLAGS="%{optflags}" %{__python3} setup.py build %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" -%{__python310} setup.py install \ +%{__python3} setup.py install \ -O1 --skip-build \ --root="%{buildroot}" \ - --install-headers=%{python310_inc} \ - --install-lib=%{python310_sitearch} \ + --install-headers=%{python3_inc} \ + --install-lib=%{python3_sitearch} \ --record=%{name}.filelist sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist @@ -52,11 +53,14 @@ install -D -m0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/rpm/macros.meson %files %{?pyappend} -f %{name}.filelist %defattr(-,root,root) %{_sysconfdir}/rpm/macros.meson -%dir %{python310_sitearch}/meson-%{version}-py*.egg-info -%{python310_sitearch}/meson-%{version}-py*.egg-info/* +%dir %{python3_sitearch}/meson-%{version}-py*.egg-info +%{python3_sitearch}/meson-%{version}-py*.egg-info/* %doc COPYING %changelog +* Fri Oct 06 2023 Silvan Calarco 1.2.2-2mamba +- rebuilt with python3 == 3.11 + * Fri Sep 29 2023 Automatic Build System 1.2.2-1mamba - automatic version update by autodist