rpms/ncarg/FC-5 ncarg.csh, 1.1, 1.2 ncarg.sh, 1.1, 1.2 ncarg.spec, 1.3, 1.4

Orion Poplawski (orion) fedora-extras-commits at redhat.com
Thu Sep 21 20:50:29 UTC 2006


Author: orion

Update of /cvs/extras/rpms/ncarg/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27434/FC-5

Modified Files:
	ncarg.csh ncarg.sh ncarg.spec 
Log Message:
Add NCARG_LIB to ncarg.sh/ncarg.csh profile so ncargpath points to the right
place (bug #207498).



Index: ncarg.csh
===================================================================
RCS file: /cvs/extras/rpms/ncarg/FC-5/ncarg.csh,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ncarg.csh	3 Feb 2006 17:12:53 -0000	1.1
+++ ncarg.csh	21 Sep 2006 20:50:29 -0000	1.2
@@ -1 +1,2 @@
 setenv NCARG_ROOT /usr
+setenv NCARG_LIB /usr/LIB/ncarg


Index: ncarg.sh
===================================================================
RCS file: /cvs/extras/rpms/ncarg/FC-5/ncarg.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ncarg.sh	3 Feb 2006 17:12:53 -0000	1.1
+++ ncarg.sh	21 Sep 2006 20:50:29 -0000	1.2
@@ -1 +1,2 @@
 export NCARG_ROOT=/usr
+export NCARG_LIB=/usr/LIB/ncarg


Index: ncarg.spec
===================================================================
RCS file: /cvs/extras/rpms/ncarg/FC-5/ncarg.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ncarg.spec	20 Feb 2006 21:37:52 -0000	1.3
+++ ncarg.spec	21 Sep 2006 20:50:29 -0000	1.4
@@ -1,6 +1,6 @@
 Name:           ncarg
 Version:        4.4.1
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        A Fortran and C based software package for scientific visualization
 Group:          Development/Libraries
 License:        GPL
@@ -34,7 +34,7 @@
 %patch2 -p1 -b .include
 cp %{SOURCE1} config
 #Fix up the lib install dir
-sed -i -e s/LIB/%{_lib}/ config/Site.local
+sed -i -e s,/LIB/,/%{_lib}/, config/Site.local %{SOURCE2} %{SOURCE3}
 
 
 %build
@@ -134,6 +134,10 @@
 
 
 %changelog
+* Thu Sep 21 2006 - Orion Poplawski <orion at cora.nwra.com> - 4.4.1-4
+- Add NCARG_LIB to ncarg.sh/ncarg.csh profile so ncargpath points to the right
+  place (bug #207498).
+
 * Mon Feb 20 2006 - Orion Poplawski <orion at cora.nwra.com> - 4.4.1-3
 - Rename man3 manpages to not conflict with allegro-devel
 




More information about the fedora-extras-commits mailing list