rpms/dap-hdf4_handler/devel dap-hdf4_handler.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Patrice Dumas (pertusus) fedora-extras-commits at redhat.com
Mon Feb 20 14:19:07 UTC 2006


Author: pertusus

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

Modified Files:
	.cvsignore sources 
Added Files:
	dap-hdf4_handler.spec 
Log Message:
auto-import dap-hdf4_handler-3.5.0-1 on branch devel from dap-hdf4_handler-3.5.0-1.src.rpm


--- NEW FILE dap-hdf4_handler.spec ---
Summary:         HDF4 data handler for the OPeNDAP Data server
Name:            dap-hdf4_handler
Version:         3.5.0
Release:         1
License:         LGPL
Group:           System Environment/Daemons 
Source0:         ftp://ftp.unidata.ucar.edu/pub/opendap/source/hdf4_handler-%{version}.tar.gz
URL:             http://www.opendap.org/

BuildRoot:       %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:   libdap-devel hdf-devel
#Requires:        dap-server

%description
This is the hdf4 data handler for our data server. It reads HDF4 and HDF-EOS
files and returns DAP responses that are compatible with DAP2 and the
dap-server 3.5 software.

%prep 
%setup -q -n hdf4_handler-%{version}

%build
%configure --with-hdf4-libdir=%{_libdir}/hdf --with-hdf4-include=%{_includedir}/hdf
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT install

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%{_bindir}/dap_hdf4_handler
%doc COPYING COPYRIGHT_URI NEWS
%doc README

%changelog
* Thu Sep 21 2005 James Gallagher <jgallagher at opendap.org> 3.5.0-1
- initial release


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/dap-hdf4_handler/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	20 Feb 2006 14:18:27 -0000	1.1
+++ .cvsignore	20 Feb 2006 14:19:07 -0000	1.2
@@ -0,0 +1 @@
+hdf4_handler-3.5.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/dap-hdf4_handler/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	20 Feb 2006 14:18:27 -0000	1.1
+++ sources	20 Feb 2006 14:19:07 -0000	1.2
@@ -0,0 +1 @@
+0b3d3ab80d85428a9a9f898dacc4d53e  hdf4_handler-3.5.0.tar.gz




More information about the fedora-extras-commits mailing list