rpms/libnc-dap/devel libnc-dap-3.6.0-configure_dapclient.diff, NONE, 1.1 libnc-dap.spec, 1.5, 1.6

Patrice Dumas (pertusus) fedora-extras-commits at redhat.com
Sat Jul 22 14:15:11 UTC 2006


Author: pertusus

Update of /cvs/extras/rpms/libnc-dap/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32147

Modified Files:
	libnc-dap.spec 
Added Files:
	libnc-dap-3.6.0-configure_dapclient.diff 
Log Message:
* Sat Jul 22 2006 Patrice Dumas <pertusus at free.fr> 3.6.0-3
- quick and dirty patch to build against newer libdap


libnc-dap-3.6.0-configure_dapclient.diff:

--- NEW FILE libnc-dap-3.6.0-configure_dapclient.diff ---
--- configure.old	2006-07-22 16:07:11.000000000 +0200
+++ configure	2006-07-22 16:06:50.000000000 +0200
@@ -26749,7 +26749,7 @@
      if test x$dap_config_is_lt = xyes ; then
        dap_no=yes
      else
-       DAP_LIBS="`$DAP_CONFIG --libs`"
+       DAP_LIBS="`$DAP_CONFIG --libs` -ldapclient"
        DAP_CFLAGS="`$DAP_CONFIG --cflags`"
      fi
    fi


Index: libnc-dap.spec
===================================================================
RCS file: /cvs/extras/rpms/libnc-dap/devel/libnc-dap.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libnc-dap.spec	21 Jul 2006 16:28:47 -0000	1.5
+++ libnc-dap.spec	22 Jul 2006 14:15:11 -0000	1.6
@@ -1,11 +1,13 @@
 Name: libnc-dap
 Summary: The NetCDF interface to DAP-2 from OPeNDAP
 Version: 3.6.0
-Release: 2%{?dist}
+Release: 3%{?dist}
 
 Source0: ftp://ftp.unidata.ucar.edu/pub/opendap/source/libnc-dap-%{version}.tar.gz 
 URL: http://www.opendap.org/
 
+Patch0: libnc-dap-3.6.0-configure_dapclient.diff
+
 Group: Development/Libraries
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 License: LGPL/BSD
@@ -34,6 +36,7 @@
 
 %prep
 %setup -q
+%patch0
 
 %build
 %configure
@@ -68,6 +71,9 @@
 
 
 %changelog
+* Sat Jul 22 2006 Patrice Dumas <pertusus at free.fr> 3.6.0-3
+- quick and dirty patch to build against newer libdap
+
 * Fri Jul 21 2006 Patrice Dumas <pertusus at free.fr> 3.6.0-2
 - rebuild against newer libdap
 




More information about the fedora-extras-commits mailing list