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