SPECS: qt4.spec - install qdoc3 (required by qt-creator) - rel. 3

djurban djurban at pld-linux.org
Thu Mar 5 14:40:07 CET 2009


Author: djurban                      Date: Thu Mar  5 13:40:07 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- install qdoc3 (required by qt-creator)
- rel. 3

---- Files affected:
SPECS:
   qt4.spec (1.186 -> 1.187) 

---- Diffs:

================================================================
Index: SPECS/qt4.spec
diff -u SPECS/qt4.spec:1.186 SPECS/qt4.spec:1.187
--- SPECS/qt4.spec:1.186	Tue Mar  3 22:19:41 2009
+++ SPECS/qt4.spec	Thu Mar  5 14:40:01 2009
@@ -63,7 +63,7 @@
 Summary(pt_BR.UTF-8):	Estrutura para rodar aplicações GUI Qt
 Name:		qt4
 Version:	4.5.0
-Release:	2
+Release:	3
 License:	LGPL v2.1 or GPL v3.0
 Group:		X11/Libraries
 Source0:	http://download.qtsoftware.com/qt/source/qt-x11-opensource-src-%{version}.tar.gz
@@ -1424,12 +1424,15 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_bindir},%{_desktopdir},%{_pixmapsdir},%{_pkgconfigdir}}
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_desktopdir},%{_pixmapsdir},%{_pkgconfigdir},%{_libdir}/qt4/tools/qdoc3}
 install -d $RPM_BUILD_ROOT%{_qtdir}/plugins/{crypto,network}
 
 %{__make} install \
 	INSTALL_ROOT=$RPM_BUILD_ROOT
 
+# for qt-creator sth is messed up in the Makefile, nothing for make install
+install tools/qdoc3/qdoc3 $RPM_BUILD_ROOT%{_libdir}/qt4/tools/qdoc3
+
 # kill -L/inside/builddir from *.la and *.pc (bug #77152)
 %{__sed} -i -e "s,-L$PWD/lib,,g" $RPM_BUILD_ROOT%{_libdir}/*.{la,prl}
 %{__sed} -i -e "s,-L$PWD/lib,,g" $RPM_BUILD_ROOT%{_pkgconfigdir}/*.pc
@@ -1702,6 +1705,8 @@
 %dir %{_qtdir}/plugins/sqldrivers
 %dir %{_qtdir}/plugins/script
 %dir %{_datadir}/qt4
+%dir %{_libdir}/qt4
+%dir %{_libdir}/qt4/tools
 %lang(ar) %{_datadir}/locale/ar/LC_MESSAGES/qt4.qm
 %lang(de) %{_datadir}/locale/de/LC_MESSAGES/qt4.qm
 %lang(es) %{_datadir}/locale/es/LC_MESSAGES/qt4.qm
@@ -1880,6 +1885,8 @@
 %attr(755,root,root) %{_qtdir}/bin/moc
 %attr(755,root,root) %{_qtdir}/bin/qt3to4
 %attr(755,root,root) %{_qtdir}/bin/uic
+%dir %{_libdir}/qt4/tools/qdoc3
+%attr(755,root,root) %{_libdir}/qt4/tools/qdoc3/qdoc3
 %{_datadir}/qt4/q3porting.xml
 
 %files designer
@@ -2104,6 +2111,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.187  2009/03/05 13:40:01  djurban
+- install qdoc3 (required by qt-creator)
+- rel. 3
+
 Revision 1.186  2009/03/03 21:19:41  arekm
 - rel 2
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/qt4.spec?r1=1.186&r2=1.187&f=u



More information about the pld-cvs-commit mailing list