!4 Fix Source0

From: @kkkl12
Reviewed-by: @small_leek
Signed-off-by: @small_leek
This commit is contained in:
openeuler-ci-bot 2020-09-14 20:17:12 +08:00 committed by Gitee
commit a97d9327a6

View File

@ -4,12 +4,12 @@
Summary: Qt5 - WebSockets component Summary: Qt5 - WebSockets component
Name: qt5-%{qt_module} Name: qt5-%{qt_module}
Version: 5.11.1 Version: 5.11.1
Release: 5 Release: 6
License: LGPLv2 with exceptions or GPLv3 with exceptions License: LGPLv2 with exceptions or GPLv3 with exceptions
Url: http://qt-project.org/ Url: http://qt-project.org/
%global major_minor %(echo %{version} | cut -d. -f1-2) %global major_minor %(echo %{version} | cut -d. -f1-2)
Source0: https://download.qt.io/archive/qt/%{major_minor}/%{version}/submodules/%{qt_module}-everywhere-src-%{version}.tar.xz Source0: https://download.qt.io/new_archive/qt/%{major_minor}/%{version}/submodules/%{qt_module}-everywhere-src-%{version}.tar.xz
%global __provides_exclude_from ^%{_qt5_archdatadir}/qml/.*\\.so$ %global __provides_exclude_from ^%{_qt5_archdatadir}/qml/.*\\.so$
@ -82,5 +82,8 @@ popd
%{_qt5_examplesdir}/ %{_qt5_examplesdir}/
%changelog %changelog
* Mon Sep 14 2020 liuweibo <liuweibo10@huawei.com> - 5.11.1-6
- Fix Source0
* Fri Feb 14 2020 Ling Yang <lingyang2@huawei.com> - 5.11.1-5 * Fri Feb 14 2020 Ling Yang <lingyang2@huawei.com> - 5.11.1-5
- Package init - Package init