rpms/rkward/devel rkward.spec,1.5,1.6

Pierre-YvesChibon (pingou) fedora-extras-commits at redhat.com
Tue Dec 11 11:34:05 UTC 2007


Author: pingou

Update of /cvs/pkgs/rpms/rkward/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20708

Modified Files:
	rkward.spec 
Log Message:



Index: rkward.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rkward/devel/rkward.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- rkward.spec	11 Dec 2007 10:39:59 -0000	1.5
+++ rkward.spec	11 Dec 2007 11:33:25 -0000	1.6
@@ -1,6 +1,6 @@
 Name:           rkward
 Version:        0.4.8a 
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Graphical frontend for R language
 Summary(fr):    Interface graphique pour le langage R 
 
@@ -10,7 +10,7 @@
 Source0:        http://downloads.sourceforge.net/rkward/%{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  kdebase-devel R-devel php desktop-file-utils gettext PyQt-devel kde-config
+BuildRequires:  kdebase-devel R-devel php desktop-file-utils gettext PyQt-devel 
 
 %description
 RKWard aims to provide an easily extensible, easy to use IDE/GUI for the
@@ -30,7 +30,10 @@
 
 
 %build
-%configure  --with-r-libdir=%{_libdir}/R/library --disable-rpath  
+# set some default enviroments
+unset QTDIR && . /etc/profile.d/qt.sh
+
+%configure  --with-r-libdir=%{_libdir}/R/library --disable-rpath 
 sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
 sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
 make %{?_smp_mflags}
@@ -104,7 +107,10 @@
 
 
 %changelog
-*Tue Dec 11 2007 Pingou <pingoufc4 at yahoo.fr> 0.4.8a-1
+*Tue Dec 11 2007 Pingou <pingoufc4 at yahoo.fr> 0.4.8a-3
+- Set the default environment for Qt
+
+*Tue Dec 11 2007 Pingou <pingoufc4 at yahoo.fr> 0.4.8a-2
 - Changes on the BR
 
 *Mon Oct 22 2007 Pingou <pingoufc4 at yahoo.fr> 0.4.8a-1




More information about the fedora-extras-commits mailing list