]> git.pld-linux.org Git - packages/owncloudclient.git/commitdiff
update BR
authorElan Ruusamäe <glen@delfi.ee>
Tue, 12 Apr 2016 13:18:09 +0000 (16:18 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Tue, 12 Apr 2016 13:20:15 +0000 (16:20 +0300)
- QtCore-devel -- Qt QTCORE library not found.
- QtDBus-devel -- Qt QTDBUS library not found.
- QtGui-devel -- Qt QTGUI library not found.
- QtNetwork-devel -- Qt QTNETWORK library not found.
- QtSql-devel -- Qt QTSQL library not found.
- QtWebKit-devel -- Qt QTWEBKIT library not found.
- QtXmlPatterns-devel -- Qt QTXMLPATTERNS library not found.
- libstdc++-devel -- "try: -DCMAKE_CXX_COMPILER_WORKS=1 -DCMAKE_CXX_COMPILER="%{__cc}"
- pkgconfig -- Could NOT find PkgConfig (missing:  PKG_CONFIG_EXECUTABLE)

owncloudclient.spec

index deb6036d916ab4a5780ee6ac507513b25843be1b..63da31ea877530ec15ef2430eeaa6fbefa0fb376 100644 (file)
@@ -7,10 +7,19 @@ Group:                X11/Applications
 Source0:       https://download.owncloud.com/desktop/stable/%{name}-%{version}.tar.xz
 # Source0-md5: 63a971158201a8dffe96a02c54b86819
 URL:           https://www.owncloud.com/
+BuildRequires: QtCore-devel
+BuildRequires: QtDBus-devel
+BuildRequires: QtGui-devel
 BuildRequires: QtKeychain-devel
+BuildRequires: QtNetwork-devel
+BuildRequires: QtSql-devel
+BuildRequires: QtWebKit-devel
+BuildRequires: QtXmlPatterns-devel
 BuildRequires: cmake >= 2.8.11
 BuildRequires: desktop-file-utils
+BuildRequires: libstdc++-devel
 BuildRequires: openssl-devel
+BuildRequires: pkgconfig
 BuildRequires: python-Sphinx
 BuildRequires: sphinx-pdg
 BuildRequires: tar >= 1:1.22
This page took 0.083888 seconds and 4 git commands to generate.