update to upstream version 5.15.2
This commit is contained in:
parent
8fc0c0fab2
commit
827e2b0f68
@ -1,15 +1,18 @@
|
|||||||
%global __provides_exclude_from ^%{_qt5_archdatadir}/qml/.*\\.so$
|
%global __provides_exclude_from ^%{_qt5_archdatadir}/qml/.*\\.so$
|
||||||
|
|
||||||
Name: qt5-qtgraphicaleffects
|
Name: qt5-qtgraphicaleffects
|
||||||
Version: 5.11.1
|
Version: 5.15.2
|
||||||
Release: 6
|
Release: 1
|
||||||
Summary: Qtgraphicaleffects component of qt5
|
Summary: Qtgraphicaleffects component of qt5
|
||||||
License: LGPLv2 with exceptions or LGPLv3 with exceptions
|
License: LGPLv2 with exceptions or GPLv3 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
|
%global majmin %(echo %{version} | cut -d. -f1-2)
|
||||||
|
Source0: https://download.qt.io/official_releases/qt/%{majmin}/%{version}/submodules/qtgraphicaleffects-everywhere-src-%{version}.tar.xz
|
||||||
|
|
||||||
|
BuildRequires: make qt5-qtbase-private-devel
|
||||||
BuildRequires: qt5-qtbase-devel >= %{version} qt5-qtdeclarative-devel
|
BuildRequires: qt5-qtbase-devel >= %{version} qt5-qtdeclarative-devel
|
||||||
%{?_qt5:Requires: %{_qt5} = %{_qt5_version}}
|
%{?_qt5:Requires: %{_qt5} = %{_qt5_version}}
|
||||||
|
BuildRequires: libmng-devel libtiff-devel
|
||||||
|
|
||||||
%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 +34,9 @@ make install INSTALL_ROOT=%{buildroot}
|
|||||||
%{_qt5_qmldir}/*/
|
%{_qt5_qmldir}/*/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Oct 13 2021 peijiankang <peijiankang@kylinos.cn> - 5.15.2-1
|
||||||
|
- update to upstream version 5.15.2
|
||||||
|
|
||||||
* Thu Mar 18 2021 maminjie <maminjie1@huawei.com> - 5.11.1-6
|
* Thu Mar 18 2021 maminjie <maminjie1@huawei.com> - 5.11.1-6
|
||||||
- Fix syntax error when macro is not defined
|
- Fix syntax error when macro is not defined
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
version_control: git
|
version_control: git
|
||||||
src_repo: https://code.qt.io/qt/qtgraphicaleffects.git
|
src_repo: https://code.qt.io/qt/qtgraphicaleffects.git
|
||||||
tag_prefix: ^v
|
tag_prefix: "^v"
|
||||||
seperator: .
|
separator: "."
|
||||||
|
|||||||
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user