rpms/dap-hdf4_handler/devel dap-hdf4_handler.spec,1.16,1.17

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


Author: pertusus

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

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



Index: dap-hdf4_handler.spec
===================================================================
RCS file: /cvs/extras/rpms/dap-hdf4_handler/devel/dap-hdf4_handler.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- dap-hdf4_handler.spec	1 Jun 2007 21:22:28 -0000	1.16
+++ dap-hdf4_handler.spec	1 Jan 2008 22:59:04 -0000	1.17
@@ -1,15 +1,16 @@
 Summary:         HDF4 data handler for the OPeNDAP Data server
 Name:            dap-hdf4_handler
-Version:         3.7.5
-Release:         3%{?dist}
-License:         LGPL
+Version:         3.7.7
+Release:         1%{?dist}
+License:         LGPLv2+
 Group:           System Environment/Daemons 
-Source0:         ftp://ftp.unidata.ucar.edu/pub/opendap/source/hdf4_handler-%{version}.tar.gz
+Source0:         http://www.opendap.org/pub/source/hdf4_handler-%{version}.tar.gz
+Patch0:          %{name}-3.7.7-open.patch
 URL:             http://www.opendap.org/
 
 BuildRoot:       %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:   libdap-devel >= 3.7.5 hdf-devel
-#Requires:        dap-server
+BuildRequires:   bes-devel
 
 %description
 This is the hdf4 data handler for our data server. It reads HDF4 and HDF-EOS
@@ -18,14 +19,17 @@
 
 %prep 
 %setup -q -n hdf4_handler-%{version}
+%patch0 -p0
 
 %build
-%configure
+%configure --disable-dependency-tracking --disable-static
 make %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-make DESTDIR=$RPM_BUILD_ROOT install
+make DESTDIR=$RPM_BUILD_ROOT install INSTALL="install -p"
+
+rm $RPM_BUILD_ROOT%{_libdir}/bes/libhdf4_module.la
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -33,10 +37,15 @@
 %files
 %defattr(-,root,root,-)
 %{_bindir}/dap_hdf4_handler
-%doc COPYING COPYRIGHT_URI NEWS
-%doc README
+%{_bindir}/bes-hdf4-data.sh
+%{_libdir}/bes/libhdf4_module.so
+%{_datadir}/hyrax/
+%doc COPYING COPYRIGHT_URI NEWS README
 
 %changelog
+* Mon Dec 17 2007 Patrice Dumas <pertusus at free.fr> 3.7.7-1
+- update to 3.7.7
+
 * Fri Jun  1 2007 Patrice Dumas <pertusus at free.fr> 3.7.5-3
 - rebuild against newer libdap
 




More information about the fedora-extras-commits mailing list