rebuilt with python 3.10 [release 1.2.3-2mamba;Fri Apr 07 2023]

This commit is contained in:
Sdk Build System 2024-01-06 10:41:46 +01:00
parent d9c2935721
commit 7fb5918f78

View File

@ -1,7 +1,7 @@
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
Name: python-QtAwesome
Version: 1.2.3
Release: 1mamba
Release: 2mamba
Summary: QtAwesome enables iconic fonts such as Font Awesome and Elusive Icons in PyQt and PySide applications
Group: System/Libraries
Vendor: openmamba
@ -40,12 +40,25 @@ 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}/qta-browser; do
mv %{buildroot}${f}{,-%{?pyappend}}
done
%endif
sed -i "\,%{_bindir},d" %{name}.filelist
%files %{?pyappend} -f %{name}.filelist
%defattr(-,root,root)
%{_bindir}/qta-browser*
%dir %{python_sitearch}/%{pkgname}-%{version}-py*.egg-info
%{python_sitearch}/%{pkgname}-%{version}-py*.egg-info/*
%changelog
* Fri Apr 07 2023 Sdk Build System <sdk@mambasoft.it> 1.2.3-2mamba
- rebuilt with python 3.10
* Fri Mar 10 2023 Automatic Build System <autodist@mambasoft.it> 1.2.3-1mamba
- automatic version update by autodist