rpms/ncl/devel ncarg.csh, NONE, 1.1 ncarg.sh, NONE, 1.1 ncl.spec, 1.9, 1.10 ncl.csh, 1.1, NONE ncl.sh, 1.1, NONE

Orion Poplawski orion at fedoraproject.org
Fri Dec 12 18:08:06 UTC 2008


Author: orion

Update of /cvs/pkgs/rpms/ncl/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20852

Modified Files:
	ncl.spec 
Added Files:
	ncarg.csh ncarg.sh 
Removed Files:
	ncl.csh ncl.sh 
Log Message:
Keep the ncarg profile.d filenames for compatibility



--- NEW FILE ncarg.csh ---
setenv NCARG_ROOT /usr
setenv NCARG_LIB /usr/@LIB@/ncarg


--- NEW FILE ncarg.sh ---
export NCARG_ROOT=/usr
export NCARG_LIB=/usr/@LIB@/ncarg


Index: ncl.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ncl/devel/ncl.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ncl.spec	12 Dec 2008 18:03:54 -0000	1.9
+++ ncl.spec	12 Dec 2008 18:07:36 -0000	1.10
@@ -9,8 +9,8 @@
 # You must register for a free account at http://www.earthsystemgrid.org/ before being able to download the source.
 Source0:        http://datanode.ucar.edu/data/xserve/ncl/5.0.0/binaries/source/ncl_ncarg_src-5.0.0.tar.gz
 Source1:        Site.local.ncl
-Source2:        ncl.csh
-Source3:        ncl.sh
+Source2:        ncarg.csh
+Source3:        ncarg.sh
 
 # ymake uses cpp with some defines on the command line to generate a 
 # Makefile which consists in:
@@ -145,7 +145,7 @@
 
 #Setup the profile scripts
 cp %{SOURCE2} %{SOURCE3} .
-sed -i -e s, at LIB@,%{_lib},g ncl.csh ncl.sh
+sed -i -e s, at LIB@,%{_lib},g ncarg.csh ncarg.sh
 
 pushd ni/src/examples
 for file in */*.ncl; do
@@ -176,7 +176,7 @@
 export NCARG=`pwd`
 make install DESTDIR=$RPM_BUILD_ROOT
 mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/profile.d
-install -m 0644 ncl.csh ncl.sh $RPM_BUILD_ROOT%{_sysconfdir}/profile.d
+install -m 0644 ncarg.csh ncarg.sh $RPM_BUILD_ROOT%{_sysconfdir}/profile.d
 # Don't conflict with allegro-devel (generic API names)
 for manpage in $RPM_BUILD_ROOT%{_mandir}/man3/*
 do
@@ -196,7 +196,7 @@
 %files
 %defattr(-,root,root,-)
 %doc COPYING Copyright README
-%{_sysconfdir}/profile.d/ncl.*sh
+%{_sysconfdir}/profile.d/ncarg.*sh
 %{_bindir}/ConvertMapData
 %{_bindir}/WriteLineFile
 %{_bindir}/WriteNameFile


--- ncl.csh DELETED ---


--- ncl.sh DELETED ---




More information about the fedora-extras-commits mailing list