]> git.pld-linux.org Git - packages/telepathy-qt4.git/commitdiff
- fix Qt version selection at build time auto/th/telepathy-qt4-0.9.5-2
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 4 May 2015 20:47:23 +0000 (22:47 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Mon, 4 May 2015 20:47:23 +0000 (22:47 +0200)
- rel 2

telepathy-qt4.spec

index e24b93b35993b8b18d1c0bf386949f857aa6664f..99b119dd6ecf943be103e01141ad0186b78eeeee 100644 (file)
@@ -13,7 +13,7 @@ Summary:      Library for Qt4-based Telepathy clients
 Summary(pl.UTF-8):     Biblioteka dla klientów Telepathy opartych na Qt4
 Name:          telepathy-qt4
 Version:       0.9.5
-Release:       1
+Release:       2
 License:       LGPL v2.1+
 Group:         Libraries
 Source0:       http://telepathy.freedesktop.org/releases/telepathy-qt/%{orgname}-%{version}.tar.gz
@@ -139,6 +139,7 @@ install -d build-qt4
 cd build-qt4
 %cmake .. \
        -DENABLE_FARSTREAM:BOOL=ON \
+       -DDESIRED_QT_VERSION=4 \
        -DQT_QMAKE_EXECUTABLE_FINDQT=%{_libdir}/qt4/bin/qmake
 
 %{__make}
@@ -150,6 +151,7 @@ install -d build-qt5
 cd build-qt5
 %cmake .. \
        -DENABLE_FARSTREAM:BOOL=ON \
+       -DDESIRED_QT_VERSION=5 \
        -DQT_QMAKE_EXECUTABLE_FINDQT=%{_libdir}/qt5/bin/qmake
 
 %{__make}
This page took 0.164593 seconds and 4 git commands to generate.