rpms/libnc-dap/devel libnc-dap.spec,1.11,1.12

Patrice Dumas (pertusus) fedora-extras-commits at redhat.com
Tue Oct 31 17:11:44 UTC 2006


Author: pertusus

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

Modified Files:
	libnc-dap.spec 
Log Message:
* Tue Oct 31 2006 Patrice Dumas <pertusus at free.fr> 3.6.2-5
- licence is LGPL since it cause the BSD code to be distributed as LGPL too



Index: libnc-dap.spec
===================================================================
RCS file: /cvs/extras/rpms/libnc-dap/devel/libnc-dap.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- libnc-dap.spec	4 Oct 2006 22:45:20 -0000	1.11
+++ libnc-dap.spec	31 Oct 2006 17:11:14 -0000	1.12
@@ -1,14 +1,15 @@
 Name: libnc-dap
 Summary: The NetCDF interface to DAP-2 from OPeNDAP
 Version: 3.6.2
-Release: 4%{?dist}
+Release: 5%{?dist}
 
 Source0: ftp://ftp.unidata.ucar.edu/pub/opendap/source/libnc-dap-%{version}.tar.gz 
 URL: http://www.opendap.org/
 
 Group: Development/Libraries
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-License: LGPL/BSD
+# dncdump and netcdf headers are coverd by a BSD-like license
+License: LGPL
 BuildRequires: libdap-devel >= 3.7.0
 
 %description
@@ -18,14 +19,16 @@
 machines. Data served using DAP2 need not be stored in netcdf files 
 to be read using this replacement library.
 Also included in this package is the ncdump utility, also bundled with the
-original netcdf library, relinked with the library and thus able to read
-from DAP2 compatible servers.
+original netcdf library, renamed dncdump, relinked with the library and 
+thus able to read from DAP2 compatible servers.
 
 %package devel
 Summary: Static libraries and header files from libnc-dap
 Group: Development/Libraries
 Requires: %{name} = %{version}-%{release}
 Requires: libdap-devel >= 3.7.0
+# for /usr/share/aclocal owning
+Requires: automake
 
 %description devel
 This package contains all the files needed to develop applications that
@@ -35,7 +38,7 @@
 %setup -q
 
 %build
-%configure
+%configure --disable-dependency-tracking
 make %{?_smp_mflags}
 
 %install
@@ -67,6 +70,9 @@
 
 
 %changelog
+* Tue Oct 31 2006 Patrice Dumas <pertusus at free.fr> 3.6.2-5
+- licence is LGPL since it cause the BSD code to be distributed as LGPL too
+
 * Thu Oct 05 2006 Christian Iseli <Christian.Iseli at licr.org> 3.6.2-4
  - rebuilt for unwind info generation, broken in gcc-4.1.1-21
 




More information about the scm-commits mailing list