packages: qwt/qwt.spec - up to 5.2.0; build with -j1 because it tries to li...
arekm
arekm at pld-linux.org
Sat Jan 30 08:17:41 CET 2010
Author: arekm Date: Sat Jan 30 07:17:41 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- up to 5.2.0; build with -j1 because it tries to link to lib that's not yet build (broken dep rules)
---- Files affected:
packages/qwt:
qwt.spec (1.22 -> 1.23)
---- Diffs:
================================================================
Index: packages/qwt/qwt.spec
diff -u packages/qwt/qwt.spec:1.22 packages/qwt/qwt.spec:1.23
--- packages/qwt/qwt.spec:1.22 Fri Jan 29 01:19:18 2010
+++ packages/qwt/qwt.spec Sat Jan 30 08:17:36 2010
@@ -7,12 +7,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.1
-Release: 2
+Version: 5.2.0
+Release: 1
License: Qwt v1.0
Group: Libraries
Source0: http://dl.sourceforge.net/qwt/%{name}-%{version}.tar.bz2
-# Source0-md5: 218cef1a39ebda6cfa440a0727464275
+# Source0-md5: c60b4cfac271a41524402b3ae5197890
URL: http://qwt.sourceforge.net/
BuildRequires: QtCore-devel
BuildRequires: QtDesigner-devel
@@ -67,7 +67,7 @@
%build
qmake-qt4 qwt.pro
-%{__make} \
+%{__make} -j1 \
CC="%{__cc}" \
CXX="%{__cxx}"
@@ -132,6 +132,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.23 2010/01/30 07:17:36 arekm
+- up to 5.2.0; build with -j1 because it tries to link to lib that's not yet build (broken dep rules)
+
Revision 1.22 2010/01/29 00:19:18 sparky
- BR: qt4-build
- fix needed: does not build without qwt-devel
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/qwt/qwt.spec?r1=1.22&r2=1.23&f=u
More information about the pld-cvs-commit
mailing list