rebuilt with python 3.10 [release 2.7.0-2mamba;Wed Mar 22 2023]

This commit is contained in:
Silvan Calarco 2024-01-06 10:39:46 +01:00
parent e5a41a4184
commit a17d696eef

View File

@ -1,6 +1,6 @@
Name: python-CairoSVG
Version: 2.7.0
Release: 1mamba
Release: 2mamba
Summary: A Simple SVG Converter for Cairo
Group: System/Libraries
Vendor: openmamba
@ -43,12 +43,23 @@ CFLAGS="%{optflags}" %{__python} setup.py build
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
%if "%{?with_pyver}" != "3"
# Rename any conflicting file outside of python site packages tree
for f in %{_bindir}/cairosvg; do
mv %{buildroot}${f}{,-%{?pyappend}}
sed -i "s|${f}|${f}-%{?pyappend}|" %{name}.filelist
done
%endif
%files %{?pyappend} -f %{name}.filelist
%defattr(-,root,root)
%dir %{python_sitearch}/CairoSVG-%{version}-py*.egg-info
%{python_sitearch}/CairoSVG-%{version}-py*.egg-info/*
%changelog
* Wed Mar 22 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 2.7.0-2mamba
- rebuilt with python 3.10
* Tue Mar 21 2023 Automatic Build System <autodist@mambasoft.it> 2.7.0-1mamba
- automatic version update by autodist