rpms/dap-netcdf_handler/devel dap-netcdf_handler.spec,1.14,1.15

Patrice Dumas (pertusus) fedora-extras-commits at redhat.com
Tue Jan 1 22:59:42 UTC 2008


Author: pertusus

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

Modified Files:
	dap-netcdf_handler.spec 
Log Message:
* Mon Dec 17 2007 Patrice Dumas <pertusus at free.fr> 3.7.8-1
- update to 3.7.8



Index: dap-netcdf_handler.spec
===================================================================
RCS file: /cvs/extras/rpms/dap-netcdf_handler/devel/dap-netcdf_handler.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- dap-netcdf_handler.spec	29 Aug 2007 05:19:37 -0000	1.14
+++ dap-netcdf_handler.spec	1 Jan 2008 22:59:09 -0000	1.15
@@ -1,16 +1,15 @@
 Summary:         NetCDF 3 data handler for the OPeNDAP Data server
 Name:            dap-netcdf_handler
-Version:         3.7.6
-Release:         5%{?dist}
-License:         LGPL
+Version:         3.7.8
+Release:         1%{?dist}
+License:         LGPLv2+
 Group:           System Environment/Daemons 
-Source0:         ftp://ftp.unidata.ucar.edu/pub/opendap/source/netcdf_handler-%{version}.tar.gz
+Source0:         http://www.opendap.org/pub/source/netcdf_handler-%{version}.tar.gz
 URL:             http://www.opendap.org/
 
 BuildRoot:       %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires:   libdap-devel >= 3.7.5 netcdf-devel
-BuildRequires:   bes-devel
-
+BuildRequires:   libdap-devel >= 3.7.10 netcdf-devel
+BuildRequires:   bes-devel >= 3.5.3
 
 %description
 This is the netcdf data handler for our data server. It reads netcdf 3
@@ -22,22 +21,12 @@
 
 %build
 %configure --disable-static --disable-dependency-tracking
-# configure-nc-data.sh is used during install to modify on the fly
-# the bes config file, this is very wrong. To avoid that it is emptied. 
-# The original is kept with a less generic name
-make configure-nc-data.sh
-cp -p configure-nc-data.sh besconfigure-nc-data.sh
-echo > configure-nc-data.sh
-
 make %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 make DESTDIR=$RPM_BUILD_ROOT install INSTALL="install -p"
 
-rm $RPM_BUILD_ROOT%{_bindir}/configure-nc-data.sh 
-install -m0755 -p besconfigure-nc-data.sh $RPM_BUILD_ROOT%{_bindir}/
-
 rm $RPM_BUILD_ROOT%{_libdir}/*.la
 rm $RPM_BUILD_ROOT%{_libdir}/*.so
 rm $RPM_BUILD_ROOT%{_libdir}/bes/*.la
@@ -52,14 +41,16 @@
 %files
 %defattr(-,root,root,-)
 %{_bindir}/dap_nc_handler
-%{_bindir}/besconfigure-nc-data.sh
+%{_bindir}/bes-nc-data.sh
 %{_libdir}/libnc_handler.so.*
 %{_libdir}/bes/libnc_module.so
 %{_datadir}/hyrax/
-%doc COPYING COPYRIGHT NEWS
-%doc README
+%doc COPYING COPYRIGHT NEWS README
 
 %changelog
+* Mon Dec 17 2007 Patrice Dumas <pertusus at free.fr> 3.7.8-1
+- update to 3.7.8
+
 * Wed Aug 29 2007 Fedora Release Engineering <rel-eng at fedoraproject dot org> - 3.7.6-5
 - Rebuild for selinux ppc32 issue.
 




More information about the fedora-extras-commits mailing list