[packages/telepathy-qt4] - fix Qt version selection at build time - rel 2

baggins baggins at pld-linux.org
Mon May 4 22:47:47 CEST 2015


commit a4c49aa8f2f53ddd372b181d7257694c2532e3fd
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Mon May 4 22:47:23 2015 +0200

    - fix Qt version selection at build time
    - rel 2

 telepathy-qt4.spec | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/telepathy-qt4.spec b/telepathy-qt4.spec
index e24b93b..99b119d 100644
--- a/telepathy-qt4.spec
+++ b/telepathy-qt4.spec
@@ -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}
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/telepathy-qt4.git/commitdiff/a4c49aa8f2f53ddd372b181d7257694c2532e3fd



More information about the pld-cvs-commit mailing list