rpms/dap-freeform_handler/devel dap-freeform_handler.spec, 1.11, 1.12

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


Author: pertusus

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

Modified Files:
	dap-freeform_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-freeform_handler.spec
===================================================================
RCS file: /cvs/extras/rpms/dap-freeform_handler/devel/dap-freeform_handler.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- dap-freeform_handler.spec	2 Jun 2007 06:00:40 -0000	1.11
+++ dap-freeform_handler.spec	1 Jan 2008 22:56:13 -0000	1.12
@@ -1,32 +1,36 @@
 Summary:         FreeForm data handler for the OPeNDAP Data server
 Name:            dap-freeform_handler
-Version:         3.7.5
-Release:         2%{?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/freeform_handler-%{version}.tar.gz
+Source0:         http://www.opendap.org/pub/source/freeform_handler-%{version}.tar.gz
 URL:             http://www.opendap.org/
 
 BuildRoot:       %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires:   libdap-devel >= 3.7.0
+BuildRequires:   libdap-devel >= 3.7.10
+BuildRequires:   bes-devel >= 3.5.3
 
 %description 
 This is the freeform data handler for our data server. It reads ASCII,
 binary and DB4 files which have been described using FreeForm and returns DAP
-responses that are compatible with DAP2 and the dap-server 3.5 software.
+responses that are compatible with DAP2 and the dap-server software. This
+package contains both the OPeNDAP CGI server 'handlers' and the new OPeNDAP 4
+Data Server (aka Hyrax) modules.
 
 %prep 
 %setup -q -n freeform_handler-%{version}
 
 %build
-%configure --disable-static
+%configure --disable-static --disable-dependency-tracking
 make %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-make DESTDIR=$RPM_BUILD_ROOT install
-rm $RPM_BUILD_ROOT/%{_libdir}/*.la
-rm $RPM_BUILD_ROOT/%{_libdir}/*.so
+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/libff_module.la
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -38,11 +42,17 @@
 %files
 %defattr(-,root,root,-)
 %{_bindir}/dap_ff_handler
+%{_bindir}/bes-ff-data.sh
 %{_libdir}/libff_handler.so.*
 %{_libdir}/libfreeform.so.*
+%{_libdir}/bes/libff_module.so
+%{_datadir}/hyrax/
 %doc COPYING COPYRIGHT 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-2
 - rebuild against newer libdap
 




More information about the fedora-extras-commits mailing list