require libappindicator3 [release 0.19.4-2mamba;Mon Jan 02 2023]
This commit is contained in:
parent
a47114d5bf
commit
f8ca6c0d7f
@ -1,7 +1,7 @@
|
|||||||
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
||||||
Name: python-pystray
|
Name: python-pystray
|
||||||
Version: 0.19.4
|
Version: 0.19.4
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: Python library to create a system tray icon
|
Summary: Python library to create a system tray icon
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -21,6 +21,8 @@ BuildRequires: python3.7dist(six)
|
|||||||
%{summary}.
|
%{summary}.
|
||||||
|
|
||||||
%if 0%{?with_pyver}
|
%if 0%{?with_pyver}
|
||||||
|
%define py_requires_append \
|
||||||
|
Requires: libappindicator3
|
||||||
%pyver_package
|
%pyver_package
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -50,5 +52,8 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
|
|||||||
%doc COPYING
|
%doc COPYING
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 02 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 0.19.4-2mamba
|
||||||
|
- require libappindicator3
|
||||||
|
|
||||||
* Thu Nov 10 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.19.4-1mamba
|
* Thu Nov 10 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.19.4-1mamba
|
||||||
- package created using the webbuild interface
|
- package created using the webbuild interface
|
||||||
|
Loading…
Reference in New Issue
Block a user