]> git.pld-linux.org Git - packages/qwt.git/commitdiff
- up to 5.1.1 auto/th/qwt-5_1_1-1 auto/ti/qwt-5_1_1-1
authortwittner <twittner@pld-linux.org>
Sun, 17 Aug 2008 11:58:47 +0000 (11:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- pass %{__cc}, %{__cxx} to make (for ccache)

Changed files:
    qwt.spec -> 1.20

qwt.spec

index 746b10e1415468d4cdc2c010e326d814c9bd2390..57eb36168a954f34ba09365582ed15259567c4a6 100644 (file)
--- a/qwt.spec
+++ b/qwt.spec
@@ -1,12 +1,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
@@ -60,7 +60,9 @@ Wtyczka qwt dla Qt Designera.
 %build
 qmake-qt4 qwt.pro
 
-%{__make}
+%{__make} \
+       CC="%{__cc}" \
+       CXX="%{__cxx}"
 
 ### can't build without qwt-devel ver 5.1.0 installed
 #cd examples
This page took 0.040073 seconds and 4 git commands to generate.