rpms/nco/devel nco.spec,1.1,1.2

Ed Hill (edhill) fedora-extras-commits at redhat.com
Wed Aug 3 18:17:50 UTC 2005


Author: edhill

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

Modified Files:
	nco.spec 
Log Message:
remove (hopefully only temporarily) opendap support



Index: nco.spec
===================================================================
RCS file: /cvs/extras/rpms/nco/devel/nco.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- nco.spec	21 Jul 2005 05:43:23 -0000	1.1
+++ nco.spec	3 Aug 2005 18:17:48 -0000	1.2
@@ -1,6 +1,6 @@
 Name:           nco
 Version:        3.0.1
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Suite of programs for manipulating NetCDF/HDF4 files
 Group:          Applications/Engineering
 License:        GPL
@@ -18,8 +18,12 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  netcdf-devel, libtool, automake, autoconf
-BuildRequires:  udunits, udunits-devel, opendap-devel
+#  BuildRequires:  udunits, udunits-devel, opendap-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.
 
 %package devel
 Summary:        Development files for NCO
@@ -102,6 +106,9 @@
 
 
 %changelog
+* Wed Aug  3 2005 Ed Hill <ed at eh3.com> - 3.0.1-4
+- remove (hopefully only temporarily) opendap support
+
 * Thu Jul 21 2005 Ed Hill <ed at eh3.com> - 3.0.1-3
 - add LICENSE file
 




More information about the fedora-extras-commits mailing list