template-specs: qt4.spec - qt4 CXX and FLAGS passing

glen glen at pld-linux.org
Tue May 22 22:30:14 CEST 2012


Author: glen                         Date: Tue May 22 20:30:14 2012 GMT
Module: template-specs                Tag: HEAD
---- Log message:
- qt4 CXX and FLAGS passing

---- Files affected:
template-specs:
   qt4.spec (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: template-specs/qt4.spec
diff -u template-specs/qt4.spec:1.4 template-specs/qt4.spec:1.5
--- template-specs/qt4.spec:1.4	Fri Jan  4 21:14:02 2008
+++ template-specs/qt4.spec	Tue May 22 22:30:09 2012
@@ -34,6 +34,14 @@
 qmake-qt4
 %{__make}
 
+%{__make} \
+	CXX="%{__cxx}" \
+	CXXFLAGS="%{rpmcxxflags}"
+%{__make} gui \
+	QMAKE=qmake-qt4 \
+	CXX="%{__cxx}" \
+	CXXFLAGS="%{rpmcxxflags} "'$(DEFINES)'
+
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_bindir}
@@ -52,6 +60,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.5  2012/05/22 20:30:09  glen
+- qt4 CXX and FLAGS passing
+
 Revision 1.4  2008/01/04 20:14:02  qboosh
 - qt4-qmake -> qmake-qt4
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/template-specs/qt4.spec?r1=1.4&r2=1.5



More information about the pld-cvs-commit mailing list