automatic update by autodist [release 5.15.7-1mamba;Thu Jan 02 2025]
This commit is contained in:
parent
a4c9232862
commit
8a721a9da1
@ -1,7 +1,7 @@
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
Name: PyQtChart
|
||||
Version: 5.15.6
|
||||
Release: 2mamba
|
||||
Version: 5.15.7
|
||||
Release: 1mamba
|
||||
Summary: A set of Python bindings for The Qt Company’s Qt Charts library
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
@ -13,13 +13,15 @@ License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libQt5Charts-devel
|
||||
BuildRequires: libQt5Core
|
||||
BuildRequires: libQt5Gui
|
||||
BuildRequires: libQt5Widgets
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libglvnd-devel
|
||||
BuildRequires: libpython311-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: python3.11dist(pyqt5)
|
||||
BuildRequires: python3.11dist(pyqt5-sip)
|
||||
BuildRequires: qt5-qtbase-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: python3-devel >= 3.11.5-3mamba
|
||||
BuildRequires: PyQt5-py3 >= %{majver}
|
||||
@ -32,11 +34,13 @@ BuildRequires: python-sip-py3
|
||||
%pyver_package
|
||||
%endif
|
||||
|
||||
%define debug_package %{nil}
|
||||
|
||||
%prep
|
||||
%setup -q -n PyQtChart-%{version}
|
||||
|
||||
%build
|
||||
sip-build%{?pyappend:-%pyappend} \
|
||||
sip-build \
|
||||
--no-make \
|
||||
--api-dir %{_datadir}/qt/qsci/api/python
|
||||
|
||||
@ -59,6 +63,9 @@ cd build
|
||||
%doc LICENSE
|
||||
|
||||
%changelog
|
||||
* Thu Jan 02 2025 Automatic Build System <autodist@openmamba.org> 5.15.7-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Fri Sep 29 2023 Automatic Build System <autodist@mambasoft.it> 5.15.6-2mamba
|
||||
- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user