[packages/opendap-dsp_handler] - for reference (DSP software seems not available to public now)

qboosh qboosh at pld-linux.org
Sun Mar 9 22:40:17 CET 2014


commit 7429ea5dafcbbd95034315c3760e673f26ed3557
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sun Mar 9 21:02:07 2014 +0100

    - for reference (DSP software seems not available to public now)

 opendap-dsp_handler.spec | 54 ++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 54 insertions(+)
---
diff --git a/opendap-dsp_handler.spec b/opendap-dsp_handler.spec
new file mode 100644
index 0000000..2f04c05
--- /dev/null
+++ b/opendap-dsp_handler.spec
@@ -0,0 +1,54 @@
+Summary:	DSP data handler for the OPeNDAP data server
+Summary(pl.UTF-8):	Moduł obsługujący dane DSP dla serwera danych OPeNDAP
+Name:		opendap-dsp_handler
+Version:	3.7.0
+Release:	0.1
+License:	LGPL v2.1+
+Group:		Daemons
+Source0:	http://www.opendap.org/pub/source/dsp_handler-%{version}.tar.gz
+# Source0-md5:	5ad9e0f387dd4494785b10d15b8f51d0
+URL:		http://opendap.org/
+#BuildRequires:	DSP software (formerly at ftp://sapodilla.rsmas.miami.edu/pub/dsp/)
+BuildRequires:	autoconf >= 2.59
+BuildRequires:	automake
+BuildRequires:	libdap-devel >= 3.7.0
+BuildRequires:	libstdc++-devel
+BuildRequires:	libtool >= 2:1.5
+BuildRequires:	pkgconfig
+Requires:	libdap >= 3.7.0
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This is the DSP data handler for OPeNDAP data server.
+
+%description -l pl.UTF-8
+Ten pakiet zawiera moduł obsługi danych DSP dla serwera danych
+OPeNDAP.
+
+%prep
+%setup -q -n dsp_handler-%{version}
+
+%build
+# rebuild autotools for -as-needed to work
+%{__libtoolize}
+%{__aclocal} -I conf
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure \
+	--disable-static
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc COPYRIGHT ChangeLog NEWS README
+%attr(755,root,root) %{_bindir}/dap_dsp_handler
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/opendap-dsp_handler.git/commitdiff/7429ea5dafcbbd95034315c3760e673f26ed3557



More information about the pld-cvs-commit mailing list