SPECS: qwt.spec - up to 5.1.1 - pass %{__cc}, %{__cxx} to make (for ccache)

twittner twittner at pld-linux.org
Sun Aug 17 13:58:53 CEST 2008


Author: twittner                     Date: Sun Aug 17 11:58:53 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- up to 5.1.1
- pass %{__cc}, %{__cxx} to make (for ccache)

---- Files affected:
SPECS:
   qwt.spec (1.19 -> 1.20) 

---- Diffs:

================================================================
Index: SPECS/qwt.spec
diff -u SPECS/qwt.spec:1.19 SPECS/qwt.spec:1.20
--- SPECS/qwt.spec:1.19	Thu Jul 10 09:51:42 2008
+++ SPECS/qwt.spec	Sun Aug 17 13:58:47 2008
@@ -2,12 +2,12 @@
 Summary:	2D plotting widget extension to the Qt GUI
 Summary(pl.UTF-8):	Rozszerzenie wykresów 2D dla GUI Qt
 Name:		qwt
-Version:	5.1.0
-Release:	2
+Version:	5.1.1
+Release:	1
 License:	Qwt v1.0
 Group:		Libraries
 Source0:	http://dl.sourceforge.net/qwt/%{name}-%{version}.tar.bz2
-# Source0-md5:	c585dc3b1ea5ad00747721f68687d868
+# Source0-md5:	218cef1a39ebda6cfa440a0727464275
 URL:		http://qwt.sourceforge.net/
 BuildRequires:	QtCore-devel
 BuildRequires:	QtDesigner-devel
@@ -61,7 +61,9 @@
 %build
 qmake-qt4 qwt.pro
 
-%{__make}
+%{__make} \
+	CC="%{__cc}" \
+	CXX="%{__cxx}"
 
 ### can't build without qwt-devel ver 5.1.0 installed
 #cd examples
@@ -124,6 +126,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.20  2008/08/17 11:58:47  twittner
+- up to 5.1.1
+- pass %{__cc}, %{__cxx} to make (for ccache)
+
 Revision 1.19  2008/07/10 07:51:42  glen
 - release 2
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/qwt.spec?r1=1.19&r2=1.20&f=u



More information about the pld-cvs-commit mailing list