[packages/telepathy-qt4] - re; 2; pass explict qmake path
arekm
arekm at pld-linux.org
Tue Aug 7 08:22:53 CEST 2012
commit 0f75cb27ab3ae17911eb24cd5664453c06ef0828
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Aug 7 08:22:48 2012 +0200
- re; 2; pass explict qmake path
telepathy-qt4.spec | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/telepathy-qt4.spec b/telepathy-qt4.spec
index 551cda2..801b9f8 100644
--- a/telepathy-qt4.spec
+++ b/telepathy-qt4.spec
@@ -6,7 +6,7 @@ Summary: Telepathy Qt4
Summary(pl.UTF-8): Telepathy Qt4
Name: telepathy-qt4
Version: 0.9.3
-Release: 1
+Release: 2
License: LGPL v2.1
Group: X11/Applications
Source0: http://telepathy.freedesktop.org/releases/telepathy-qt/%{orgname}-%{version}.tar.gz
@@ -48,11 +48,10 @@ Pliki nagłówkowe biblioteki telepathy-qt4
%setup -q -n %{orgname}-%{version}
%build
-export QTDIR="%{_libdir}/qt4"
-
install -d build
cd build
%cmake \
+ -DQT_QMAKE_EXECUTABLE_FINDQT=%{_libdir}/qt4/bin/qmake \
../
%{__make}
More information about the pld-cvs-commit
mailing list