This commit is contained in:
EastDong 2023-07-25 11:10:58 +08:00
parent b4567d9f63
commit 682960a0e4
2 changed files with 8 additions and 5 deletions

View File

@ -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