rpms/ncarg/devel ncarg.csh, 1.1, 1.2 ncarg.sh, 1.1, 1.2 ncarg.spec, 1.4, 1.5

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


Author: orion

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

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/devel/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:30 -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/devel/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:30 -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/devel/ncarg.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ncarg.spec	30 Aug 2006 03:23:08 -0000	1.4
+++ ncarg.spec	21 Sep 2006 20:50:30 -0000	1.5
@@ -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-5
+- Add NCARG_LIB to ncarg.sh/ncarg.csh profile so ncargpath points to the right
+  place (bug #207498).
+
 * Tue Aug 29 2006 - Orion Poplawski <orion at cora.nwra.com> - 4.4.1-4
 - Rebuild for FC6
 




More information about the fedora-extras-commits mailing list