Fix syntax error when macro is not defined
This commit is contained in:
parent
b5d6d522b6
commit
15ea48bc0a
@ -5,7 +5,7 @@
|
|||||||
Summary: Qt6 - QtImageFormats component
|
Summary: Qt6 - QtImageFormats component
|
||||||
Name: qt6-%{qt_module}
|
Name: qt6-%{qt_module}
|
||||||
Version: 6.5.0
|
Version: 6.5.0
|
||||||
Release: 1
|
Release: 2
|
||||||
|
|
||||||
License: LGPL-3.0-only OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
License: LGPL-3.0-only OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||||
Url: http://www.qt.io
|
Url: http://www.qt.io
|
||||||
@ -20,10 +20,9 @@ BuildRequires: ninja-build
|
|||||||
BuildRequires: qt6-qtbase-devel >= %{version}
|
BuildRequires: qt6-qtbase-devel >= %{version}
|
||||||
BuildRequires: qt6-qtbase-private-devel
|
BuildRequires: qt6-qtbase-private-devel
|
||||||
BuildRequires: libtiff-devel
|
BuildRequires: libtiff-devel
|
||||||
# BuildRequires: jasper-devel
|
|
||||||
BuildRequires: pkgconfig(libmng)
|
BuildRequires: pkgconfig(libmng)
|
||||||
BuildRequires: pkgconfig(libwebp)
|
BuildRequires: pkgconfig(libwebp)
|
||||||
Requires: %{_qt6}%{?_isa} = %{_qt6_version}
|
%{?_qt6:Requires: %{_qt6}%{?_isa} = %{_qt6_version}}
|
||||||
|
|
||||||
# filter plugin provides
|
# filter plugin provides
|
||||||
%global __provides_exclude_from ^%{_qt6_plugindir}/.*\\.so$
|
%global __provides_exclude_from ^%{_qt6_plugindir}/.*\\.so$
|
||||||
@ -66,6 +65,9 @@ DESTDIR="%{buildroot}" cmake --install .
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 22 2023 peijiankang <peijiankang@kylinos.cn> - 6.5.0-2
|
||||||
|
- Fix syntax error when macro is not defined
|
||||||
|
|
||||||
* Mon May 15 2023 EastDong <xudong23@iscas.ac.cn> - 6.5.0-1
|
* Mon May 15 2023 EastDong <xudong23@iscas.ac.cn> - 6.5.0-1
|
||||||
- update package
|
- update package
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user