rpms/dap-hdf4_handler/devel dap-hdf4_handler.spec, 1.6, 1.7 dap-hdf4_handler-gcc41.diff, 1.2, NONE

Patrice Dumas (pertusus) fedora-extras-commits at redhat.com
Sat Jul 22 16:53:49 UTC 2006


Author: pertusus

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

Modified Files:
	dap-hdf4_handler.spec 
Removed Files:
	dap-hdf4_handler-gcc41.diff 
Log Message:
* Sat Jul 22 2006 Patrice Dumas <pertusus at free.fr> 3.7.1-1
- update to 3.7.1
- remove upstreamed patch



Index: dap-hdf4_handler.spec
===================================================================
RCS file: /cvs/extras/rpms/dap-hdf4_handler/devel/dap-hdf4_handler.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- dap-hdf4_handler.spec	3 Mar 2006 22:58:30 -0000	1.6
+++ dap-hdf4_handler.spec	22 Jul 2006 16:53:49 -0000	1.7
@@ -1,15 +1,14 @@
 Summary:         HDF4 data handler for the OPeNDAP Data server
 Name:            dap-hdf4_handler
-Version:         3.6.0
-Release:         3%{?dist}
+Version:         3.7.1
+Release:         1%{?dist}
 License:         LGPL
 Group:           System Environment/Daemons 
 Source0:         ftp://ftp.unidata.ucar.edu/pub/opendap/source/hdf4_handler-%{version}.tar.gz
-Patch:           dap-hdf4_handler-gcc41.diff
 URL:             http://www.opendap.org/
 
 BuildRoot:       %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires:   libdap-devel >= 3.6.0 hdf-devel
+BuildRequires:   libdap-devel >= 3.7.0 hdf-devel
 #Requires:        dap-server
 
 %description
@@ -19,26 +18,37 @@
 
 %prep 
 %setup -q -n hdf4_handler-%{version}
-%patch -p1
 
 %build
-%configure
+%configure --disable-static
 make %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 make DESTDIR=$RPM_BUILD_ROOT install
+rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la
+rm -f $RPM_BUILD_ROOT/%{_libdir}/*.so
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post -p /sbin/ldconfig
+
+%postun -p /sbin/ldconfig
+
 %files
 %defattr(-,root,root,-)
 %{_bindir}/dap_hdf4_handler
+%{_libdir}/libhdf4_handler.so.*
+%{_libdir}/libhdfclass.so.*
 %doc COPYING COPYRIGHT_URI NEWS
 %doc README
 
 %changelog
+* Sat Jul 22 2006 Patrice Dumas <pertusus at free.fr> 3.7.1-1
+- update to 3.7.1
+- remove upstreamed patch
+
 * Fri Mar  3 2006 Patrice Dumas <pertusus at free.fr> - 3.6.0-3
 - BuildRequires libdap-devel above 3.6.0
 


--- dap-hdf4_handler-gcc41.diff DELETED ---




More information about the fedora-extras-commits mailing list