|
|
@ -1,7 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
Name: libdap
|
|
|
|
Name: libdap
|
|
|
|
Summary: The C++ DAP2 library from OPeNDAP
|
|
|
|
Summary: The C++ DAP2 library from OPeNDAP
|
|
|
|
Version: 3.6.0
|
|
|
|
Version: 3.7.0
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
|
|
|
|
|
|
|
#Source0: http://www.opendap.org/pub/3.5/source/libdap-%{version}.tar.gz
|
|
|
|
#Source0: http://www.opendap.org/pub/3.5/source/libdap-%{version}.tar.gz
|
|
|
@ -62,6 +62,8 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
%{_bindir}/getdap
|
|
|
|
%{_bindir}/getdap
|
|
|
|
%{_sbindir}/deflate
|
|
|
|
%{_sbindir}/deflate
|
|
|
|
%{_libdir}/libdap.so.*
|
|
|
|
%{_libdir}/libdap.so.*
|
|
|
|
|
|
|
|
%{_libdir}/libdapclient.so.*
|
|
|
|
|
|
|
|
%{_libdir}/libdapserver.so.*
|
|
|
|
%doc README NEWS COPYING COPYRIGHT_URI README.AIS README.dodsrc
|
|
|
|
%doc README NEWS COPYING COPYRIGHT_URI README.AIS README.dodsrc
|
|
|
|
%doc COPYRIGHT_W3C
|
|
|
|
%doc COPYRIGHT_W3C
|
|
|
|
|
|
|
|
|
|
|
@ -69,13 +71,20 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_libdir}/libdap.a
|
|
|
|
%{_libdir}/libdap.a
|
|
|
|
%{_libdir}/libdap.so
|
|
|
|
%{_libdir}/libdap.so
|
|
|
|
|
|
|
|
%{_libdir}/libdapclient.so
|
|
|
|
|
|
|
|
%{_libdir}/libdapclient.a
|
|
|
|
|
|
|
|
%{_libdir}/libdapserver.so
|
|
|
|
|
|
|
|
%{_libdir}/libdapserver.a
|
|
|
|
%{_bindir}/dap-config
|
|
|
|
%{_bindir}/dap-config
|
|
|
|
%{_includedir}/libdap/
|
|
|
|
%{_includedir}/libdap/
|
|
|
|
%{_datadir}/aclocal/*
|
|
|
|
%{_datadir}/aclocal/*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* 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
|
|
|
|
* Mon Feb 27 2006 James Gallagher <jgallagher@opendap.org> - 3.6.0-1
|
|
|
|
- new release
|
|
|
|
- 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 <dumas@centre-cired.fr> - 3.5.3-2
|
|
|
|
- fix Source0
|
|
|
|
- fix Source0
|
|
|
@ -95,7 +104,7 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
- Removed version numbers from .a and includes directory.
|
|
|
|
- Removed version numbers from .a and includes directory.
|
|
|
|
|
|
|
|
|
|
|
|
* Tue May 10 2005 James Gallagher <jimg@zoey.opendap.org>
|
|
|
|
* Tue May 10 2005 James Gallagher <jimg@zoey.opendap.org>
|
|
|
|
- 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;
|
|
|
|
- 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!
|
|
|
|
not sure about xml2 2.5.7). At least the deps fail when they are not present!
|
|
|
|
|
|
|
|
|
|
|
|