- Update to 5.1.1
This commit is contained in:
parent
5a0606c9fa
commit
4376e00cf6
@ -1 +1 @@
|
||||
ncl_ncarg_src-5.1.0.tar.gz
|
||||
ncl_ncarg_src-5.1.1.tar.gz
|
||||
|
@ -7,8 +7,9 @@
|
||||
#define IncSearch -I/usr/include/netcdf
|
||||
#define LibSearch -L@libdir@/hdf
|
||||
|
||||
#define BuildV5D FALSE
|
||||
#define BuildHDFEOS FALSE
|
||||
#define BuildNetCDF4 0
|
||||
#define BuildV5D 0
|
||||
#define BuildHDFEOS 0
|
||||
#define BuildTRIANGLE 0
|
||||
#define V5Dlib
|
||||
#define BuildDODS TRUE
|
||||
#define BuildDODS 1
|
||||
|
8
ncl.spec
8
ncl.spec
@ -1,6 +1,6 @@
|
||||
Name: ncl
|
||||
Version: 5.1.0
|
||||
Release: 4%{?dist}
|
||||
Version: 5.1.1
|
||||
Release: 1%{?dist}
|
||||
Summary: NCAR Command Language and NCAR Graphics
|
||||
|
||||
Group: Applications/Engineering
|
||||
@ -281,6 +281,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/ncarg/libngmath.a
|
||||
%{_libdir}/ncarg/libnfp.a
|
||||
%{_libdir}/ncarg/libnfpfort.a
|
||||
%{_libdir}/ncarg/libnio.a
|
||||
%{_libdir}/ncarg/libsphere3.1_dp.a
|
||||
%{_libdir}/ncarg/ncarg/
|
||||
%{_mandir}/man3/*.gz
|
||||
@ -298,6 +299,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Jul 13 2009 - Orion Poplawski <orion@cora.nwra.com> - 5.1.1-1
|
||||
- Update to 5.1.1
|
||||
|
||||
* Tue Jul 7 2009 - Orion Poplawski <orion@cora.nwra.com> - 5.1.0-4
|
||||
- Fixup more paths in shipped ncl scripts (bug #505240)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user