From 62b044b91873ce27ab417223ae92b8397daf3fb0 Mon Sep 17 00:00:00 2001 From: weidong Date: Thu, 15 Oct 2020 09:56:38 +0800 Subject: [PATCH] Fixed BuildRequires --- qt5integration.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/qt5integration.spec b/qt5integration.spec index 1da8cdc..febff0f 100644 --- a/qt5integration.spec +++ b/qt5integration.spec @@ -8,7 +8,7 @@ Name: dde-qt5integration Version: 5.0.16 -Release: 1 +Release: 2 Summary: Qt platform theme integration plugins for DDE License: GPLv3+ Source0: %{repo}_%{version}.orig.tar.xz @@ -16,6 +16,7 @@ Source0: %{repo}_%{version}.orig.tar.xz BuildRequires: qt5-qtbase-devel BuildRequires: qt5-qtbase-static BuildRequires: dtkwidget-devel +BuildRequires: dtkcore-devel BuildRequires: pkg-config BuildRequires: qt5-qtx11extras-devel BuildRequires: qt5-qtsvg-devel @@ -53,5 +54,8 @@ popd %{_libdir}/qt5/plugins/styles/libchameleon.so %changelog +* Thu Oct 15 2020 weidong - 5.0.16-2 +- Fixed BuildRequires + * Thu Jul 30 2020 openEuler Buildteam - 5.0.16-1 - Package init -- Gitee