SPECS: qt4.spec - fixed packaging if you built qt4 --without sqlite

shadzik shadzik at pld-linux.org
Mon Jul 3 02:04:25 CEST 2006


Author: shadzik                      Date: Mon Jul  3 00:04:25 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fixed packaging if you built qt4 --without sqlite

---- Files affected:
SPECS:
   qt4.spec (1.92 -> 1.93) 

---- Diffs:

================================================================
Index: SPECS/qt4.spec
diff -u SPECS/qt4.spec:1.92 SPECS/qt4.spec:1.93
--- SPECS/qt4.spec:1.92	Sun Jul  2 20:43:51 2006
+++ SPECS/qt4.spec	Mon Jul  3 02:04:20 2006
@@ -1291,8 +1291,10 @@
 %files -n QtSql-sqlite3
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_qtdir}/plugins/sqldrivers/libqsqlite*.so
+%if %{with sqlite}
 %exclude %{_qtdir}/plugins/sqldrivers/libqsqlite2*.so
 %endif
+%endif
 
 %if %{with ibase}
 %files -n QtSql-ibase
@@ -1468,6 +1470,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.93  2006/07/03 00:04:20  shadzik
+- fixed packaging if you built qt4 --without sqlite
+
 Revision 1.92  2006/07/02 18:43:51  qboosh
 - updated to 4.1.4, updated tools patch
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/qt4.spec?r1=1.92&r2=1.93&f=u



More information about the pld-cvs-commit mailing list