]> git.pld-linux.org Git - packages/h5edit.git/blob - h5edit.spec
- updated to 1.1.0
[packages/h5edit.git] / h5edit.spec
1 Summary:        HDF5 file editor
2 Summary(pl.UTF-8):      Edytor plików HDF5
3 Name:           h5edit
4 Version:        1.1.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/h5edit/%{name}-%{version}.tar.gz
9 # Source0-md5:  28703a32c35642fcaacc5511e66e5388
10 URL:            http://www.hdfgroup.org/projects/npoess/h5edit_index.html
11 BuildRequires:  hdf5-devel
12 BuildRequires:  szip-devel
13 BuildRequires:  zlib-devel
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 The HDF5 file editor, h5edit, is a tool for editing an HDF5 file. The
18 tool can read in a command file, written in the h5edit Command
19 Language, to edit the file accordingly. Commands can also be specified
20 by command line options. This is intended for simple and short
21 commands. The h5edit Command Language is defined in the h5edit Command
22 Language Definition PDF document (included in package).
23
24 %description -l pl.UTF-8
25 h5edit to edytor plików HDF5, narzędzie służące do modyfikowania
26 plików HDF5. Potrafi wczytać plik poleceń napisany w języku h5edit
27 Command Language i zmodyfikować odpowiednio plik HDF5. Polecenia można
28 podawać także poprzez opcje linii poleceń - głównie z myślą o prostych
29 i krótkich poleceniach. Język edytora jest zdefiniowany w dokumencie
30 PDF o nazwie h5edit Command Language Definition (dołączonym do
31 pakietu).
32
33 %prep
34 %setup -q
35
36 %build
37 %configure
38
39 %{__make} \
40         h5edit_LDADD="-lhdf5_hl -lhdf5"
41
42 %install
43 rm -rf $RPM_BUILD_ROOT
44
45 %{__make} install \
46         DESTDIR=$RPM_BUILD_ROOT
47
48 %clean
49 rm -rf $RPM_BUILD_ROOT
50
51 %files
52 %defattr(644,root,root,755)
53 %doc COPYING doc/{History,RELEASE.txt,H5edit_User_Guide.pdf,h5edit.pdf,h5edit-Command-Language-Defininition.pdf}
54 %attr(755,root,root) %{_bindir}/h5edit
This page took 0.093839 seconds and 4 git commands to generate.