rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba [release 5.15.6-2mamba;Fri Sep 29 2023]
This commit is contained in:
parent
1cec22f08d
commit
a4c9232862
@ -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.6
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
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
|
||||||
@ -15,12 +15,13 @@ BuildRequires: glibc-devel
|
|||||||
BuildRequires: libQt5Charts-devel
|
BuildRequires: libQt5Charts-devel
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libglvnd-devel
|
BuildRequires: libglvnd-devel
|
||||||
BuildRequires: libpython3-devel
|
BuildRequires: libpython311-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
BuildRequires: python3.7dist(pyqt5)
|
BuildRequires: python3.11dist(pyqt5)
|
||||||
BuildRequires: python3.7dist(pyqt5-sip)
|
BuildRequires: python3.11dist(pyqt5-sip)
|
||||||
BuildRequires: qt5-qtbase-devel
|
BuildRequires: qt5-qtbase-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: python3-devel >= 3.11.5-3mamba
|
||||||
BuildRequires: PyQt5-py3 >= %{majver}
|
BuildRequires: PyQt5-py3 >= %{majver}
|
||||||
BuildRequires: python-sip-py3
|
BuildRequires: python-sip-py3
|
||||||
|
|
||||||
@ -35,7 +36,7 @@ BuildRequires: python-sip-py3
|
|||||||
%setup -q -n PyQtChart-%{version}
|
%setup -q -n PyQtChart-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
sip-build \
|
sip-build%{?pyappend:-%pyappend} \
|
||||||
--no-make \
|
--no-make \
|
||||||
--api-dir %{_datadir}/qt/qsci/api/python
|
--api-dir %{_datadir}/qt/qsci/api/python
|
||||||
|
|
||||||
@ -58,6 +59,9 @@ cd build
|
|||||||
%doc LICENSE
|
%doc LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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
|
||||||
|
|
||||||
* Mon Mar 13 2023 Automatic Build System <autodist@mambasoft.it> 5.15.6-1mamba
|
* Mon Mar 13 2023 Automatic Build System <autodist@mambasoft.it> 5.15.6-1mamba
|
||||||
- automatic update by autodist
|
- automatic update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user