]> git.pld-linux.org Git - packages/hdf.git/blame - hdf.spec
- updated to 4.2r1, updated shared,opt patches, added nosz patch
[packages/hdf.git] / hdf.spec
CommitLineData
dd25fd3d
JB
1#
2# Conditional build:
3%bcond_without szip # build without SZIP support
4#
2bd7f214
JB
5Summary: Hierarchical Data Format library
6Summary(pl): Biblioteka HDF (Hierarchical Data Format)
7Name: hdf
dd25fd3d 8Version: 4.2r1
67cd3345 9Release: 1
2bd7f214 10Group: Libraries
2bd7f214 11License: Nearly BSD, but changed sources must be marked
e5402a62 12Source0: ftp://ftp.ncsa.uiuc.edu/HDF/HDF/HDF_Current/src/HDF%{version}.tar.gz
dd25fd3d 13# Source0-md5: 9082c6fa913b9188452fa6c5217e1573
df4d0e02 14Source1: http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-man-pages.tar.bz2
7669e2af 15# Source1-md5: 607df78cacc131b37dfdb443e61e789a
67cd3345
JB
16Patch0: %{name}-shared.patch
17Patch1: %{name}-opt.patch
303bfe43 18Patch2: %{name}-morearchs.patch
dd25fd3d 19Patch3: %{name}-nosz.patch
2bd7f214 20URL: http://hdf.ncsa.uiuc.edu/
67cd3345
JB
21BuildRequires: autoconf >= 2.50
22BuildRequires: automake
2bd7f214 23BuildRequires: bison
f31ffbfc 24BuildRequires: flex
2bd7f214 25BuildRequires: gcc-g77
bf0ace9e 26BuildRequires: groff
f31ffbfc 27BuildRequires: libjpeg-devel >= 6b
9ef82488 28BuildRequires: libtool >= 2:1.4d-3
dd25fd3d 29%{?with_szip:BuildRequires: szip-devel >= 2.0}
06f934b7 30BuildRequires: which
f31ffbfc 31BuildRequires: zlib-devel >= 1.1.3
2bd7f214
JB
32BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
33
34%description
35HDF is a multi-object file format that facilitates the transfer of
36various types of scientific data between machines and operating
37systems. Machines currently supported include the Cray, HP, Vax, Sun,
38IBM RS/6000, Silicon Graphics, Macintosh, and IBM PC computers. HDF
39allows self-definitions of data content and easy extensibility for
40future enhancements or compatibility with other standard formats. HDF
41includes Fortran and C calling interfaces,and utilities to prepare raw
42image of data files or for use with other NCSA software. The HDF
43library contains interfaces for storing and retrieving compressed or
44uncompressed 8-bit and 24-bit raster images with palettes,
45n-Dimensional scientific datasets and binary tables. An interface is
46also included that allows arbitray grouping of other HDF objects.
47
48%description -l pl
49