!2 update qt6-qtdatavis3d to 6.5.1
From: @East_x Reviewed-by: @peijiankang Signed-off-by: @peijiankang
This commit is contained in:
commit
e0d766d651
@ -1,18 +1,18 @@
|
||||
|
||||
%global qt_module qtdatavis3d
|
||||
|
||||
%define short_version 6.5
|
||||
|
||||
Summary: Qt6 - Qt Data Visualization component
|
||||
Name: qt6-%{qt_module}
|
||||
Version: 6.5.0
|
||||
Version: 6.5.1
|
||||
Release: 1
|
||||
|
||||
# See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details
|
||||
License: LGPLv2 with exceptions or GPLv3 with exceptions
|
||||
Url: http://www.qt.io
|
||||
%global majmin %(echo %{version} | cut -d. -f1-2)
|
||||
%global qt_version %(echo %{version} | cut -d~ -f1)
|
||||
Source0: https://download.qt.io/official_releases/qt/%{short_version}/%{version}/submodules/%{qt_module}-everywhere-src-%{version}.tar.xz
|
||||
|
||||
Source0: https://download.qt.io/official_releases/qt/%{majmin}/%{version}/submodules/%{qt_module}-everywhere-src-%{version}.tar.xz
|
||||
BuildRequires: cmake
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: ninja-build
|
||||
@ -43,7 +43,7 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
|
||||
%prep
|
||||
%autosetup -n %{qt_module}-everywhere-src-%{qt_version} -p1
|
||||
%autosetup -n %{qt_module}-everywhere-src-%{version} -p1
|
||||
|
||||
|
||||
%build
|
||||
@ -85,6 +85,9 @@ DESTDIR="%{buildroot}" cmake --install .
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Jul 25 2023 EastDong <xudong23@iscas.ac.cn> - 6.5.1-1
|
||||
- update package
|
||||
|
||||
* Fri May 5 2023 EastDong <xudong23@iscas.ac.cn> - 6.5.0-1
|
||||
- update package
|
||||
|
||||
|
||||
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user