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