rpms/qt/devel qt.spec,1.380,1.381

Kevin Kofler kkofler at fedoraproject.org
Sun Mar 21 00:52:40 UTC 2010


Author: kkofler

Update of /cvs/pkgs/rpms/qt/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv19425/devel

Modified Files:
	qt.spec 
Log Message:
* Sun Mar 21 2010 Kevin Kofler <Kevin at tigcc.ticalc.org> - 4.7.0-0.3.tp
- also strip -lpulse from .prl files (fixes PyQt4 QtMultimedia binding build)


Index: qt.spec
===================================================================
RCS file: /cvs/pkgs/rpms/qt/devel/qt.spec,v
retrieving revision 1.380
retrieving revision 1.381
diff -u -p -r1.380 -r1.381
--- qt.spec	16 Mar 2010 15:26:44 -0000	1.380
+++ qt.spec	21 Mar 2010 00:52:37 -0000	1.381
@@ -15,7 +15,7 @@ Summary: Qt toolkit
 Name:    qt
 Epoch:   1
 Version: 4.7.0
-Release: 0.2.%{pre}%{?dist}
+Release: 0.3.%{pre}%{?dist}
 
 # See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details
 License: LGPLv2 with exceptions or GPLv3 with exceptions
@@ -552,7 +552,7 @@ glib2_libs=$(pkg-config --libs glib-2.0 
 ssl_libs=$(pkg-config --libs openssl)
 for dep in \
   -laudio -ldbus-1 -lfreetype -lfontconfig ${glib2_libs} \
-  -ljpeg -lm -lmng -lpng ${ssl_libs} -lsqlite3 -lz \
+  -ljpeg -lm -lmng -lpng -lpulse ${ssl_libs} -lsqlite3 -lz \
   -L/usr/X11R6/lib -L/usr/X11R6/%{_lib} -L%{_libdir} ; do
   sed -i -e "s|$dep ||g" %{buildroot}%{_qt4_libdir}/lib*.la 
 #  sed -i -e "s|$dep ||g" %{buildroot}%{_qt4_libdir}/pkgconfig/*.pc
@@ -1015,6 +1015,9 @@ fi
 
 
 %changelog
+* Sun Mar 21 2010 Kevin Kofler <Kevin at tigcc.ticalc.org> - 4.7.0-0.3.tp
+- also strip -lpulse from .prl files (fixes PyQt4 QtMultimedia binding build)
+
 * Tue Mar 16 2010 Rex Dieter <rdieter at fedoraproject.org> - 4.7.0-0.2.tp
 - qt-4.7.0-tp
 - macros.qt4 : +%%_qt4_importdir



More information about the scm-commits mailing list