rpms/rkward/devel rkward.spec,1.25,1.26

Pierre-YvesChibon pingou at fedoraproject.org
Wed Oct 29 18:06:32 UTC 2008


Author: pingou

Update of /cvs/pkgs/rpms/rkward/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16285

Modified Files:
	rkward.spec 
Log Message:



Index: rkward.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rkward/devel/rkward.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- rkward.spec	29 Oct 2008 17:57:26 -0000	1.25
+++ rkward.spec	29 Oct 2008 18:06:02 -0000	1.26
@@ -1,8 +1,8 @@
-%define  Rversion 2.7.0
+%define  Rversion 2.8.0
 
 Name:           rkward
 Version:        0.5.0b
-Release:        8%{?dist}
+Release:        9%{?dist}
 Summary:        Graphical frontend for R language
 Summary(fr):    Interface graphique pour le langage R 
 
@@ -37,6 +37,7 @@
 %setup -q 
 #-n %{name}-%{version}-pre1
 
+sed -i -e "s|#include \"Rdevices.h\"||" rkward/rbackend/rembedinternal.cpp
 
 %build
 mkdir -p %{_target_platform}
@@ -46,8 +47,6 @@
 
 make %{?_smp_mflags} -C %{_target_platform}
 
-sed -i -e "s|#include \"Rdevices.h\"||" rkward/rbackend/rembedinternal.cpp
-
 %install
 rm -rf %{buildroot}
 
@@ -118,6 +117,9 @@
 %{_datadir}/kde4/apps/katepart/syntax/%{name}.xml
 
 %changelog
+* Wed Oct 29 2008 pingou <pingou -AT- pingoured.fr> 0.5.0b-9
+- Move the sed to prep 
+
 * Wed Oct 29 2008 pingou <pingou -AT- pingoured.fr> 0.5.0b-8
 - Rebuild for R 2.8.0 
 - Remove the Rdevices.h which make the build failed




More information about the scm-commits mailing list