Compare commits
2 Commits
5.15.6-1ma
...
main
Author | SHA1 | Date | |
---|---|---|---|
8a721a9da1 | |||
a4c9232862 |
@ -1,6 +1,6 @@
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
Name: PyQtChart
|
||||
Version: 5.15.6
|
||||
Version: 5.15.7
|
||||
Release: 1mamba
|
||||
Summary: A set of Python bindings for The Qt Company’s Qt Charts library
|
||||
Group: System/Libraries
|
||||
@ -13,14 +13,17 @@ License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libQt5Charts-devel
|
||||
BuildRequires: libQt5Core
|
||||
BuildRequires: libQt5Gui
|
||||
BuildRequires: libQt5Widgets
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libglvnd-devel
|
||||
BuildRequires: libpython3-devel
|
||||
BuildRequires: libpython311-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: python3.7dist(pyqt5)
|
||||
BuildRequires: python3.7dist(pyqt5-sip)
|
||||
BuildRequires: qt5-qtbase-devel
|
||||
BuildRequires: python3.11dist(pyqt5)
|
||||
BuildRequires: python3.11dist(pyqt5-sip)
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: python3-devel >= 3.11.5-3mamba
|
||||
BuildRequires: PyQt5-py3 >= %{majver}
|
||||
BuildRequires: python-sip-py3
|
||||
|
||||
@ -31,6 +34,8 @@ BuildRequires: python-sip-py3
|
||||
%pyver_package
|
||||
%endif
|
||||
|
||||
%define debug_package %{nil}
|
||||
|
||||
%prep
|
||||
%setup -q -n PyQtChart-%{version}
|
||||
|
||||
@ -58,6 +63,12 @@ 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
|
||||
|
||||
* Mon Mar 13 2023 Automatic Build System <autodist@mambasoft.it> 5.15.6-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user