[packages/h5edit] - new

qboosh qboosh at pld-linux.org
Mon Dec 24 13:43:38 CET 2012


commit 2b9d3ce67d8b3983d41f971623bf69578f2d5d31
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Mon Dec 24 13:44:47 2012 +0100

    - new

 h5edit.spec | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 54 insertions(+)
---
diff --git a/h5edit.spec b/h5edit.spec
new file mode 100644
index 0000000..33f2d41
--- /dev/null
+++ b/h5edit.spec
@@ -0,0 +1,54 @@
+Summary:	HDF5 file editor
+Summary(pl.UTF-8):	Edytor plików HDF5
+Name:		h5edit
+Version:	1.0.1
+Release:	1
+Group:		Applications/File
+License:	BSD-like, changed sources must be marked
+Source0:	http://www.hdfgroup.org/ftp/HDF5/projects/jpss/h5edit/%{name}-%{version}.tar.gz
+# Source0-md5:	cfc04ebae1bdf81915562a9c49a561f1
+URL:		http://www.hdfgroup.org/projects/npoess/h5edit_index.html
+BuildRequires:	hdf5-devel
+BuildRequires:	szip-devel
+BuildRequires:	zlib-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+The HDF5 file editor, h5edit, is a tool for editing an HDF5 file. The
+tool can read in a command file, written in the h5edit Command
+Language, to edit the file accordingly. Commands can also be specified
+by command line options. This is intended for simple and short
+commands. The h5edit Command Language is defined in the h5edit Command
+Language Definition PDF document (included in package).
+
+%description -l pl.UTF-8
+h5edit to edytor plików HDF5, narzędzie służące do modyfikowania
+plików HDF5. Potrafi wczytać plik poleceń napisany w języku h5edit
+Command Language i zmodyfikować odpowiednio plik HDF5. Polecenia można
+podawać także poprzez opcje linii poleceń - głównie z myślą o prostych
+i krótkich poleceniach. Język edytora jest zdefiniowany w dokumencie
+PDF o nazwie h5edit Command Language Definition (dołączonym do
+pakietu).
+
+%prep
+%setup -q
+
+%build
+%configure
+
+%{__make} \
+	h5edit_LDADD="-lhdf5_hl -lhdf5"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc COPYING doc/{History,RELEASE.txt,H5edit_User_Guide.pdf,h5edit.pdf,h5edit-Command-Language-Defininition.pdf}
+%attr(755,root,root) %{_bindir}/h5edit
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/h5edit.git/commitdiff/2b9d3ce67d8b3983d41f971623bf69578f2d5d31



More information about the pld-cvs-commit mailing list