rpms/R/EL-4 R.spec,1.27,1.28

Tom Callaway spot at fedoraproject.org
Wed Mar 4 21:58:44 UTC 2009


Author: spot

Update of /cvs/pkgs/rpms/R/EL-4
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9421

Modified Files:
	R.spec 
Log Message:
debugging


Index: R.spec
===================================================================
RCS file: /cvs/pkgs/rpms/R/EL-4/R.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- R.spec	4 Mar 2009 21:47:16 -0000	1.27
+++ R.spec	4 Mar 2009 21:58:14 -0000	1.28
@@ -6,7 +6,7 @@
 
 Name: R
 Version: 2.8.1
-Release: 2%{?dist}.1
+Release: 2%{?dist}.2
 Summary: A language for data analysis and graphics
 URL: http://www.r-project.org
 Source0: ftp://cran.r-project.org/pub/R/src/base/R-2/R-%{version}.tar.gz
@@ -188,7 +188,7 @@
 esac
 
 export FCFLAGS="%{optflags}"
-( %configure \
+%configure \
     --with-system-zlib --with-system-bzlib --with-system-pcre \
     --with-lapack \
     --with-tcl-config=%{_libdir}/tclConfig.sh \
@@ -196,9 +196,11 @@
     --enable-R-shlib \
     rdocdir=%{_docdir}/R-%{version} \
     rincludedir=%{_includedir}/R \
-    rsharedir=%{_datadir}/R) \
- | grep -A30 'R is now' - > CAPABILITIES
+    rsharedir=%{_datadir}/R
+# ) \
+# | grep -A30 'R is now' - > CAPABILITIES
 cat config.log
+BARF
 make 
 (cd src/nmath/standalone; make)
 #make check-all




More information about the fedora-extras-commits mailing list