rpms/netcdf-decoders/devel .cvsignore, 1.3, 1.4 netcdf-decoders.spec, 1.4, 1.5 sources, 1.3, 1.4

Orion Poplawski (orion) fedora-extras-commits at redhat.com
Sat Feb 9 18:08:41 UTC 2008


Author: orion

Update of /cvs/pkgs/rpms/netcdf-decoders/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17898

Modified Files:
	.cvsignore netcdf-decoders.spec sources 
Log Message:
* Sat Feb  9 2008 - Orion Poplawski <orion at cora.nwra.com> - 5.0.0-1
- Update to 5.0.0



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/netcdf-decoders/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	22 May 2007 23:12:20 -0000	1.3
+++ .cvsignore	9 Feb 2008 18:07:56 -0000	1.4
@@ -1 +1 @@
-decoders-4.1.5.tar.Z
+decoders-5.0.0.tar.gz


Index: netcdf-decoders.spec
===================================================================
RCS file: /cvs/pkgs/rpms/netcdf-decoders/devel/netcdf-decoders.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- netcdf-decoders.spec	23 Aug 2007 17:35:07 -0000	1.4
+++ netcdf-decoders.spec	9 Feb 2008 18:07:56 -0000	1.5
@@ -1,12 +1,12 @@
 Name:           netcdf-decoders
-Version:        4.1.6
+Version:        5.0.0
 Release:        1%{?dist}
 Summary:        Converts WMO GRIB products into NetCDF files
 
 Group:          Applications/Engineering
 License:        MIT
-URL:            http://www.unidata.ucar.edu/downloads/decoders/index.jsp
-Source0:        ftp://ftp.unidata.ucar.edu/pub/decoders/decoders-%{version}.tar.Z
+URL:            http://www.unidata.ucar.edu/software/decoders/
+Source0:        ftp://ftp.unidata.ucar.edu/pub/decoders/decoders-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  netcdf-devel, udunits-devel
 
@@ -20,10 +20,12 @@
 METAR, buoy, upper air, and synoptic products. This package requires the
 installation of NetCDF, UDUNITS, and the Perl-NetCDF packages to work.
 
+This package is being deprecated because of it's limitation of not being able
+to decode Grib2, compile problems, and static parameter table.
+
 
 %prep
 %setup -q -n decoders-%{version}
-sed -i -e '1s,/usr/local/bin/perl,%{_bindir}/perl,' src/ldmConnect/ldmConnect
 # We do our customization explicitly below
 rm -f src/CUSTOMIZE
 
@@ -52,22 +54,9 @@
 %files
 %defattr(-,root,root,-)
 %doc src/COPYRIGHT src/RELEASE-NOTES
-%{_bindir}/ascii2nc
-%{_bindir}/buoy2nc
-%{_bindir}/buoyWriter
 %{_bindir}/gribdump
 %{_bindir}/gribtocdl
 %{_bindir}/gribtonc
-%{_bindir}/ldmConnect
-%{_bindir}/metar2nc
-%{_bindir}/metar2nc.new1
-%{_bindir}/metarWriter
-%{_bindir}/syn2nc
-%{_bindir}/synopticWriter
-%{_bindir}/ua2nc
-%{_bindir}/upperairWriter
-%{_bindir}/zoneWriter
-%{_datadir}/%{name}/buoy.cdl
 %{_datadir}/%{name}/ecmwf_1-12.cdl
 %{_datadir}/%{name}/eta_211.cdl
 %{_datadir}/%{name}/gfs_21-24.cdl
@@ -75,33 +64,21 @@
 %{_datadir}/%{name}/gfs_25-26.cdl
 %{_datadir}/%{name}/gfs_37-44.cdl
 %{_datadir}/%{name}/gribtonc.entries
-%{_datadir}/%{name}/lsfstns.tbl
-%{_datadir}/%{name}/metar.cdl
-%{_datadir}/%{name}/metar.cdl.new1
 %{_datadir}/%{name}/ngm_211.cdl
 %{_datadir}/%{name}/ocean_21-24.cdl
-%{_datadir}/%{name}/raob.cdl
 %{_datadir}/%{name}/ruc2_236.cdl
 %{_datadir}/%{name}/ruc_211.cdl
-%{_datadir}/%{name}/sfmetar_sa.tbl
-%{_datadir}/%{name}/snstns.tbl
 %{_datadir}/%{name}/sst_21-24.cdl
 %{_datadir}/%{name}/sst_61-64.cdl
-%{_datadir}/%{name}/syn.cdl
-%{_datadir}/%{name}/ua.cdl
-%{_mandir}/man1/ascii2nc.1.gz
-%{_mandir}/man1/buoy2nc.1.gz
 %{_mandir}/man1/gribdump.1.gz
 %{_mandir}/man1/gribtocdl.1.gz
 %{_mandir}/man1/gribtonc.1.gz
-%{_mandir}/man1/ldmConnect.1.gz
-%{_mandir}/man1/metar2nc.1.gz
-%{_mandir}/man1/syn2nc.1.gz
-%{_mandir}/man1/ua2nc.1.gz
-
 
 
 %changelog
+* Sat Feb  9 2008 - Orion Poplawski <orion at cora.nwra.com> - 5.0.0-1
+- Update to 5.0.0
+
 * Thu Aug 23 2007 - Orion Poplawski <orion at cora.nwra.com> - 4.1.6-1
 - Update to 4.1.6
 - Update license tag to MIT


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/netcdf-decoders/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	22 May 2007 23:12:20 -0000	1.3
+++ sources	9 Feb 2008 18:07:56 -0000	1.4
@@ -1 +1 @@
-04ce186a679ea619ce9d02b64abc9d5e  decoders-4.1.5.tar.Z
+92025a9e4d7b16eb832eaa06a588889a  decoders-5.0.0.tar.gz




More information about the fedora-extras-commits mailing list