[packages/opendap-freeform_handler] - new
qboosh
qboosh at pld-linux.org
Mon Mar 10 13:14:33 CET 2014
commit 367cd33af7f7f1ab04e7e7899b10d719f9e157b2
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Mon Mar 10 13:17:22 2014 +0100
- new
opendap-freeform_handler.spec | 73 +++++++++++++++++++++++++++++++++++++++++++
1 file changed, 73 insertions(+)
---
diff --git a/opendap-freeform_handler.spec b/opendap-freeform_handler.spec
new file mode 100644
index 0000000..da1baac
--- /dev/null
+++ b/opendap-freeform_handler.spec
@@ -0,0 +1,73 @@
+#
+# Conditional build:
+%bcond_with tests # make check (requires BES server)
+#
+Summary: FreeForm data handler module for the OPeNDAP data server
+Summary(pl.UTF-8): Moduł obsługujący dane FreeForm dla serwera danych OPeNDAP
+Name: opendap-freeform_handler
+Version: 3.8.7
+Release: 1
+License: LGPL v2.1+
+Group: Daemons
+Source0: http://www.opendap.org/pub/source/freeform_handler-%{version}.tar.gz
+# Source0-md5: f3c3ceab59db4c33492f5575c3a3cefb
+URL: http://opendap.org/
+BuildRequires: autoconf >= 2.63
+BuildRequires: automake
+%{?with_tests:BuildRequires: bes >= 3.9.0}
+BuildRequires: bes-devel >= 3.9.0
+BuildRequires: libdap-devel >= 3.11.0
+BuildRequires: libstdc++-devel
+BuildRequires: libtool >= 2:1.5
+BuildRequires: pkgconfig
+Requires: bes >= 3.9.0
+Requires: libdap >= 3.11.0
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This is the FreeForm data handler module for the OPeNDAP 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 software.
+
+%description -l pl.UTF-8
+Ten pakiet zawiera moduł obsługujący dane FreeForm dla serwera danych
+OPeNDAP. Odczytuje dane z plików ASCII, binarnych i DB4 opisane przy
+użyciu FreeForm i zwraca odpowiedzi DAP zgodne z oprogramowaniem DAP2
+i dap-server.
+
+%prep
+%setup -q -n freeform_handler-%{version}
+
+%build
+# rebuild autotools for -as-needed to work
+%{__libtoolize}
+%{__aclocal} -I conf
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure
+%{__make}
+
+%{?with_tests:%{__make} check}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT
+
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/bes/*.la
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc COPYRIGHT ChangeLog NEWS README
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/bes/modules/ff.conf
+%attr(755,root,root) %{_libdir}/bes/libff_module.so
+%dir %{_datadir}/hyrax/data/ff
+%{_datadir}/hyrax/data/ff/*.dat
+%{_datadir}/hyrax/data/ff/*.das
+%{_datadir}/hyrax/data/ff/*.fmt
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/opendap-freeform_handler.git/commitdiff/367cd33af7f7f1ab04e7e7899b10d719f9e157b2
More information about the pld-cvs-commit
mailing list