packages: rkward/rkward.spec - up to 0.5.4 - drop cmake options provided by...
lisu
lisu at pld-linux.org
Tue Oct 5 14:00:54 CEST 2010
Author: lisu Date: Tue Oct 5 12:00:54 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- up to 0.5.4
- drop cmake options provided by %%cmake macro
---- Files affected:
packages/rkward:
rkward.spec (1.26 -> 1.27)
---- Diffs:
================================================================
Index: packages/rkward/rkward.spec
diff -u packages/rkward/rkward.spec:1.26 packages/rkward/rkward.spec:1.27
--- packages/rkward/rkward.spec:1.26 Sat May 8 10:43:33 2010
+++ packages/rkward/rkward.spec Tue Oct 5 14:00:49 2010
@@ -1,15 +1,15 @@
# $Revision$, $Date$
-%define qtver 4.6.2
-%define kdever 4.4.2
+%define qtver 4.6.3
+%define kdever 4.5.1
Summary: GUI for the R-project
Summary(pl.UTF-8): Interfejs dla języka R
Name: rkward
-Version: 0.5.3
+Version: 0.5.4
Release: 1
License: GPL
Group: Applications/Math
Source0: http://downloads.sourceforge.net/rkward/%{name}-%{version}.tar.gz
-# Source0-md5: 1a1fb29b5f59b6150a3fd08bb51672b7
+# Source0-md5: 417377f8ea4623c050b46a0dc5cec88d
URL: http://rkward.sourceforge.net/
BuildRequires: QtCore-devel >= %{qtver}
BuildRequires: QtDBus-devel >= %{qtver}
@@ -26,7 +26,7 @@
BuildRequires: kde4-kdelibs-devel >= %{kdever}
BuildRequires: qt4-build
BuildRequires: qt4-qmake
-BuildRequires: rpmbuild(macros) >= 1.129
+BuildRequires: rpmbuild(macros) >= 1.577
Requires: R >= 2.0.0
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -49,12 +49,7 @@
install -d build
cd build
%cmake .. \
- -DCMAKE_BUILD_TYPE=%{!?debug:Release}%{?debug:Debug} \
- -DCMAKE_INSTALL_PREFIX=%{_prefix} \
- -DLIBR_SO=%{_libdir}/libR.so \
-%if "%{_lib}" == "lib64"
- -DLIB_SUFFIX=64
-%endif
+ -DLIBR_SO=%{_libdir}/libR.so
%install
rm -rf $RPM_BUILD_ROOT
@@ -84,6 +79,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.27 2010/10/05 12:00:49 lisu
+- up to 0.5.4
+- drop cmake options provided by %%cmake macro
+
Revision 1.26 2010/05/08 08:43:33 lisu
- BR: QtSvg-devel
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/rkward/rkward.spec?r1=1.26&r2=1.27&f=u
More information about the pld-cvs-commit
mailing list