]> git.pld-linux.org Git - packages/opendap-freeform_handler.git/blame - opendap-freeform_handler.spec
- updated to 3.8.8
[packages/opendap-freeform_handler.git] / opendap-freeform_handler.spec
CommitLineData
367cd33a
JB
1#
2# Conditional build:
3%bcond_with tests # make check (requires BES server)
4#
5Summary: FreeForm data handler module for the OPeNDAP data server
6Summary(pl.UTF-8): Moduł obsługujący dane FreeForm dla serwera danych OPeNDAP
7Name: opendap-freeform_handler
6cf2b121 8Version: 3.8.8
367cd33a
JB
9Release: 1
10License: LGPL v2.1+
11Group: Daemons
12Source0: http://www.opendap.org/pub/source/freeform_handler-%{version}.tar.gz
6cf2b121 13# Source0-md5: f3d1518f5c462810be848eba73f6bf09
367cd33a
JB
14URL: http://opendap.org/
15BuildRequires: autoconf >= 2.63
16BuildRequires: automake
6cf2b121
JB
17%{?with_tests:BuildRequires: bes >= 3.13.0}
18BuildRequires: bes-devel >= 3.13.0
19BuildRequires: libdap-devel >= 3.13.0
367cd33a
JB
20BuildRequires: libstdc++-devel
21BuildRequires: libtool >= 2:1.5
22BuildRequires: pkgconfig
6cf2b121
JB
23Requires: bes >= 3.13.0
24Requires: libdap >= 3.13.0
367cd33a
JB
25BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
26
27%description
28This is the FreeForm data handler module for the OPeNDAP data server.
29It reads ASCII, binary and DB4 files which have been described using
30FreeForm and returns DAP responses that are compatible with DAP2 and
31the dap-server software.
32
33%description -l pl.UTF-8
34Ten pakiet zawiera moduł obsługujący dane FreeForm dla serwera danych
35OPeNDAP. Odczytuje dane z plików ASCII, binarnych i DB4 opisane przy
36użyciu FreeForm i zwraca odpowiedzi DAP zgodne z oprogramowaniem DAP2
37i dap-server.
38
39%prep
40%setup -q -n freeform_handler-%{version}
41
42%build
43# rebuild autotools for -as-needed to work
44%{__libtoolize}
45%{__aclocal} -I conf
46%{__autoconf}
47%{__autoheader}
48%{__automake}
49%configure
50%{__make}
51
52%{?with_tests:%{__make} check}
53
54%install
55rm -rf $RPM_BUILD_ROOT
56
57%{__make} install \
58 DESTDIR=$RPM_BUILD_ROOT
59
60%{__rm} $RPM_BUILD_ROOT%{_libdir}/bes/*.la
61
62%clean
63rm -rf $RPM_BUILD_ROOT
64
65%files
66%defattr(644,root,root,755)
67%doc COPYRIGHT ChangeLog NEWS README
68%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/bes/modules/ff.conf
69%attr(755,root,root) %{_libdir}/bes/libff_module.so
70%dir %{_datadir}/hyrax/data/ff
71%{_datadir}/hyrax/data/ff/*.dat
72%{_datadir}/hyrax/data/ff/*.das
73%{_datadir}/hyrax/data/ff/*.fmt
This page took 0.084733 seconds and 4 git commands to generate.