SPECS: libdap.spec (NEW) - new

qboosh qboosh at pld-linux.org
Sat Sep 3 12:50:12 CEST 2005


Author: qboosh                       Date: Sat Sep  3 10:50:12 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   libdap.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/libdap.spec
diff -u /dev/null SPECS/libdap.spec:1.1
--- /dev/null	Sat Sep  3 12:50:12 2005
+++ SPECS/libdap.spec	Sat Sep  3 12:50:06 2005
@@ -0,0 +1,118 @@
+# $Revision$, $Date$
+Summary:	OPeNDAP C++ implementation of the Data Access Protocol
+Summary(pl):	OPeNDAP - implementacja w C++ protokołu DAP (Data Access Protocol)
+Name:		libdap
+Version:	3.5.2
+Release:	1
+License:	LGPL v2.1+
+Group:		Libraries
+Source0:	ftp://ftp.unidata.ucar.edu/pub/dods/DODS-3.5/source/%{name}-%{version}.tar.gz
+# Source0-md5:	ed786ae3f8f7ca4e9eac2b87c132d8fb
+URL:		http://opendap.org/
+BuildRequires:	curl-devel >= 7.12.0
+BuildRequires:	libstdc++-devel
+BuildRequires:	libxml2-devel >= 2.6.16
+Requires:	curl >= 7.12.0
+Requires:	libxml2 >= 2.6.16
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This package contains the OPeNDAP C++ implementation of the Data
+Access Protocol version 2 (DAP2) with some extensions that will be
+part of DAP3.
+
+The DAP2 is used to provide a uniform way of accessing a variety of
+different types of data across the Internet. It was originally part of
+the DODS and then NVODS projects. The focus of those projects was
+access to Earth-Science data, so much of the software developed using
+the DAP2 to date has centered on that discipline. However, the DAP2
+data model is very general (and similar to a modern structured
+programming language) so it can be applied to a wide variety of
+fields.
+
+%description -l pl
+Ten pakiet zawiera OPeNDAP - implementację w C++ protokołu dostępu do
+danych Data Access Protocol w wersji 2 (DAP2) z pewnymi
+rozszerzeniami, które będą częścią DAP3.
+
+DAP2 ma za zadanie udostępnienie jednolitego sposobu dostępu do wielu
+różnych rodzajów danych w Internecie. Był oryginalnie częścią
+projektów DODS, a następnie NVODS. Projekty te skupiały się na
+dostępie do danych Earth-Science, więc większość programów
+tworzonych przy użyciu DAP2 była związana z tą dyscypliną nauki.
+Jednak model danych DAP2 jest bardzo ogólny (i podobny do
+współczesnych strukturalnych języków programowania), więc może
+dotyczyć wielu różnych dziedzin.
+
+%package devel
+Summary:	Header files for OPeNDAP library
+Summary(pl):	Pliki nagłówkowe biblioteki OPeNDAP
+Group:		Development/Libraries
+Requires:	%{name} = %{version}-%{release}
+Requires:	curl-devel >= 7.12.0
+Requires:	libstdc++-devel
+
+%description devel
+Header files for OPeNDAP library.
+
+%description devel -l pl
+Pliki nagłówkowe biblioteki OPeNDAP.
+
+%package static
+Summary:	Static OPeNDAP library
+Summary(pl):	Statyczna biblioteka OPeNDAP
+Group:		Development/Libraries
+Requires:	%{name}-devel = %{version}-%{release}
+
+%description static
+Static OPeNDAP library.
+
+%description static -l pl
+Statyczna biblioteka OPeNDAP.
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post	-p /sbin/ldconfig
+%postun	-p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%doc COPYRIGHT_* NEWS README*
+%attr(755,root,root) %{_bindir}/getdap
+%attr(755,root,root) %{_sbindir}/deflate
+%attr(755,root,root) %{_libdir}/libdap.so.*.*.*
+
+%files devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/dap-config
+%attr(755,root,root) %{_libdir}/libdap.so
+%{_libdir}/libdap.la
+%{_includedir}/libdap
+%{_aclocaldir}/libdap.m4
+
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/libdap.a
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2005/09/03 10:50:06  qboosh
+- new
================================================================



More information about the pld-cvs-commit mailing list