rpms/dap-netcdf_handler/devel .cvsignore, 1.10, 1.11 dap-netcdf_handler.spec, 1.24, 1.25 sources, 1.10, 1.11

Orion Poplawski orion at fedoraproject.org
Mon Jul 19 14:53:13 UTC 2010


Author: orion

Update of /cvs/pkgs/rpms/dap-netcdf_handler/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv15295

Modified Files:
	.cvsignore dap-netcdf_handler.spec sources 
Log Message:
* Mon Jul 19 2010 Orion Poplawski <orion at cora.nwra.com> - 3.9.1-1
- Update to 3.9.1



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/dap-netcdf_handler/devel/.cvsignore,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- .cvsignore	23 Jul 2009 15:42:51 -0000	1.10
+++ .cvsignore	19 Jul 2010 14:53:13 -0000	1.11
@@ -1 +1 @@
-netcdf_handler-3.8.3.tar.gz
+netcdf_handler-3.9.1.tar.gz


Index: dap-netcdf_handler.spec
===================================================================
RCS file: /cvs/pkgs/rpms/dap-netcdf_handler/devel/dap-netcdf_handler.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -p -r1.24 -r1.25
--- dap-netcdf_handler.spec	13 Nov 2009 16:18:34 -0000	1.24
+++ dap-netcdf_handler.spec	19 Jul 2010 14:53:13 -0000	1.25
@@ -1,54 +1,61 @@
 Summary:         NetCDF 3 data handler for the OPeNDAP Data server
 Name:            dap-netcdf_handler
-Version:         3.8.3
-Release:         4%{?dist}
+Version:         3.9.1
+Release:         1%{?dist}
 License:         LGPLv2+
 Group:           System Environment/Daemons 
 Source0:         http://www.opendap.org/pub/source/netcdf_handler-%{version}.tar.gz
-URL:             http://www.opendap.org/
+URL:             http://www.opendap.org/download/nc_server.html
 
 BuildRoot:       %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires:   libdap-devel >= 3.9.3
-BuildRequires:   bes-devel >= 3.7.2
+BuildRequires:   libdap-devel >= 3.10.2
+BuildRequires:   bes-devel >= 3.8.3
 BuildRequires:   netcdf-devel
 
+
 %description
 This is the netcdf data handler for our data server. It reads netcdf 3
 files and returns DAP responses that are compatible with DAP2 and the
 dap-server software.
 
+
 %prep 
 %setup -q -n netcdf_handler-%{version}
 
+
 %build
 %configure --disable-static --disable-dependency-tracking
 make %{?_smp_mflags}
 
+
 %install
 rm -rf $RPM_BUILD_ROOT
 make DESTDIR=$RPM_BUILD_ROOT install INSTALL="install -p"
 
-rm $RPM_BUILD_ROOT%{_libdir}/*.la
-rm $RPM_BUILD_ROOT%{_libdir}/*.so
 rm $RPM_BUILD_ROOT%{_libdir}/bes/*.la
 
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+
 %post -p /sbin/ldconfig
 
 %postun -p /sbin/ldconfig
 
+
 %files
 %defattr(-,root,root,-)
-%{_bindir}/dap_nc_handler
-%{_bindir}/bes-nc-data.sh
-%{_libdir}/libnc_handler.so.*
+%config(noreplace) %{_sysconfdir}/bes/modules/nc.conf
 %{_libdir}/bes/libnc_module.so
-%{_datadir}/hyrax/
+%{_datadir}/hyrax/data/nc/
 %doc COPYING COPYRIGHT NEWS README
 
+
 %changelog
+* Mon Jul 19 2010 Orion Poplawski <orion at cora.nwra.com> - 3.9.1-1
+- Update to 3.9.1
+
 * Fri Nov 13 2009 Orion Poplawski <orion at cora.nwra.com> - 3.8.3-4
 - Drop LIBS, fixed in netcdf
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/dap-netcdf_handler/devel/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- sources	23 Jul 2009 15:42:51 -0000	1.10
+++ sources	19 Jul 2010 14:53:13 -0000	1.11
@@ -1 +1 @@
-d974304b215ede2a6039e56d34f2230d  netcdf_handler-3.8.3.tar.gz
+f2393ec9e3aebfe6a5c7c8955ba8bfa2  netcdf_handler-3.9.1.tar.gz



More information about the scm-commits mailing list