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