SPECS (qt-copy): qt4.spec - Install missing file

adgor adgor at pld-linux.org
Thu Jul 7 09:22:18 CEST 2005


Author: adgor                        Date: Thu Jul  7 07:22:18 2005 GMT
Module: SPECS                         Tag: qt-copy
---- Log message:
- Install missing file

---- Files affected:
SPECS:
   qt4.spec (1.30.2.5 -> 1.30.2.6) 

---- Diffs:

================================================================
Index: SPECS/qt4.spec
diff -u SPECS/qt4.spec:1.30.2.5 SPECS/qt4.spec:1.30.2.6
--- SPECS/qt4.spec:1.30.2.5	Wed Jul  6 21:53:52 2005
+++ SPECS/qt4.spec	Thu Jul  7 09:22:13 2005
@@ -740,8 +740,7 @@
 %endif
 
 #cd $RPM_BUILD_ROOT%{_includedir}/qt4/Qt
-#for f in ../Qt{3Support,Core,Gui,Network,OpenGL,Sql,Xml,Designer}/*
-#do
+#for f in ../Qt{3Support,Core,Gui,Network,OpenGL,Sql,Xml,Designer}/*; do
 #	if [ ! -d $f ]; then
 #		ln -sf $f `basename $f`
 #	fi
@@ -758,6 +757,10 @@
 done	
 cd -
 
+# Missing file
+install include/QtDesigner/QtDesigner \
+	$RPM_BUILD_ROOT%{_includedir}/qt4/QtDesigner
+
 for f in $RPM_BUILD_ROOT%{_pkgconfigdir}/*.pc; do
 	sed -i -e s:-L`pwd`/lib::g $f
 done
@@ -768,18 +771,7 @@
 %post	Qt3Support	-p /sbin/ldconfig
 %postun	Qt3Support	-p /sbin/ldconfig
 
-%post	QtCore
-/sbin/ldconfig
-cat << EOF
- *******************************************************
- *                                                     *
- *  NOTE:                                              *
- *  With qt 4.0.0 the single threaded version was      *
- *  removed. Also the library is modular now so be     *
- *  sure to check that you have every module you need. *
- *                                                     *
- *******************************************************
-EOF
+%post	QtCore	-p /sbin/ldconfig
 %postun	QtCore	-p /sbin/ldconfig
 
 %post	QtGui	-p /sbin/ldconfig
@@ -977,6 +969,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.30.2.6  2005/07/07 07:22:13  adgor
+- Install missing file
+
 Revision 1.30.2.5  2005/07/06 19:53:52  adgor
 - Fixed internal reqs
 
================================================================

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




More information about the pld-cvs-commit mailing list