|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
|
|
|
|
|
Name: libdap
|
|
|
|
|
Summary: The C++ DAP2 library from OPeNDAP
|
|
|
|
|
Version: 3.7.0
|
|
|
|
|
Version: 3.7.1
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
|
|
|
|
|
#Source0: http://www.opendap.org/pub/3.5/source/libdap-%{version}.tar.gz
|
|
|
|
@ -10,7 +10,9 @@ URL: http://www.opendap.org/
|
|
|
|
|
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
License: LGPL/W3C
|
|
|
|
|
# the deflate program is covered by the W3C licence
|
|
|
|
|
License: LGPL
|
|
|
|
|
|
|
|
|
|
# Mandrake
|
|
|
|
|
#BuildRequires: libcurl3-devel >= 7.10.6 libxml2-devel >= 2.5.7
|
|
|
|
|
# fedora
|
|
|
|
@ -80,19 +82,24 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
%{_datadir}/aclocal/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Sep 6 2006 Patrice Dumas <pertusus@free.fr> 3.7.1-1
|
|
|
|
|
- update to 3.7.1
|
|
|
|
|
- set licence to LGPL instead of W3C/LGPL, since only deflate is W3C, so
|
|
|
|
|
the whole is under the LGPL
|
|
|
|
|
|
|
|
|
|
* Fri Jul 21 2006 Patrice Dumas <pertusus@free.fr> 3.7.0-1
|
|
|
|
|
- update to 3.7.0
|
|
|
|
|
|
|
|
|
|
* Mon Feb 27 2006 James Gallagher <jgallagher@opendap.org> - 3.6.0-1
|
|
|
|
|
- update to 3.6.0
|
|
|
|
|
|
|
|
|
|
* Mon Nov 21 2005 Patrice Dumas <dumas@centre-cired.fr> - 3.5.3-2
|
|
|
|
|
* Mon Nov 21 2005 Patrice Dumas <pertusus@free.fr> - 3.5.3-2
|
|
|
|
|
- fix Source0
|
|
|
|
|
|
|
|
|
|
* Tue Aug 30 2005 Patrice Dumas <dumas@centre-cired.fr> - 3.5.2-3
|
|
|
|
|
* Tue Aug 30 2005 Patrice Dumas <pertusus@free.fr> - 3.5.2-3
|
|
|
|
|
- Add missing Requires
|
|
|
|
|
|
|
|
|
|
* Sat Jul 2 2005 Patrice Dumas <dumas@centre-cired.fr> - 3.5.1-2
|
|
|
|
|
* Sat Jul 2 2005 Patrice Dumas <pertusus@free.fr> - 3.5.1-2
|
|
|
|
|
- Support for shared libraries
|
|
|
|
|
- Add COPYING
|
|
|
|
|
- Update with fedora template
|
|
|
|
|