Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
f76648b2c0
!16 [sync] PR-15: update to upstream version 5.15.10
From: @openeuler-sync-bot 
Reviewed-by: @peijiankang 
Signed-off-by: @peijiankang
2023-08-30 09:49:55 +00:00
huayadong
1e1527707f update to upstream version 5.15.10
(cherry picked from commit 1f888c7f1b097c2e58220459165f345e1839e5b3)
2023-08-24 19:42:36 +08:00
openeuler-ci-bot
29c515585d
!13 update to upstream version 5.15.2
Merge pull request !13 from pei-jiankang/master
2022-01-10 06:04:36 +00:00
pei-jiankang
827e2b0f68 update to upstream version 5.15.2 2022-01-07 16:47:48 +08:00
openeuler-ci-bot
8fc0c0fab2 !6 Fix syntax error when macro is not defined
From: @maminjie
Reviewed-by: @wang_yue111,@small_leek
Signed-off-by: @small_leek
2021-03-18 14:50:20 +08:00
maminjie
40080e170c Fix syntax error when macro is not defined 2021-03-18 09:35:28 +08:00
openeuler-ci-bot
3717ba7be6 !3 Fix source0
From: @kkkl12
Reviewed-by: @small_leek
Signed-off-by: @small_leek
2020-09-14 11:55:46 +08:00
kkkl12
e7e89874ab Fix Source0 2020-09-14 11:21:22 +08:00
openeuler-ci-bot
a1d1be4999 !2 add yaml file
Merge pull request !2 from sugarfillet/master
2020-05-15 10:39:35 +08:00
sugarfillet
4fc4620e09 add yaml file 2020-05-08 15:57:54 +08:00
3 changed files with 39 additions and 12 deletions

View File

@ -1,20 +1,30 @@
%global __provides_exclude_from ^%{_qt5_archdatadir}/qml/.*\\.so$ %global __provides_exclude_from ^%{_qt5_archdatadir}/qml/.*\\.so$
%global qt_module qtgraphicaleffects
Name: qt5-qtgraphicaleffects Name: qt5-qtgraphicaleffects
Version: 5.11.1 Version: 5.15.10
Release: 4 Release: 1
Summary: Qtgraphicaleffects component of qt5 Summary: Qtgraphicaleffects component of qt5
License: LGPLv2 with exceptions or LGPLv3 with exceptions 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
Source0: https://download.qt.io/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/%{qt_module}-everywhere-opensource-src-%{version}.tar.xz
BuildRequires: qt5-qtbase-devel >= %{version} qt5-qtdeclarative-devel BuildRequires: make
Requires: %{_qt5} = %{_qt5_version} BuildRequires: qt5-qtbase-devel >= %{version}
BuildRequires: qt5-qtbase-private-devel
%{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}}
BuildRequires: qt5-qtdeclarative-devel
BuildRequires: libmng-devel
BuildRequires: 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
configurable effects to user interfaces. Effects are visual items that can be added to Qt Quick visually impressive and configurable effects to user interfaces. Effects
user interface as UI components. are visual items that can be added to Qt Quick user interface as UI
components.
%prep %prep
%autosetup -n qtgraphicaleffects-everywhere-src-%{version} -p1 %autosetup -n qtgraphicaleffects-everywhere-src-%{version} -p1
@ -27,9 +37,22 @@ user interface as UI components.
make install INSTALL_ROOT=%{buildroot} make install INSTALL_ROOT=%{buildroot}
%files %files
%license LICENSE* %license LICENSE.*
%{_qt5_qmldir}/*/ %{_qt5_qmldir}/QtGraphicalEffects/
%changelog %changelog
* Wed Aug 23 2023 peijiankang <peijiankang@kylinos.cn> - 5.15.10-1
- update to upstream version 5.15.10
* 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
- Fix syntax error when macro is not defined
* Mon Sep 14 2020 liuweibo <liuweibo10@huawei.com> - 5.11.1-5
- Fix Source0
* Fri Feb 14 2020 lingsheng <lingsheng@huawei.com> - 5.11.1-4 * Fri Feb 14 2020 lingsheng <lingsheng@huawei.com> - 5.11.1-4
- Package init - Package init

View File

@ -0,0 +1,4 @@
version_control: git
src_repo: https://code.qt.io/qt/qtgraphicaleffects.git
tag_prefix: "^v"
separator: "."