From 16cc0e4ae4f0d10d9387c6bc08f6dda89c043eae Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Wed, 8 Jun 2016 00:23:25 +0300 Subject: [PATCH] update BR - Qt5Gui-devel -- Could not find a package configuration file provided by "Qt5Gui" with any - Qt5Network-devel -- Could not find a package configuration file provided by "Qt5Network" with - Qt5Widgets-devel -- Could not find a package configuration file provided by "Qt5Widgets" with - libstdc++-devel -- "try: -DCMAKE_CXX_COMPILER_WORKS=1 -DCMAKE_CXX_COMPILER="%{__cc}" - pkgconfig -- -- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) --- seafile-client.spec | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/seafile-client.spec b/seafile-client.spec index 4ace558..427da54 100644 --- a/seafile-client.spec +++ b/seafile-client.spec @@ -8,25 +8,27 @@ Source0: https://github.com/haiwen/seafile-client/archive/v%{version}/%{name}-%{ # Source0-md5: c1efe86775068aa9f42125bf70192931 URL: https://www.seafile.com/ BuildRequires: Qt5Core-devel -BuildRequires: Qt5WebKit-devel -BuildRequires: Qt5Test-devel BuildRequires: Qt5DBus-devel -BuildRequires: appstream-glib +BuildRequires: Qt5Gui-devel +BuildRequires: Qt5Network-devel +BuildRequires: Qt5Test-devel +BuildRequires: Qt5Widgets-devel BuildRequires: bash BuildRequires: ccnet-devel BuildRequires: cmake BuildRequires: desktop-file-utils BuildRequires: jansson-devel BuildRequires: libsearpc-devel +BuildRequires: libstdc++-devel BuildRequires: libuuid-devel BuildRequires: openssl-devel +BuildRequires: pkgconfig BuildRequires: qt5-build BuildRequires: qt5-linguist BuildRequires: qt5-qmake -BuildRequires: qt5-qttools BuildRequires: rpmbuild(macros) >= 1.596 BuildRequires: seafile-devel -BuildRequires: sqlite-devel +BuildRequires: sqlite3-devel Requires: gtk-update-icon-cache Requires: hicolor-icon-theme BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) -- 2.43.0