Fix syntax error when macro is not defined

This commit is contained in:
maminjie 2021-03-18 09:35:28 +08:00
parent 3717ba7be6
commit 40080e170c

View File

@ -2,14 +2,14 @@
Name: qt5-qtgraphicaleffects Name: qt5-qtgraphicaleffects
Version: 5.11.1 Version: 5.11.1
Release: 5 Release: 6
Summary: Qtgraphicaleffects component of qt5 Summary: Qtgraphicaleffects component of qt5
License: LGPLv2 with exceptions or LGPLv3 with exceptions License: LGPLv2 with exceptions or LGPLv3 with exceptions
URL: http://www.qt.io URL: http://www.qt.io
Source0: https://download.qt.io/new_archive/qt/5.11/5.11.1/submodules/qtgraphicaleffects-everywhere-src-5.11.1.tar.xz Source0: https://download.qt.io/new_archive/qt/5.11/5.11.1/submodules/qtgraphicaleffects-everywhere-src-5.11.1.tar.xz
BuildRequires: qt5-qtbase-devel >= %{version} qt5-qtdeclarative-devel BuildRequires: qt5-qtbase-devel >= %{version} qt5-qtdeclarative-devel
Requires: %{_qt5} = %{_qt5_version} %{?_qt5:Requires: %{_qt5} = %{_qt5_version}}
%description %description
The Qt Graphical Effects module provides a set of QML types for adding visually impressive and The Qt Graphical Effects module provides a set of QML types for adding visually impressive and
@ -31,6 +31,9 @@ make install INSTALL_ROOT=%{buildroot}
%{_qt5_qmldir}/*/ %{_qt5_qmldir}/*/
%changelog %changelog
* Thu Mar 18 2021 maminjie <maminjie1@huawei.com> - 5.11.1-6
- Fix syntax error when macro is not defined
* Mon Sep 14 2020 liuweibo <liuweibo10@huawei.com> - 5.11.1-5 * Mon Sep 14 2020 liuweibo <liuweibo10@huawei.com> - 5.11.1-5
- Fix Source0 - Fix Source0