diff --git a/.cvsignore b/.cvsignore index c61dab4..5b1ef6d 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -libdap-3.6.0.tar.gz +libdap-3.7.0.tar.gz diff --git a/libdap.spec b/libdap.spec index a2a401a..1cffcc9 100644 --- a/libdap.spec +++ b/libdap.spec @@ -1,7 +1,7 @@ Name: libdap Summary: The C++ DAP2 library from OPeNDAP -Version: 3.6.0 +Version: 3.7.0 Release: 1%{?dist} #Source0: http://www.opendap.org/pub/3.5/source/libdap-%{version}.tar.gz @@ -62,6 +62,8 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/getdap %{_sbindir}/deflate %{_libdir}/libdap.so.* +%{_libdir}/libdapclient.so.* +%{_libdir}/libdapserver.so.* %doc README NEWS COPYING COPYRIGHT_URI README.AIS README.dodsrc %doc COPYRIGHT_W3C @@ -69,13 +71,20 @@ rm -rf $RPM_BUILD_ROOT %defattr(-,root,root,-) %{_libdir}/libdap.a %{_libdir}/libdap.so +%{_libdir}/libdapclient.so +%{_libdir}/libdapclient.a +%{_libdir}/libdapserver.so +%{_libdir}/libdapserver.a %{_bindir}/dap-config %{_includedir}/libdap/ %{_datadir}/aclocal/* %changelog +* Fri Jul 21 2006 Patrice Dumas 3.7.0-1 +- update to 3.7.0 + * Mon Feb 27 2006 James Gallagher - 3.6.0-1 -- new release +- update to 3.6.0 * Mon Nov 21 2005 Patrice Dumas - 3.5.3-2 - fix Source0 @@ -95,7 +104,7 @@ rm -rf $RPM_BUILD_ROOT - Removed version numbers from .a and includes directory. * Tue May 10 2005 James Gallagher -- Mostly works. Problems: Not sure if the %post script stuff works. +- Mostly works. Problems: Not sure if the %%post script stuff works. - Must also address the RHEL3 package deps issue (curl 7.12.0 isn't available; not sure about xml2 2.5.7). At least the deps fail when they are not present! diff --git a/sources b/sources index 5238e4d..93b3d03 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c2586c2f7225eb9af8d557b36c55c661 libdap-3.6.0.tar.gz +3ee1f812c8abaea5169fce781ebf023c libdap-3.7.0.tar.gz