Author: arvenil Date: Fri Nov 9 22:36:38 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - use lrelease from qt4-linguist package not from qt-linguist (this is Qt4 app) - added lib suffix
---- Files affected: SPECS: wengophone.spec (1.6 -> 1.7) ---- Diffs: ================================================================ Index: SPECS/wengophone.spec diff -u SPECS/wengophone.spec:1.6 SPECS/wengophone.spec:1.7 --- SPECS/wengophone.spec:1.6 Fri Nov 9 18:42:56 2007 +++ SPECS/wengophone.spec Fri Nov 9 23:36:33 2007 @@ -12,9 +12,8 @@ Source0: http://download.wengo.com/nightlybuilds/universal/sources/openwengo/%{version}/%{name}-%{version}-source.zip # Source0-md5: 5c079f8e0b0bcf7e951c1350c0739520 Patch0: %{name}-qt4tools.patch -Patch1: %{name}-lrelease.patch -Patch2: %{name}-avcodec.patch -Patch3: %{name}-desktop.patch +Patch1: %{name}-avcodec.patch +Patch2: %{name}-desktop.patch URL: http://www.openwengo.com/ BuildRequires: QtGui-devel >= 4.1.4 BuildRequires: QtSvg-devel >= 4.1.4 @@ -39,6 +38,7 @@ BuildRequires: openssl-devel >= 0.9.8a BuildRequires: portaudio-devel >= 19 BuildRequires: qt4-build >= 4.1.4 +BuildRequires: qt4-linguist >= 4.1.4 BuildRequires: qt4-qmake >= 4.1.4 BuildRequires: rpmbuild(macros) >= 1.293 BuildRequires: speex-devel >= 1.1.12 @@ -59,12 +59,15 @@ %patch0 -p1 %patch1 -p1 %patch2 -p1 -%patch3 -p1 %build cd build %cmake \ -DCMAKE_BUILD_TYPE="Release" \ + -DQT_LRELEASE_EXECUTABLE=%{_libdir}/qt4/bin/lrelease \ +%if "%{_lib}" == "lib64" + -DLIB_SUFFIX=64 \ +%endif .. %{__make} @@ -98,6 +101,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.7 2007/11/09 22:36:33 arvenil +- use lrelease from qt4-linguist package not from qt-linguist (this is Qt4 app) +- added lib suffix + Revision 1.6 2007/11/09 17:42:56 arvenil - someone forgot to apply Patch3 - BR: QtUiTools-devel ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/wengophone.spec?r1=1.6&r2=1.7&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
