rpms/netcdf-decoders/EL-5 .cvsignore, 1.2, 1.3 netcdf-decoders.spec, 1.1, 1.2 sources, 1.2, 1.3

Orion Poplawski (orion) fedora-extras-commits at redhat.com
Wed Apr 16 19:52:32 UTC 2008


Author: orion

Update of /cvs/pkgs/rpms/netcdf-decoders/EL-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2401

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/EL-5/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	29 Jan 2007 17:48:03 -0000	1.2
+++ .cvsignore	16 Apr 2008 19:51:51 -0000	1.3
@@ -1 +1 @@
-decoders-4.1.4.tar.Z
+decoders-5.0.0.tar.gz


Index: netcdf-decoders.spec
===================================================================
RCS file: /cvs/pkgs/rpms/netcdf-decoders/EL-5/netcdf-decoders.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- netcdf-decoders.spec	29 Jan 2007 17:48:03 -0000	1.1
+++ netcdf-decoders.spec	16 Apr 2008 19:51:51 -0000	1.2
@@ -1,12 +1,12 @@
 Name:           netcdf-decoders
-Version:        4.1.4
+Version:        5.0.0
 Release:        1%{?dist}
 Summary:        Converts WMO GRIB products into NetCDF files
 
 Group:          Applications/Engineering
-License:        Distributable
-URL:            http://www.unidata.ucar.edu/downloads/decoders/index.jsp
-Source0:        ftp://ftp.unidata.ucar.edu/pub/decoders/decoders-%{version}.tar.Z
+License:        MIT
+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,14 @@
 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
 
 
 %build
@@ -50,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
@@ -73,32 +64,29 @@
 %{_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
+- Rebuild for BuildID
+
+* Tue May 22 2007 - Orion Poplawski <orion at cora.nwra.com> - 4.1.5-1
+- Update to 4.1.5
+- Build with netcdf 3.6.2 with shared libraries
+
 * Mon Nov 13 2006 - Orion Poplawski <orion at cora.nwra.com> - 4.1.4-1
 - Initial version


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/netcdf-decoders/EL-5/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	29 Jan 2007 17:48:03 -0000	1.2
+++ sources	16 Apr 2008 19:51:51 -0000	1.3
@@ -1 +1 @@
-ec7d7669e827d389892d15a1d3dec791  decoders-4.1.4.tar.Z
+92025a9e4d7b16eb832eaa06a588889a  decoders-5.0.0.tar.gz




More information about the fedora-extras-commits mailing list