Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
a65c824bdb
!14 [sync] PR-13: update to upstream version 5.15.2
Merge pull request !14 from openeuler-sync-bot/sync-pr13-master-to-openEuler-22.03-LTS-Next
2022-01-19 03:48:10 +00:00
pei-jiankang
f351ecceff update to upstream version 5.15.2
(cherry picked from commit 827e2b0f68b5cfd2cc42de5d7e7e3d1d67fe54da)
2022-01-17 14:58:46 +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
openeuler-ci-bot
f3f714bbdc !1 package init
Merge pull request !1 from ultra_planet/new
2020-02-14 17:49:22 +08:00
ultra_planet
76c9bdb6e8 package init 2020-02-14 11:45:24 +08:00
3 changed files with 51 additions and 0 deletions

View File

@ -0,0 +1,47 @@
%global __provides_exclude_from ^%{_qt5_archdatadir}/qml/.*\\.so$
Name: qt5-qtgraphicaleffects
Version: 5.15.2
Release: 1
Summary: Qtgraphicaleffects component of qt5
License: LGPLv2 with exceptions or GPLv3 with exceptions
Url: http://www.qt.io
%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
%{?_qt5:Requires: %{_qt5} = %{_qt5_version}}
BuildRequires: libmng-devel libtiff-devel
%description
The Qt Graphical Effects module provides a set of QML types for adding visually impressive and
configurable effects to user interfaces. Effects are visual items that can be added to Qt Quick
user interface as UI components.
%prep
%autosetup -n qtgraphicaleffects-everywhere-src-%{version} -p1
%build
%{qmake_qt5}
%make_build
%install
make install INSTALL_ROOT=%{buildroot}
%files
%license LICENSE*
%{_qt5_qmldir}/*/
%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
- 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
- Package init

View File

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

Binary file not shown.