rpms/rkward/F-8 rkward.spec,1.4,1.5

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


Author: pingou

Update of /cvs/pkgs/rpms/rkward/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31129

Modified Files:
	rkward.spec 
Log Message:



Index: rkward.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rkward/F-8/rkward.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- rkward.spec	23 Oct 2007 00:09:04 -0000	1.4
+++ rkward.spec	11 Dec 2007 12:33:35 -0000	1.5
@@ -1,6 +1,6 @@
 Name:           rkward
-Version:        0.4.8 
-Release:        2%{?dist}
+Version:        0.4.8a 
+Release:        4%{?dist}
 Summary:        Graphical frontend for R language
 Summary(fr):    Interface graphique pour le langage R 
 
@@ -10,7 +10,8 @@
 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
+BuildRequires:  kdebase-devel R-devel php desktop-file-utils gettext PyQt-devel
+BuildRequires:  qt-devel 
 
 %description
 RKWard aims to provide an easily extensible, easy to use IDE/GUI for the
@@ -30,7 +31,9 @@
 
 
 %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,17 +107,34 @@
 
 
 %changelog
+*Tue Dec 11 2007 Pingou <pingoufc4 at yahoo.fr> 0.4.8a-4
+- Add qt-devel to the BR
+
+*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
+- Update to 0.4.8a
+
 *Mon Oct 22 2007 Pingou <pingoufc4 at yahoo.fr> 0.4.8-2
 - Problem in CVS
+
 *Mon Oct 22 2007 Pingou <pingoufc4 at yahoo.fr> 0.4.8-1
 - Update to 0.4.8 and R 2.6
+
 *Tue Aug 07 2007 Pingou <pingoufc4 at yahoo.fr> 0.4.7-3
 -Remove the diff (was my mistakes)
+
 *Tue Aug 07 2007 Pingou <pingoufc4 at yahoo.fr> 0.4.7-3
 -Add the %%post and %%postun section
+
 *Tue Jul 03 2007 Pingou <pingoufc4 at yahoo.fr> 0.4.7-2
 -Correction on the build
 -correction in the consistensy on the variables
+
 *Thu Jun 14 2007 Pingou <pingoufc4 at yahoo.fr> 0.4.7-1
 -First build for Fedora
 




More information about the fedora-extras-commits mailing list