update to 1.4.0 [release 1.4.0-1mamba;Thu Apr 10 2025]

This commit is contained in:
Silvan Calarco 2025-04-17 18:51:54 +02:00
parent bf198b19dd
commit 7812c2c27d

View File

@ -1,6 +1,6 @@
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
Name: python-QtAwesome
Version: 1.3.1
Version: 1.4.0
Release: 1mamba
Summary: QtAwesome enables iconic fonts such as Font Awesome and Elusive Icons in PyQt and PySide applications
Group: System/Libraries
@ -8,8 +8,9 @@ Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://pypi.org/project/QtAwesome/
Source: https://pypi.debian.net/QtAwesome/QtAwesome-%{version}.tar.gz
Source: https://pypi.debian.net/QtAwesome/qtawesome-%{version}.tar.gz
License: MIT
BuildArch: noarch
## AUTOBUILDREQ-BEGIN
BuildRequires: libpython311-devel
BuildRequires: python3.11dist(qtpy)
@ -25,7 +26,7 @@ BuildRequires: python3-devel >= 3.11.5-3mamba
%endif
%prep
%setup -q -n QtAwesome-%{version}
%setup -q -n qtawesome-%{version}
%build
CFLAGS="%{optflags}" %{__python} setup.py build
@ -52,11 +53,14 @@ sed -i "\,%{_bindir},d" %{name}.filelist
%files %{?pyappend} -f %{name}.filelist
%defattr(-,root,root)
%{_bindir}/qta-browser*
%{_bindir}/qta-*
%dir %{python_sitearch}/%{pkgname}-%{version}-py*.egg-info
%{python_sitearch}/%{pkgname}-%{version}-py*.egg-info/*
%changelog
* Thu Apr 10 2025 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4.0-1mamba
- update to 1.4.0
* Thu Mar 28 2024 Automatic Build System <autodist@openmamba.org> 1.3.1-1mamba
- automatic version update by autodist