From a194b17f9c1cd3f7611557bd99f7789b2e73f964 Mon Sep 17 00:00:00 2001
From: Akira Ohgaki <akiraohgaki@gmail.com>
Date: Mon, 13 Mar 2017 09:06:48 +0900
Subject: [PATCH] Fix package depends

---
 pkg/opensuse/ocs-url.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pkg/opensuse/ocs-url.spec b/pkg/opensuse/ocs-url.spec
index ea075d7..cd3276b 100644
--- a/pkg/opensuse/ocs-url.spec
+++ b/pkg/opensuse/ocs-url.spec
@@ -9,7 +9,7 @@ URL: https://github.com/ocs-url/ocs-url
 #Source0: https://github.com/ocs-url/ocs-url/archive/release-%{version}.tar.gz
 Source0: %{name}.tar.gz
 
-Requires: libqt5-qtbase >= 5.2.0, libQt5Gui5 >= 5.2.0, libqt5-qtsvg >= 5.2.0, libqt5-qtdeclarative >= 5.2.0, libqt5-qtquickcontrols >= 5.2.0
+Requires: libQt5Svg5 >= 5.2.0, libqt5-qtquickcontrols >= 5.2.0
 BuildRequires: make, automake, gcc, gcc-c++, libtool, libqt5-qtbase-devel >= 5.2.0, libqt5-qtsvg-devel >= 5.2.0, libqt5-qtdeclarative-devel >= 5.2.0, git, rpm-build
 
 %description
-- 
GitLab