6.5.2
This commit is contained in:
parent
b0357d221d
commit
ea71aad875
@ -2,26 +2,28 @@
|
||||
|
||||
%define short_version 6.5
|
||||
|
||||
Summary: Qt6 - QtImageFormats component
|
||||
Name: qt6-%{qt_module}
|
||||
Version: 6.5.1
|
||||
Release: 1
|
||||
Summary: Qt6 - QtImageFormats component
|
||||
Name: qt6-%{qt_module}
|
||||
Version: 6.5.2
|
||||
Release: 1
|
||||
|
||||
License: LGPL-3.0-only OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
Url: http://www.qt.io
|
||||
License: LGPL-3.0-only OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
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
|
||||
|
||||
Patch0: qtimageformats-fix-build.patch
|
||||
Patch0: qtimageformats-fix-build.patch
|
||||
|
||||
BuildRequires: cmake
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: ninja-build
|
||||
BuildRequires: qt6-qtbase-devel >= %{version}
|
||||
BuildRequires: qt6-qtbase-private-devel
|
||||
BuildRequires: libtiff-devel
|
||||
BuildRequires: pkgconfig(libmng)
|
||||
BuildRequires: pkgconfig(libwebp)
|
||||
BuildRequires: cmake
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: ninja-build
|
||||
BuildRequires: qt6-qtbase-devel >= %{version}
|
||||
BuildRequires: qt6-qtbase-private-devel
|
||||
BuildRequires: libtiff-devel
|
||||
BuildRequires: pkgconfig(libmng)
|
||||
BuildRequires: pkgconfig(libwebp)
|
||||
%{?_qt6:Requires: %{_qt6}%{?_isa} = %{_qt6_version}}
|
||||
|
||||
# filter plugin provides
|
||||
@ -35,8 +37,8 @@ provides optional support for other image file formats, including:
|
||||
MNG, TGA, TIFF, WBMP.
|
||||
|
||||
%package examples
|
||||
Summary: Programming examples for %{name}
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
Summary: Programming examples for %{name}
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
%description examples
|
||||
%{summary}.
|
||||
|
||||
@ -65,6 +67,9 @@ DESTDIR="%{buildroot}" cmake --install .
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Aug 08 2023 peijiankang <peijiankang@kylinos.cn> - 6.5.2-1
|
||||
- 6.5.2
|
||||
|
||||
* Fri Jul 14 2023 EastDong <xudong23@iscas.ac.cn> - 6.5.1-1
|
||||
- update package
|
||||
|
||||
|
||||
Binary file not shown.
BIN
qtimageformats-everywhere-src-6.5.2.tar.xz
Normal file
BIN
qtimageformats-everywhere-src-6.5.2.tar.xz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user