SPECS: qrfcview.spec - respect %__cxx: pass it to make (for building correc...

twittner twittner at pld-linux.org
Wed Jul 30 09:13:18 CEST 2008


Author: twittner                     Date: Wed Jul 30 07:13:18 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- respect %__cxx: pass it to make (for building correctness
  in general and for using ccache in particular)
- rel. 2 (due to qt4-qmake -> qmake-qt4 changes)

---- Files affected:
SPECS:
   qrfcview.spec (1.8 -> 1.9) 

---- Diffs:

================================================================
Index: SPECS/qrfcview.spec
diff -u SPECS/qrfcview.spec:1.8 SPECS/qrfcview.spec:1.9
--- SPECS/qrfcview.spec:1.8	Fri Jan  4 20:55:17 2008
+++ SPECS/qrfcview.spec	Wed Jul 30 09:13:13 2008
@@ -6,7 +6,7 @@
 Summary(pl.UTF-8):	Sprytna przeglądarka dokumentów RFC
 Name:		qrfcview
 Version:	0.62
-Release:	1
+Release:	2
 License:	GPL
 Group:		X11/Applications
 Source0:	http://download.berlios.de/qrfcview/%{name}-%{version}.tgz
@@ -48,7 +48,9 @@
 %build
 export QTDIR="%{_prefix}"
 qmake-qt4
-%{__make}
+%{__make} \
+	CC="%{__cc}" \
+	CXX="%{__cxx}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -74,6 +76,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.9  2008/07/30 07:13:13  twittner
+- respect %__cxx: pass it to make (for building correctness
+  in general and for using ccache in particular)
+- rel. 2 (due to qt4-qmake -> qmake-qt4 changes)
+
 Revision 1.8  2008/01/04 19:55:17  qboosh
 - qt4-qmake -> qmake-qt4
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/qrfcview.spec?r1=1.8&r2=1.9&f=u



More information about the pld-cvs-commit mailing list