]> git.pld-linux.org Git - packages/owncloudclient.git/commitdiff
ensure qt5 version of LockedFile is used for linking
authorElan Ruusamäe <glen@delfi.ee>
Wed, 13 Apr 2016 06:38:54 +0000 (09:38 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Wed, 13 Apr 2016 06:38:54 +0000 (09:38 +0300)
owncloudclient.spec

index 73f03f1f8aef8e98437a8bd9c9e1b1141ef51abf..a6e4891203b48fd7e17ddbcf2ffb8475b4cf8163 100644 (file)
@@ -15,7 +15,7 @@
 Summary:       The ownCloud client
 Name:          owncloudclient
 Version:       2.1.1
-Release:       0.17
+Release:       0.21
 License:       GPL v2+
 Group:         X11/Applications
 Source0:       https://download.owncloud.com/desktop/stable/%{name}-%{version}.tar.xz
@@ -43,8 +43,9 @@ BuildRequires:        xz
 BuildRequires: zlib-devel
 %if %{with gui}
 BuildRequires: Qt5LockedFile-devel >= 2.4
-BuildRequires: Qt5SingleApplication-devel >= 2.6
+BuildRequires: Qt5SingleApplication-devel >= 2.6.1-3
 BuildRequires: Qt5Sql-devel >= %{qtver}
+BuildConflicts:        QtLockedFile-devel
 %endif
 %if %{with dolphin}
 BuildRequires: kf5-attica-devel >= 5.16
@@ -137,8 +138,8 @@ Nautilus file manager.
 %setup -q
 %patch0 -p1
 
-rm -r src/3rdparty/qtlockedfile
-rm -r src/3rdparty/qtsingleapplication
+mv src/3rdparty/qtlockedfile .
+mv src/3rdparty/qtsingleapplication .
 
 %build
 install -d build
This page took 0.027578 seconds and 4 git commands to generate.