rpms/qt4/devel qt4.spec,1.54,1.55

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Thu Jul 5 08:01:15 UTC 2007


Author: rdieter

Update of /cvs/pkgs/rpms/qt4/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29380

Modified Files:
	qt4.spec 
Log Message:
* Thu Jul 05 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 4.3.0-8
- fix %_qt4_prefix/doc symlink



Index: qt4.spec
===================================================================
RCS file: /cvs/pkgs/rpms/qt4/devel/qt4.spec,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- qt4.spec	3 Jul 2007 14:39:14 -0000	1.54
+++ qt4.spec	5 Jul 2007 08:00:38 -0000	1.55
@@ -11,7 +11,7 @@
 Summary: Qt toolkit
 Name:	 qt4
 Version: 4.3.0
-Release: 7%{?dist}
+Release: 8%{?dist}
 
 License: GPL
 Group: 	 System Environment/Libraries
@@ -348,8 +348,8 @@
 sed -i -e "/^QMAKE_PRL_BUILD_DIR/d" %{buildroot}%{_qt4_libdir}/*.prl
 
 # -doc make symbolic link to _qt4_docdir
-rm -rf %{buildroot}%{_qt4_docdir}
-ln -s  ../../share/doc/qt %{buildroot}%{_qt4_docdir}
+rm -rf %{buildroot}%{_qt4_prefix}/doc
+ln -s  ../../share/doc/qt4 %{buildroot}%{_qt4_prefix}/doc
 
 # put LICENSE.* files in %%_qt4_prefix, some apps' configure scripts expect to find them here
 install -p -m644 LICENSE.GPL %{buildroot}%{_qt4_prefix}/
@@ -580,6 +580,9 @@
 
 
 %changelog
+* Thu Jul 05 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 4.3.0-8
+- fix %%_qt4_prefix/doc symlink
+
 * Thu Jun 28 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 4.3.0-7
 - prepare for possible rename qt4 -> qt (+Provides: qt4)
 - make _qt4_* macro usage consistent (with %%check's)




More information about the fedora-extras-commits mailing list