rpms/nco/devel .cvsignore,1.5,1.6 nco.spec,1.8,1.9 sources,1.5,1.6

Orion Poplawski (orion) fedora-extras-commits at redhat.com
Mon Aug 27 23:00:46 UTC 2007


Author: orion

Update of /cvs/pkgs/rpms/nco/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5716

Modified Files:
	.cvsignore nco.spec sources 
Log Message:
* Mon Aug 27 2007 - Orion Poplawski <orion at cora.nwra.com> - 3.9.1-1
- Update to 3.9.1
- Drop udunits patch no longer needed
- Add BR libnc-dap-devel to enable DAP support
- Add BR antlr
- Add BR gawk



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/nco/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	2 Sep 2006 21:04:06 -0000	1.5
+++ .cvsignore	27 Aug 2007 23:00:07 -0000	1.6
@@ -1 +1 @@
-nco-3.1.5.tar.gz
+nco-3.9.1.tar.bz2


Index: nco.spec
===================================================================
RCS file: /cvs/pkgs/rpms/nco/devel/nco.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- nco.spec	2 Sep 2006 21:38:26 -0000	1.8
+++ nco.spec	27 Aug 2007 23:00:07 -0000	1.9
@@ -1,6 +1,6 @@
 Name:           nco
-Version:        3.1.5
-Release:        3%{?dist}
+Version:        3.9.1
+Release:        1%{?dist}
 Summary:        Suite of programs for manipulating NetCDF/HDF4 files
 Group:          Applications/Engineering
 License:        GPL
@@ -12,19 +12,16 @@
 #    cvs -z3 -d:pserver:anonymous at nco.cvs.sourceforge.net:/cvsroot/nco \
 #        co -r nco-3_1_5 -d nco-%{version} nco
 #    tar -czf nco-%{version}.tar.gz ./nco-%{version}
-Source0:        nco-%{version}.tar.gz
+Source0:        nco-%{version}.tar.bz2
 Patch0:		nco_install_C_headers.patch
-Patch1:         nco_find_udunits-dat.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  bison, flex
-BuildRequires:  netcdf-devel, libtool, automake, autoconf
-#  BuildRequires:  udunits, udunits-devel, opendap-devel
+BuildRequires:  bison, flex, gawk
+BuildRequires:  libtool, automake, autoconf
+BuildRequires:  netcdf-devel, libnc-dap-devel
 BuildRequires:  udunits, udunits-devel
 BuildRequires:  curl-devel, libxml2-devel, librx-devel
-#  Unfortunately, opendap does not build on FC-4 or later.  When 
-#  its fixed, opendap-devel will be listed as a BuildRequires.
-#  In the mean time, nco will be built without opendap support.
+BuildRequires:  antlr
 
 %package devel
 Summary:        Development files for NCO
@@ -52,7 +49,6 @@
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 
 %build
 aclocal
@@ -63,7 +59,7 @@
 export LDFLAGS=-L%{_libdir}/netcdf-3
 export CFLAGS="$RPM_OPT_FLAGS -fPIC"
 export CXXFLAGS="$RPM_OPT_FLAGS -fpermissive -fPIC"
-%configure --includedir=%{_includedir}/nco
+%configure --disable-dependency-tracking --includedir=%{_includedir}/nco
 make %{?_smp_mflags}
 unset CPPFLAGS LDFLAGS CFLAGS CXXFLAGS
 
@@ -109,6 +105,13 @@
 
 
 %changelog
+* Mon Aug 27 2007 - Orion Poplawski <orion at cora.nwra.com> - 3.9.1-1
+- Update to 3.9.1
+- Drop udunits patch no longer needed
+- Add BR libnc-dap-devel to enable DAP support
+- Add BR antlr
+- Add BR gawk
+
 * Sat Sep  2 2006 Ed Hill <ed at eh3.com> - 3.1.5-3
 - br bison as well
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/nco/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	2 Sep 2006 21:04:06 -0000	1.5
+++ sources	27 Aug 2007 23:00:07 -0000	1.6
@@ -1 +1 @@
-6a24860c89c4546317784b24e802962a  nco-3.1.5.tar.gz
+62a02fcf375df85569dc720dbb500c7a  nco-3.9.1.tar.bz2




More information about the fedora-extras-commits mailing list