SPECS (AC-branch): qt4.spec - no dir flag on symlinks - use absolu...

qboosh qboosh at pld-linux.org
Sun Feb 26 18:48:10 CET 2006


Author: qboosh                       Date: Sun Feb 26 17:48:10 2006 GMT
Module: SPECS                         Tag: AC-branch
---- Log message:
- no dir flag on symlinks
- use absolute symlinks across /

---- Files affected:
SPECS:
   qt4.spec (1.71.2.2 -> 1.71.2.3) 

---- Diffs:

================================================================
Index: SPECS/qt4.spec
diff -u SPECS/qt4.spec:1.71.2.2 SPECS/qt4.spec:1.71.2.3
--- SPECS/qt4.spec:1.71.2.2	Sun Feb 26 18:01:15 2006
+++ SPECS/qt4.spec	Sun Feb 26 18:48:02 2006
@@ -1028,8 +1028,8 @@
 cd -
 
 # Ship doc & qmake stuff
-ln -s ../../..%{_docdir}/%{name}-doc $RPM_BUILD_ROOT%{_qtdir}/doc
-ln -s ../../..%{_datadir}/qt4/mkspecs $RPM_BUILD_ROOT%{_qtdir}/mkspecs
+ln -s %{_docdir}/%{name}-doc $RPM_BUILD_ROOT%{_qtdir}/doc
+ln -s %{_datadir}/qt4/mkspecs $RPM_BUILD_ROOT%{_qtdir}/mkspecs
 
 mv $RPM_BUILD_ROOT%{_libdir}/*.pc $RPM_BUILD_ROOT%{_pkgconfigdir}
 for f in $RPM_BUILD_ROOT%{_pkgconfigdir}/*.pc; do
@@ -1208,7 +1208,7 @@
 %if %{with mysql}
 %files -n QtSql-mysql
 %defattr(644,root,root,755)
-%attr(755,root,root)  %{_qtdir}/plugins/sqldrivers/libqsqlmysql*.so
+%attr(755,root,root) %{_qtdir}/plugins/sqldrivers/libqsqlmysql*.so
 %endif
 
 %if %{with pgsql}
@@ -1313,7 +1313,7 @@
 %attr(755,root,root) %{_bindir}/qt4-qmake
 %attr(755,root,root) %{_qtdir}/bin/qmake
 %{_datadir}/qt4/mkspecs
-%dir %{_qtdir}/mkspecs
+%{_qtdir}/mkspecs
 
 %files qtconfig
 %defattr(644,root,root,755)
@@ -1329,7 +1329,7 @@
 %files doc
 %defattr(644,root,root,755)
 %{_docdir}/%{name}-doc
-%dir %{_qtdir}/doc
+%{_qtdir}/doc
 
 %files -n QtCore-devel -f QtCore-devel.files
 %files -n QtDesigner-devel -f QtDesigner-devel.files
@@ -1399,6 +1399,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.71.2.3  2006/02/26 17:48:02  qboosh
+- no dir flag on symlinks
+- use absolute symlinks across /
+
 Revision 1.71.2.2  2006/02/26 17:01:15  qboosh
 - QtDesigner,QtUiTools pl desc update, -designer R: QtDesigner
 
================================================================

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



More information about the pld-cvs-commit mailing list