rpms/R/devel R.spec,1.65,1.66

Karsten Hopp karsten at fedoraproject.org
Thu Oct 15 08:59:01 UTC 2009


Author: karsten

Update of /cvs/extras/rpms/R/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27507

Modified Files:
	R.spec 
Log Message:
- s390 (not s390x) needs the -m31 compiler flag




Index: R.spec
===================================================================
RCS file: /cvs/extras/rpms/R/devel/R.spec,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -p -r1.65 -r1.66
--- R.spec	24 Aug 2009 19:39:58 -0000	1.65
+++ R.spec	15 Oct 2009 08:59:00 -0000	1.66
@@ -6,7 +6,7 @@
 
 Name: R
 Version: 2.9.2
-Release: 1%{?dist}
+Release: 2%{?dist}
 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
@@ -208,6 +208,12 @@ case "%{_target_cpu}" in
           export F77="gfortran"
           export FC="gfortran"
       ;;
+      s390)
+          export CC="gcc -m31"
+          export CXX="g++ -m31"
+          export F77="gfortran -m31"
+          export FC="gfortran -m31"
+      ;;    
       *)
           export CC="gcc -m32"
           export CXX="g++ -m32"
@@ -996,6 +1002,9 @@ R CMD javareconf \
 %postun -n libRmath -p /sbin/ldconfig
 
 %changelog
+* Thu Oct 15 2009 Karsten Hopp <karsten at redhat.com> 2.9.2-2
+- s390 (not s390x) needs the -m31 compiler flag
+
 * Mon Aug 24 2009 Tom "spot" Callaway <tcallawa at redhat.com> - 2.9.2-1
 - Update to 2.9.2
 




More information about the fedora-extras-commits mailing list