rpms/qt4/devel qt4.spec,1.18,1.19

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Mon Aug 7 12:32:20 UTC 2006


Author: rdieter

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

Modified Files:
	qt4.spec 
Log Message:
* Mon Aug 07 2006 Rex Dieter <rexdieter[AT]users.sf.net> 4.2.0-0.5.tp1
- fix empty -debuginfo
- use $RPM_OPT_FLAGS



Index: qt4.spec
===================================================================
RCS file: /cvs/extras/rpms/qt4/devel/qt4.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- qt4.spec	1 Aug 2006 15:28:13 -0000	1.18
+++ qt4.spec	7 Aug 2006 12:32:20 -0000	1.19
@@ -8,7 +8,7 @@
 Summary: Qt toolkit
 Name:	 qt4
 Version: 4.2.0
-Release: 0.4.%{beta}%{?dist}
+Release: 0.5.%{beta}%{?dist}
 
 License: GPL/QPL
 Group: 	 System Environment/Libraries
@@ -210,10 +210,11 @@
 %define platform linux-g++
 %endif
 sed -i -e "s|-O2|$RPM_OPT_FLAGS|g" mkspecs/%{platform}/qmake.conf
+sed -i -e "s|-O2|$RPM_OPT_FLAGS|g" mkspecs/common/*.conf ||:
 
 # undefine QMAKE_STRIP, so we get useful -debuginfo pkgs
 sed -i -e "s|^QMAKE_STRIP.*=.*|QMAKE_STRIP             =|" mkspecs/linux-g++*/qmake.conf
-#sed -i  -e "s|= strip$|= |g" mkspecs/linux-g++*/qmake.conf
+sed -i -e "s|^QMAKE_STRIP.*=.*|QMAKE_STRIP             =|" mkspecs/common/*.conf ||:
 
 # set correct lib path
 if [ "%{_lib}" == "lib64" ] ; then
@@ -479,6 +480,10 @@
 
 
 %changelog
+* Mon Aug 07 2006 Rex Dieter <rexdieter[AT]users.sf.net> 4.2.0-0.5.tp1
+- fix empty -debuginfo
+- use $RPM_OPT_FLAGS
+
 * Thu Jul 20 2006 Rex Dieter <rexdieter[AT]users.sf.net> 4.2.0-0.4.tp1
 - strip -laudio, -ldbus-1, -lglib-2.0 from .pc files
 




More information about the fedora-extras-commits mailing list