]> git.pld-linux.org Git - packages/nagg.git/blob - nagg.spec
- release 4 (by relup.sh)
[packages/nagg.git] / nagg.spec
1 Summary:        Nagg - HDF NPP Aggregation tool
2 Summary(pl.UTF-8):      Nagg - narzędzie do agregacji HDF NPP
3 Name:           nagg
4 Version:        1.5.1
5 Release:        4
6 Group:          Applications/File
7 License:        BSD-like, changed sources must be marked
8 Source0:        http://www.hdfgroup.uiuc.edu/ftp/pub/outgoing/NPOESS/source/NAGG/%{name}-%{version}.tar.gz
9 # Source0-md5:  345dc77e9d3c867eb7c9cbc10290f40b
10 URL:            http://www.hdfgroup.org/projects/npoess/nagg_index.html
11 BuildRequires:  hdf5-devel
12 BuildRequires:  hdf5_hl_region-devel
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 Nagg is a tool for aggregating JPSS data granules from existing files
17 into new files with a different number of granules per file or
18 different combinations of compatible products than in the original
19 files. The tool was created to provide individual users the ability to
20 rearrange NPP product data granules from downloaded files into new
21 files with aggregations or packaging that are better suited as input
22 for a particular application.
23
24 %description -l pl.UTF-8
25 Nagg to narzędzie do agregacji porcji danych JPSS z istniejących
26 plików do nowych plików o innej liczbie porcji w pliku lub innej
27 kombinacji zgodnych wyników niż w plikach oryginalnych. Narzędzie
28 powstało w celu umożliwienia użytkownikom zmiany rozłożenia porcji
29 wyników NPP z pobranych plików do nowych plików z agregatami lub
30 pakowania bardziej dopasowanego do wejścia danej aplikacji.
31
32 %prep
33 %setup -q
34
35 %build
36 %configure
37
38 %{__make} \
39         nagg_LDADD="-lm"
40
41 %install
42 rm -rf $RPM_BUILD_ROOT
43
44 %{__make} install \
45         DESTDIR=$RPM_BUILD_ROOT
46
47 %clean
48 rm -rf $RPM_BUILD_ROOT
49
50 %files
51 %defattr(644,root,root,755)
52 %doc COPYING doc/{History,RELEASE.txt,*.pdf}
53 %attr(755,root,root) %{_bindir}/nagg
This page took 0.077581 seconds and 3 git commands to generate.