rebuilt with python 3.10 [release 1.2.1-2mamba;Sat Sep 09 2023]
This commit is contained in:
parent
0740782708
commit
36b983d0fa
26
meson.spec
26
meson.spec
@ -1,6 +1,6 @@
|
|||||||
Name: meson
|
Name: meson
|
||||||
Version: 1.2.1
|
Version: 1.2.1
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: The Meson Build System
|
Summary: The Meson Build System
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -13,12 +13,11 @@ Patch0: meson-0.48.1-rpm-macros.patch
|
|||||||
Patch1: meson-0.58.0-fix-gtk-doc.patch
|
Patch1: meson-0.58.0-fix-gtk-doc.patch
|
||||||
License: Apache License 2.0
|
License: Apache License 2.0
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: libpython3-devel
|
BuildRequires: libpython310-devel
|
||||||
BuildRequires: python3.7dist(setuptools)
|
BuildRequires: python3.10dist(setuptools)
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: python-pathlib-py3
|
#BuildRequires: python-pathlib-py3
|
||||||
Requires: python-pathlib-py3
|
#Requires: python-pathlib-py3
|
||||||
Requires: python3
|
|
||||||
Requires: ninja
|
Requires: ninja
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -30,15 +29,15 @@ The Meson Build System.
|
|||||||
#%patch1 -p1
|
#%patch1 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
CFLAGS="%{optflags}" %{__python3} setup.py build
|
CFLAGS="%{optflags}" %{__python310} setup.py build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%{__python3} setup.py install \
|
%{__python310} setup.py install \
|
||||||
-O1 --skip-build \
|
-O1 --skip-build \
|
||||||
--root="%{buildroot}" \
|
--root="%{buildroot}" \
|
||||||
--install-headers=%{python3_inc} \
|
--install-headers=%{python310_inc} \
|
||||||
--install-lib=%{python3_sitearch} \
|
--install-lib=%{python310_sitearch} \
|
||||||
--record=%{name}.filelist
|
--record=%{name}.filelist
|
||||||
|
|
||||||
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||||
@ -53,11 +52,14 @@ install -D -m0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/rpm/macros.meson
|
|||||||
%files %{?pyappend} -f %{name}.filelist
|
%files %{?pyappend} -f %{name}.filelist
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_sysconfdir}/rpm/macros.meson
|
%{_sysconfdir}/rpm/macros.meson
|
||||||
%dir %{python3_sitearch}/meson-%{version}-py*.egg-info
|
%dir %{python310_sitearch}/meson-%{version}-py*.egg-info
|
||||||
%{python3_sitearch}/meson-%{version}-py*.egg-info/*
|
%{python310_sitearch}/meson-%{version}-py*.egg-info/*
|
||||||
%doc COPYING
|
%doc COPYING
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Sep 09 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.1-2mamba
|
||||||
|
- rebuilt with python 3.10
|
||||||
|
|
||||||
* Wed Aug 09 2023 Automatic Build System <autodist@mambasoft.it> 1.2.1-1mamba
|
* Wed Aug 09 2023 Automatic Build System <autodist@mambasoft.it> 1.2.1-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user