rpms/ncarg/devel Site.local,1.3,1.4 ncarg.spec,1.14,1.15

Orion Poplawski (orion) fedora-extras-commits at redhat.com
Wed Jun 27 15:36:02 UTC 2007


Author: orion

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

Modified Files:
	Site.local ncarg.spec 
Log Message:
Try to fix up ppc64 build



Index: Site.local
===================================================================
RCS file: /cvs/pkgs/rpms/ncarg/devel/Site.local,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Site.local	26 Jun 2007 22:45:35 -0000	1.3
+++ Site.local	27 Jun 2007 15:35:27 -0000	1.4
@@ -2,7 +2,6 @@
 #define ManRoot $(RPM_BUILD_ROOT)/usr/share/man
 #define LibRoot $(RPM_BUILD_ROOT)/usr/@LIB@/ncarg
 
-#define StdDefines -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped
 #define CcOptions $(RPM_OPT_FLAGS)
 #define FcOptions $(RPM_OPT_FLAGS)
 #define BuildWithF90 TRUE


Index: ncarg.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ncarg/devel/ncarg.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ncarg.spec	26 Jun 2007 22:45:35 -0000	1.14
+++ ncarg.spec	27 Jun 2007 15:35:27 -0000	1.15
@@ -1,6 +1,6 @@
 Name:           ncarg
 Version:        4.4.2
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A Fortran and C based software package for scientific visualization
 Group:          Development/Libraries
 License:        GPL
@@ -38,6 +38,8 @@
 #Fix up the lib install dir
 cp %{SOURCE2} %{SOURCE3} .
 sed -i -e s, at LIB@,%{_lib},g config/Site.local ncarg.csh ncarg.sh
+#Remove -DSYSV from StdDefines
+sed -i -e /StdDefines/s/-DSYSV// config/LINUX.*
 
 
 %build
@@ -139,6 +141,9 @@
 
 
 %changelog
+* Wed Jun 27 2007 - Orion Poplawski <orion at cora.nwra.com> - 4.4.2-2
+- Try to fix up ppc64 build
+
 * Tue Jun 26 2007 - Orion Poplawski <orion at cora.nwra.com> - 4.4.2-1
 - Update to 4.4.2
 




More information about the fedora-extras-commits mailing list