Name: hdf Version: 4.2r4 Release: 2%{?dist} Summary: A general purpose library and file format for storing scientific data License: BSD Group: System Environment/Libraries URL: http://hdfgroup.org/products/hdf4/index.html Source0: ftp://ftp.hdfgroup.org/HDF/HDF_Current/src/HDF%{version}.tar.gz Patch0: hdf-4.2r3-maxavailfiles.patch Patch1: hdf-4.2r3-ppc.patch Patch2: hdf-4.2r2-sparc.patch Patch3: hdf-4.2r2-s390.patch # Reported upstream to help@hdfgroup.org Patch4: hdf-4.2r4-buffer.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: flex byacc libjpeg-devel zlib-devel BuildRequires: gcc-gfortran %description HDF is a general purpose library and file format for storing scientific data. HDF can store two primary objects: datasets and groups. A dataset is essentially a multidimensional array of data elements, and a group is a structure for organizing objects in an HDF file. Using these two basic objects, one can create and store almost any kind of scientific data structure, such as images, arrays of vectors, and structured and unstructured grids. You can also mix and match them in HDF files according to your needs. %package devel Summary: HDF development files Group: Development/Libraries Provides: %{name}-static = %{version}-%{release} Requires: %{name} = %{version}-%{release} Requires: libjpeg-devel zlib-devel %description devel HDF development headers and libraries. %prep %setup -q -n HDF%{version} %patch0 -p1 -b .maxavailfiles %patch1 -p1 -b .ppc %patch2 -p1 -b .sparc %patch3 -p1 -b .s390 %patch4 -p1 -b .buffer chmod a-x *hdf/*/*.c hdf/*/*.h # restore include file timestamps modified by patching touch -c -r ./hdf/src/hdfi.h.ppc ./hdf/src/hdfi.h touch -c -r ./mfhdf/libsrc/config/netcdf-linux.h.ppc ./mfhdf/libsrc/config/netcdf-linux.h %build # avoid upstream compiler flags settings rm config/*linux-gnu export CFLAGS="$RPM_OPT_FLAGS -fPIC" export FFLAGS="$RPM_OPT_FLAGS -ffixed-line-length-none" %configure F77=gfortran --disable-production --disable-netcdf \ --includedir=%{_includedir}/%{name} --libdir=%{_libdir}/%{name} make # correct the timestamps based on files used to generate the header files touch -c -r ./mfhdf/fortran/config/netcdf-linux.inc mfhdf/fortran/netcdf.inc touch -c -r hdf/src/hdf.inc hdf/src/hdf.f90 touch -c -r hdf/src/dffunc.inc hdf/src/dffunc.f90 touch -c -r mfhdf/fortran/mffunc.inc mfhdf/fortran/mffunc.f90 # netcdf fortran include need same treatement, but they are not shipped %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p' #Don't conflict with netcdf #rm $RPM_BUILD_ROOT%{_bindir}/nc* $RPM_BUILD_ROOT%{_mandir}/man1/nc* for file in ncdump ncgen; do mv $RPM_BUILD_ROOT%{_bindir}/$file $RPM_BUILD_ROOT%{_bindir}/h$file # man pages are the same than netcdf ones rm $RPM_BUILD_ROOT%{_mandir}/man1/${file}.1 done # this is done to have the same timestamp on multiarch setups touch -c -r README $RPM_BUILD_ROOT/%{_includedir}/hdf/h4config.h # Remove an autoconf conditional from the API that is unused and cause # the API to be different on x86 and x86_64 pushd $RPM_BUILD_ROOT/%{_includedir}/hdf grep -v 'H4_SIZEOF_INTP' h4config.h > h4config.h.tmp touch -c -r h4config.h h4config.h.tmp mv h4config.h.tmp h4config.h popd %check make check %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,0755) %doc COPYING MANIFEST README release_notes/*.txt %{_bindir}/* %{_mandir}/man1/*.gz %files devel %defattr(-,root,root,0755) %{_includedir}/%{name}/ %{_libdir}/%{name}/ %changelog * Tue Apr 7 2009 Orion Poplawski 4.2r4-2 - Add Provides hdf-static to hdf-devel (bug #494529) * Wed Feb 25 2009 Orion Poplawski 4.2r4-1 - Update to 4.2r4 - Add patch to increase buffer size in test - Drop upstreamed libm patch * Tue Feb 24 2009 Fedora Release Engineering - 4.2r3-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Wed Oct 1 2008 Orion Poplawski 4.2r3-4 - Rebase maxavailfiles patch * Sun Sep 21 2008 Ville Skyttä - 4.2r3-3 - Fix Patch0:/%%patch mismatch. * Sun Mar 2 2008 Patrice Dumas 4.2r3-2 - don't ship an empty netcdf.h file. The related definitions are now in hdf4_netcdf.h * Tue Feb 5 2008 Orion Poplawski 4.2.r3-1 - Update to 4.2r3 * Tue Feb 5 2008 Orion Poplawski 4.2.r2-7 - Add patch to add -lm to hdiff link * Tue Feb 5 2008 Orion Poplawski 4.2.r2-6 - Add patch for s390 support (bug #431511) * Mon Jan 7 2008 Orion Poplawski 4.2.r2-5 - Add patches for sparc support (bug #427639) * Mon Oct 29 2007 Patrice Dumas 4.2r2-4 - install the netcdf.h file that describes the netcdf2 hdf enabled API * Mon Oct 29 2007 Patrice Dumas 4.2r2-3 - ship hdf enabled nc* utils as hnc* - add --disable-netcdf that replaces HAVE_NETCDF - keep include files timestamps, and have the same accross arches - fix multiarch difference in include files (#341491) * Wed Oct 17 2007 Patrice Dumas 4.2r2-2 - update to 4.2r2 * Fri Aug 24 2007 Orion Poplawski 4.2r1-15 - Update license tag to BSD - Rebuild for BuildID * Thu May 10 2007 Balint Cristian 4.2r1-14 - Fix ppc64 too. * Thu May 10 2007 Orion Poplawski 4.2r1-13 - Remove netcdf-devel requires. (bug #239631) * Fri Apr 20 2007 Orion Poplawski 4.2r1-12 - Use 4.2r1-hrepack-p4.tar.gz for hrepack patch - Remove configure patch applied upstream - Use --disable-production configure flag to avoid stripping -g compile flag - Add patch to fix open file test when run under mock * Tue Aug 29 2006 Orion Poplawski 4.2r1-11 - Rebuild for FC6 * Thu Apr 20 2006 Orion Poplawski 4.2r1-10 - Add Requires netcdf-devel for hdf-devel (bug #189337) * Mon Feb 13 2006 Orion Poplawski 4.2r1-9 - Rebuild for gcc/glibc changes * Wed Feb 8 2006 Orion Poplawski 4.2r1-8 - Compile with -DHAVE_NETCDF for gdl hdf/netcdf compatibility * Thu Feb 2 2006 Orion Poplawski 4.2r1-7 - Add patch to build on ppc * Wed Dec 21 2005 Orion Poplawski 4.2r1-6 - Rebuild * Wed Oct 05 2005 Orion Poplawski 4.2r1-5 - Add Requires: libjpeg-devel zlib-devel to -devel package * Tue Aug 23 2005 Orion Poplawski 4.2r1-4 - Use -fPIC - Fix project URL * Fri Jul 29 2005 Orion Poplawski 4.2r1-3 - Exclude ppc/ppc64 - HDF does not recognize it * Wed Jul 20 2005 Orion Poplawski 4.2r1-2 - Fix BuildRequires to have autoconf * Fri Jul 15 2005 Orion Poplawski 4.2r1-1 - inital package for Fedora Extras