SPECS: qt4.spec - fixed pch condition for AC
pascalek
pascalek at pld-linux.org
Sat Oct 7 11:16:25 CEST 2006
Author: pascalek Date: Sat Oct 7 09:16:25 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- fixed pch condition for AC
---- Files affected:
SPECS:
qt4.spec (1.106 -> 1.107)
---- Diffs:
================================================================
Index: SPECS/qt4.spec
diff -u SPECS/qt4.spec:1.106 SPECS/qt4.spec:1.107
--- SPECS/qt4.spec:1.106 Sat Oct 7 10:47:50 2006
+++ SPECS/qt4.spec Sat Oct 7 11:16:20 2006
@@ -32,6 +32,7 @@
%define _withsql 1
%{!?with_sqlite3:%{!?with_sqlite:%{!?with_ibase:%{!?with_mysql:%{!?with_pgsql:%{!?with_odbc:%undefine _withsql}}}}}}
+%{?with_AC:%undefine with_pch}
Summary: The Qt GUI application framework
Summary(es): Biblioteca para ejecutar aplicaciones GUI Qt
@@ -991,7 +992,7 @@
-demosdir %{_examplesdir}/qt4-demos \
-fast \
-glib \
- -%{!?with_AC:%{!?with_pch:no-}}pch \
+ -%{!?with_pch:no-}pch \
-%{!?with_sse:no-}sse \
-qdbus \
-qt-gif \
@@ -1565,6 +1566,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.107 2006/10/07 09:16:20 pascalek
+- fixed pch condition for AC
+
Revision 1.106 2006/10/07 08:47:50 qboosh
- sorted BRs
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/qt4.spec?r1=1.106&r2=1.107&f=u
More information about the pld-cvs-commit
mailing list