]> git.pld-linux.org Git - SPECS.git/blob - h5augjpss.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / h5augjpss.spec
1 Summary:        Modify JPSS files to allow use in netCDF-based applications
2 Summary(pl.UTF-8):      Modyfikowanie plików JPSS dla kompatybilności z aplikacjami opartymi na netCDF
3 Name:           h5augjpss
4 Version:        1.0.0
5 Release:        5
6 Group:          Applications/File
7 License:        BSD-like, changed sources must be marked
8 Source0:        http://www.hdfgroup.org/ftp/HDF5/projects/jpss/h5augjpss/%{name}-%{version}.tar.gz
9 # Source0-md5:  5435f4dee00fcc8bbe30d9bed421c812
10 Patch0:         %{name}-cmake.patch
11 Patch1:         libdir.patch
12 URL:            http://www.hdfgroup.org/projects/npoess/h5augjpss_index.html
13 BuildRequires:  hdf5-devel >= 1.8
14 BuildRequires:  libxml2-devel
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 The h5augjpss tool has options to make modifications to JPSS files
19 that will aid in allowing some common "netCDF-based" applications to
20 use or display them. Certain options will hide unsupported HDF5
21 elements that block access to the files. These should at least allow
22 access with ncdump and other netCDF-4 tools. Other options will
23 incorporate information from the XML product and geolocation files.
24 Additional metadata required for specific applications can then be
25 added using h5edit or HDFView.
26
27 %description -l pl.UTF-8
28 Narzędzie h5augjpss pozwala dokonać modyfikacji w plikach JPSS, które
29 pozwalają korzystać z nich lub wyświetlać je w aplikacjach opartych na
30 netCDF. Pewne opcje ukrywają nie obsługiwane elementy HDF5 blokujące
31 dostęp do tych plików. Powinno to pozwolić przynajmniej na dostęp przy
32 użyciu ncdumpa i innych narzędzi netCDF-4. Inne opcje włączają
33 informacje z produktu XML i plików geolokalizacji. Dodatkowe metadane,
34 wymagane dla określonych aplikacji, można potem dodać przy użyciu
35 programu h5edit lub HDFView.
36
37 %prep
38 %setup -q
39 %patch0 -p1
40 %patch1 -p1
41
42 %build
43 %cmake .
44
45 %{__make}
46
47 %install
48 rm -rf $RPM_BUILD_ROOT
49
50 install -D bin/h5augjpss $RPM_BUILD_ROOT%{_bindir}/h5augjpss
51
52 %clean
53 rm -rf $RPM_BUILD_ROOT
54
55 %files
56 %defattr(644,root,root,755)
57 %doc COPYING docs/{RELEASE.txt,h5augjpssReferenceManual1.0-1.htm}
58 %attr(755,root,root) %{_bindir}/h5augjpss
This page took 0.204034 seconds and 3 git commands to generate.